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 7EFCEA0521; Tue, 3 Nov 2020 13:15:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 66DC5C96C; Tue, 3 Nov 2020 13:15:56 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DEA19C964 for ; Tue, 3 Nov 2020 13:15:54 +0100 (CET) IronPort-SDR: G0qiRAcqMoWdTWctKaYbiV92oCEWJlrYFvE8VsuMU8DdSFwfdZCGg2h6ZlZ1U91Itj+jKQY7DU Qlt+ICZMiqnw== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="169147276" X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="169147276" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 04:15:52 -0800 IronPort-SDR: ucz/d5sVercrUIWXc9v7bw4h7A+6R8DMhf7BU3nBY2HGy3vf0S1NXhpYGaFoAWnCKHQPRGB3Uu XRy4TN+3wLkA== X-IronPort-AV: E=Sophos;i="5.77,447,1596524400"; d="scan'208";a="538468336" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.218.178]) ([10.213.218.178]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 04:15:51 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1604327899-60126-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <4172e833-e500-1078-d5f1-6de9e8ac7d77@intel.com> Date: Tue, 3 Nov 2020 12:15:48 +0000 MIME-Version: 1.0 In-Reply-To: <1604327899-60126-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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" 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)?