From patchwork Fri Jul 16 09:54:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guoyang Zhou X-Patchwork-Id: 95968 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6BCD6A0C4F; Fri, 16 Jul 2021 11:43:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 203B040151; Fri, 16 Jul 2021 11:43:07 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 77BCE4014D for ; Fri, 16 Jul 2021 11:43:05 +0200 (CEST) Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4GR5mw2VmMzZqcq; Fri, 16 Jul 2021 17:39:44 +0800 (CST) Received: from dggpeml500019.china.huawei.com (7.185.36.137) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Fri, 16 Jul 2021 17:43:03 +0800 Received: from tester.localdomain (10.175.119.39) by dggpeml500019.china.huawei.com (7.185.36.137) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Fri, 16 Jul 2021 17:43:02 +0800 From: Guoyang Zhou To: CC: , , , , , , , , , , Date: Fri, 16 Jul 2021 17:54:27 +0800 Message-ID: X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Originating-IP: [10.175.119.39] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpeml500019.china.huawei.com (7.185.36.137) X-CFilter-Loop: Reflected Subject: [dpdk-dev] [PATCH v1 0/3] fix some problems of mtu, vlan, lro X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 vlan id 0 can not be deleted, and the rx queue must config as ceq disable, and must set msix state disable because of lro function, and fix the problem of MTU inconsistent in the driver and firmware. --- v1: - increase the protection of the VLAN interface - fix the problem of LRO - fix the problem of MTU inconsistent Guoyang Zhou (3): net/hinic: increase the protection of the VLAN net/hinic/base: fix the problem of LRO net/hinic: fix the problem of MTU inconsistent drivers/net/hinic/base/hinic_pmd_niccfg.h | 9 --------- drivers/net/hinic/base/hinic_pmd_nicio.c | 4 ++-- drivers/net/hinic/hinic_pmd_ethdev.c | 12 +++--------- drivers/net/hinic/hinic_pmd_ethdev.h | 17 +++++++++++++++++ 4 files changed, 22 insertions(+), 20 deletions(-)