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 B9601A04C3; Mon, 28 Sep 2020 15:29:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 339201BCC1; Mon, 28 Sep 2020 15:29:35 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A71B51BCAB for ; Mon, 28 Sep 2020 15:29:32 +0200 (CEST) IronPort-SDR: kmz6xXHE73DUidLJiSNgfnIOAdhDYW+KxGTFQH3PZmhzBXikNnqD3OX5ynWa26McvsokTmtlKp jYSr6zEo+lSA== X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="180150810" X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="180150810" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 06:29:31 -0700 IronPort-SDR: 5bUPQpFFH/5Yhsn8/EJRfTDLutGuKtm4ptjjQfFRqP3hpBM3pj78qnONNy+puTxR3EVCKDvCFZ IpWITmQkCK/g== X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="488580043" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.193.117]) ([10.213.193.117]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 06:29:29 -0700 To: "Wei Hu (Xavier)" , dev@dpdk.org Cc: xavier.huwei@huawei.com References: <20200922085401.12272-1-huwei013@chinasoftinc.com> <20200922120329.21185-1-huwei013@chinasoftinc.com> From: Ferruh Yigit Message-ID: Date: Mon, 28 Sep 2020 14:29:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2 MIME-Version: 1.0 In-Reply-To: <20200922120329.21185-1-huwei013@chinasoftinc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 00/17] updates for hns3 PMD driver 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" On 9/22/2020 1:03 PM, Wei Hu (Xavier) wrote: > This series are updates for hns3 PMD driver. > > Chengchang Tang (2): > net/hns3: fix default VLAN won't be deleted when set PF PVID > net/hns3: add default branch to switch in Rx VLAN processing > > Chengwen Feng (1): > net/hns3: support flow action of queue region > > Hongbo Zheng (3): > net/hns3: add max number of segs compatibility > net/hns3: avoid accessing nonexistent VF reg when PF in FLR > net/hns3: add break to exit loop when err stat item found > > Lijun Ou (5): > net/hns3: support querying RSS flow rule > net/hns3: check input RSS type when creating flow with RSS > net/hns3: set RSS hash type input configuration > net/hns3: fix config when creating RSS rule after flush > net/hns3: fix flushing RSS rule > > Wei Hu (Xavier) (6): > net/hns3: add VLAN configuration compatibility > net/hns3: add TSO pseudo header calculation compatibility > net/hns3: add default branch to switch when parsing fd tuple > net/hns3: fix flow RSS queue num with 0 > net/hns3: fix configuring device with RSS is enabled > net/hns3: fix storing RSS info when creating flow action > Series applied to dpdk-next-net/main, thanks.