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 090FEA04E7; Wed, 4 Nov 2020 09:35:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CC0C6C858; Wed, 4 Nov 2020 09:35:06 +0100 (CET) Received: from szxga07-in.huawei.com (szxga07-in.huawei.com [45.249.212.35]) by dpdk.org (Postfix) with ESMTP id CF1F1C84E for ; Wed, 4 Nov 2020 09:35:04 +0100 (CET) Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CR0MS1PRlz71yH for ; Wed, 4 Nov 2020 16:35:00 +0800 (CST) Received: from [10.67.103.119] (10.67.103.119) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Wed, 4 Nov 2020 16:34:52 +0800 To: Ferruh Yigit CC: , References: <1604327899-60126-1-git-send-email-oulijun@huawei.com> <4172e833-e500-1078-d5f1-6de9e8ac7d77@intel.com> From: oulijun Message-ID: <857143b3-c107-98ba-5606-747eeefcf43b@huawei.com> Date: Wed, 4 Nov 2020 16:34:48 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <4172e833-e500-1078-d5f1-6de9e8ac7d77@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.119] X-CFilter-Loop: Reflected Subject: Re: [dpdk-dev] [PATCH 0/8] misc fixes for hns3 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" 在 2020/11/3 20:15, Ferruh Yigit 写道: > On 11/2/2020 2:38 PM, Lijun Ou wrote: >> This patch series includes three Tx checksum >> bugs and two static check warnings fixes. >> The remaining includes two features fixes. >> >> Chengchang Tang (4): >> net/hns3: add limit promisc mode to VF >> net/hns3: fix Tx cksum outer header prepare >> net/hns3: fix Tx checksum with fix header length >> net/hns3: add VXLAN-GPE packets TSO and checksum support >> >> Hongbo Zheng (2): >> net/hns3: fix visit unsupported QL register error >> net/hns3: fix some static check errors by coverity >> >> Huisong Li (1): >> net/hns3: fix configurations of port-level scheduling rate >> >> Lijun Ou (1): >> net/hns3: adjust some header files location >> > > Except 7/8, > Series applied to dpdk-next-net/main, thanks. > > Can you please send a new version of the 7/8 as separate patch(es)? > . Yes, I can. thanks >