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 80FCDA04B1; Tue, 24 Nov 2020 07:41:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E96D7C912; Tue, 24 Nov 2020 07:41:50 +0100 (CET) Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id 9F3BEC90E for ; Tue, 24 Nov 2020 07:41:49 +0100 (CET) Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CgDv859nRzhf2L; Tue, 24 Nov 2020 14:41:24 +0800 (CST) Received: from tester.localdomain (10.175.119.39) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Tue, 24 Nov 2020 14:41:33 +0800 From: Guoyang Zhou To: CC: , , , , , , , , , Date: Tue, 24 Nov 2020 14:45:32 +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 v2 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, if it does not be fixed, dpdk initialization may be failed with OVS mode firmware and remove the operation of optical modules in the link function, because when device binds from dpdk to kernel, it will be linked failed. -- v1->v2: - add some necessary comments for patches - correct fixed patch id 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