From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D08B8A0562; Wed, 14 Apr 2021 19:47:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98DF0161C02; Wed, 14 Apr 2021 19:47:44 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 241154013F for ; Wed, 14 Apr 2021 19:47:42 +0200 (CEST) IronPort-SDR: 7hrQe/4meUSBzODqqH2pTuULbJVcbmDBF5+mp7GDNyTfYBIHISzHnhXl5ScZAhq3KqEoBFh9qO iEV49dqgYsDw== X-IronPort-AV: E=McAfee;i="6200,9189,9954"; a="174801960" X-IronPort-AV: E=Sophos;i="5.82,223,1613462400"; d="scan'208";a="174801960" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 10:47:40 -0700 IronPort-SDR: JIZJ5M6Eo5YSnuvI29DQU2yLrCV5QypW2wdx9OmsEHw0gxraOE8o+c+xoR+cQ5FlmJTaoLOQai AkPv4/ALkOcw== X-IronPort-AV: E=Sophos;i="5.82,223,1613462400"; d="scan'208";a="461305945" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.205.34]) ([10.213.205.34]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2021 10:47:39 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618314611-47978-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Wed, 14 Apr 2021 18:47:36 +0100 MIME-Version: 1.0 In-Reply-To: <1618314611-47978-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/12] Bugfix for hns3 PMD 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" On 4/13/2021 12:49 PM, Min Hu (Connor) wrote: > This set of patches contains 12 bugfixes for hns3 PMD. > > Chengchang Tang (2): > net/hns3: fix potentially incorrect timing in MBX > net/hns3: fix incorrect use of CMD status enumeration type > > Chengwen Feng (10): > net/hns3: delete mailbox arq ring > net/hns3: fix possible mismatches response of mailbox > net/hns3: fix VF may report LSC event in secondary process > net/hns3: fix miss verification of whether NEON supported > net/hns3: fix missing outer L4 UDP flag for VXLAN packet > net/hns3: add reporting TUNNEL GRE packet type > net/hns3: fix PTP caps report > net/hns3: rename Rx burst API > net/hns3: add supported ptypes list for RXD advanced layout > net/hns3: remove VLAN/QINQ ptypes from support list > Except 10/12, Series applied to dpdk-next-net/main, thanks. Patch 10/12 has no dependency in the set, so it can be discussed/updated separately.