From patchwork Mon Jun 22 08:08:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wei Hu (Xavier)" X-Patchwork-Id: 71950 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 03C48A0350; Mon, 22 Jun 2020 10:11:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E45BF1D5FB; Mon, 22 Jun 2020 10:10:52 +0200 (CEST) Received: from huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id 1934C1D5A9 for ; Mon, 22 Jun 2020 10:10:46 +0200 (CEST) Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0B1F225943B14F108AE9; Mon, 22 Jun 2020 16:10:44 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Mon, 22 Jun 2020 16:10:36 +0800 From: "Wei Hu (Xavier)" To: , , , , , , , , , , , , , , , , , , , , , CC: , Date: Mon, 22 Jun 2020 16:08:58 +0800 Message-ID: <1592813340-44094-1-git-send-email-xavier.huwei@huawei.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.69.192.56] X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v4 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(-)