From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B4DFC4741F for ; Fri, 30 Oct 2020 17:00:28 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id E2C282075E for ; Fri, 30 Oct 2020 17:00:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2C282075E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 65F6B4C90; Fri, 30 Oct 2020 18:00:25 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ECFDE4C7A for ; Fri, 30 Oct 2020 18:00:23 +0100 (CET) IronPort-SDR: CLllGKhunTbueguvfn7LTFXCSO79giEmfdD7TNzD8NhN1hqhxbgc7CGCgluUG+CgeDjKyV/3Xj KpIYLUFljCNg== X-IronPort-AV: E=McAfee;i="6000,8403,9790"; a="155610942" X-IronPort-AV: E=Sophos;i="5.77,434,1596524400"; d="scan'208";a="155610942" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 10:00:21 -0700 IronPort-SDR: YJMA+cbSoIseq5613KZpnmBAShVfyJU1dANRbL1/3V8QwN+P13p71xrL5xeYPkeQLXo1NAbs0q nunwB6rrlaOw== X-IronPort-AV: E=Sophos;i="5.77,434,1596524400"; d="scan'208";a="537126814" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.23.197]) ([10.252.23.197]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 10:00:20 -0700 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1603975751-27955-1-git-send-email-oulijun@huawei.com> <1603975917-28576-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <119e8918-5e99-066e-96b0-52bfe88bc7b8@intel.com> Date: Fri, 30 Oct 2020 17:00:16 +0000 MIME-Version: 1.0 In-Reply-To: <1603975917-28576-1-git-send-email-oulijun@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 0/8] hns3 misc updates 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 10/29/2020 12:51 PM, Lijun Ou wrote: > Here patch series are a API implementation and > some bugfixes for hns3 PMD driver. > > v2->v3: > -rewrite commit for patch[7/8] > > v1->v3: > -fix checkpatch warnings > > Chengchang Tang (2): > net/hns3: fix packect type report in Rx > net/hns3: fix HW ring not clear after queue stop > > Hongbo Zheng (2): > net/hns3: fix uncheck return value warning > net/hns3: fix value check of setting VF PCI bus function > > Huisong Li (2): > net/hns3: fix RSS max queue id allowed in multi-TC case > net/hns3: fix data type to release fake queue > 255 > > Lijun Ou (2): > net/hns3: add queue count of Rx API support > net/hns3: fix meson build for enabling SVE Rx/Tx > Series applied to dpdk-next-net/main, thanks.