From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7F735A04B1; Mon, 23 Nov 2020 14:09:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CF1AA37AF; Mon, 23 Nov 2020 14:08:59 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by dpdk.org (Postfix) with ESMTP id 41DD737AF for ; Mon, 23 Nov 2020 14:08:58 +0100 (CET) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CfnXT2MfVzhgVR; Mon, 23 Nov 2020 21:08:41 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Mon, 23 Nov 2020 21:08:45 +0800 From: Guoyang Zhou To: CC: , , , , , , , , , Date: Mon, 23 Nov 2020 21:12:44 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.119.39] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v1 0/2] remove some limitations and operations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The maximum number of queues on the chip can be any value greater than 0, it does not have to be the power of two, and remove the operation of optical modules in the link function. -- v1: - remove the limitation for max queue num - remove the operation of optical modules in the link function Guoyang Zhou (2): net/hinic/base: remove the limitation for max queue num net/hinic: remove the operation of optical modules drivers/net/hinic/base/hinic_pmd_niccfg.c | 38 ------------------------------- drivers/net/hinic/base/hinic_pmd_niccfg.h | 2 -- drivers/net/hinic/base/hinic_pmd_nicio.c | 5 ---- drivers/net/hinic/hinic_pmd_ethdev.c | 14 ------------ 4 files changed, 59 deletions(-) -- 1.8.3.1