From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
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 <dev@dpdk.org>; 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)" <huwei013@chinasoftinc.com>, dev@dpdk.org
Cc: xavier.huwei@huawei.com
References: <20200922085401.12272-1-huwei013@chinasoftinc.com>
 <20200922120329.21185-1-huwei013@chinasoftinc.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <ec8ab34b-9e10-ed35-4961-3e60944485e4@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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.