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 1740DC433ED for ; Tue, 11 May 2021 18:09:54 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 68E2061628 for ; Tue, 11 May 2021 18:09:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 68E2061628 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 [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B1AE4003F; Tue, 11 May 2021 20:09:52 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id BCB624003E for ; Tue, 11 May 2021 20:09:50 +0200 (CEST) IronPort-SDR: sZ6rv78Ramjk3e9nWlOB+qX8/WHefVJRgkbcI1aq/0HDK8Kd3GPpHyL6Rn3sMupvPFjE4JgHJg x0H8b36SVcJQ== X-IronPort-AV: E=McAfee;i="6200,9189,9981"; a="196414970" X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="196414970" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 11:09:47 -0700 IronPort-SDR: a6VxVn3zwq6728dYO5evmAoifZOnsBTqqT5BR0xsz50mGs4T7RWW1UitMTSoLqaiBFvfSp9qAU Xs/DDPNemuog== X-IronPort-AV: E=Sophos;i="5.82,291,1613462400"; d="scan'208";a="537129423" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.45]) ([10.213.224.45]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2021 11:09:47 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1620653893-8988-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Tue, 11 May 2021 19:09:43 +0100 MIME-Version: 1.0 In-Reply-To: <1620653893-8988-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] bugfix for hns3 PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 5/10/2021 2:38 PM, Min Hu (Connor) wrote: > This patch set contains four bugfix for hns3 PMD > > Chengwen Feng (4): > net/hns3: fix unsupported mbx msg id log error > net/hns3: fix secondary process request start/stop Rx/Tx > net/hns3: fix memory barrier incorrectly placed > net/hns3: return fail if FEC mode not support > Series applied to dpdk-next-net/main, thanks.