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 F1AD4A00C5; Mon, 6 Jul 2020 09:08:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1847F1C11F; Mon, 6 Jul 2020 09:08:26 +0200 (CEST) Received: from huawei.com (szxga04-in.huawei.com [45.249.212.190]) by dpdk.org (Postfix) with ESMTP id C65B61BFE9 for ; Mon, 6 Jul 2020 09:08:22 +0200 (CEST) Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 82E9AEB3C300E190E1EE for ; Mon, 6 Jul 2020 15:08:20 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Mon, 6 Jul 2020 15:08:12 +0800 From: "Wei Hu (Xavier)" To: CC: Date: Mon, 6 Jul 2020 15:06:29 +0800 Message-ID: <1594019191-54524-1-git-send-email-xavier.huwei@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v6 0/2] ethdev: minor bugfixes 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" This series are minor bugfixes for rte_ethdev.c. Wei Hu (Xavier) (2): ethdev: fix data room size verification in Rx queue setup ethdev: fix VLAN offloads set if no relative capabilities drivers/net/dpaa2/dpaa2_ethdev.c | 12 +++--------- drivers/net/enic/enic_ethdev.c | 12 ------------ drivers/net/fm10k/fm10k_ethdev.c | 23 ++--------------------- drivers/net/hinic/hinic_pmd_ethdev.c | 6 ------ drivers/net/i40e/i40e_ethdev.c | 5 ----- drivers/net/nfp/nfp_net.c | 5 ----- drivers/net/octeontx/octeontx_ethdev_ops.c | 10 ---------- drivers/net/octeontx2/otx2_vlan.c | 5 ----- drivers/net/qede/qede_ethdev.c | 3 --- lib/librte_ethdev/rte_ethdev.c | 23 ++++++++++++++++++++++- 10 files changed, 27 insertions(+), 77 deletions(-) -- 2.7.4