From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C317DA0524; Thu, 4 Feb 2021 16:45:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45A2324064C; Thu, 4 Feb 2021 16:45:32 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 84C5A24061D for ; Thu, 4 Feb 2021 16:45:30 +0100 (CET) IronPort-SDR: KmnKsfTr5lvjQ5MXDOVEf+pLxuzJm4I+WWpWJED89/qmQcv5a2A5k9ut+scMDdO8jEIRxir7Mj C96Ot7pjMhGg== X-IronPort-AV: E=McAfee;i="6000,8403,9885"; a="180489468" X-IronPort-AV: E=Sophos;i="5.79,401,1602572400"; d="scan'208";a="180489468" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 07:45:27 -0800 IronPort-SDR: K+bwoIFU6CJrJjEUn4QV8//HqgnXBdDzNJKgoC4IbWICpgokC2wD8tbpqt5buhJiKRO4O5dGlq ucfUftMrnegg== X-IronPort-AV: E=Sophos;i="5.79,401,1602572400"; d="scan'208";a="393243428" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.211.210]) ([10.213.211.210]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 07:45:26 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@openeuler.org References: <1612355037-48768-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: Date: Thu, 4 Feb 2021 15:45:22 +0000 MIME-Version: 1.0 In-Reply-To: <1612355037-48768-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 00/11] critical bugfixes for hns3 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 2/3/2021 12:23 PM, Lijun Ou wrote: > Based on some suggestions, we reorganize the fixes > and resend the only fixes. > > Chengchang Tang (4): > net/hns3: fix stats flip overflow > net/hns3: replace all atomic type with C11 atomic builtins > net/hns3: fix cmdq cleared during firmware process > net/hns3: fix VF reset after MBX failed > > Chengwen Feng (3): > net/hns3: constraint TM peak rate > net/hns3: remove MPLS type from supported flow items > net/hns3: fix FD rule residue in hardware when malloc fail > > Huisong Li (3): > net/hns3: fix query order of link status and link info > net/hns3: fix link status change from firmware > net/hns3: add check for max pkt length of Rx > > Lijun Ou (1): > net/hns3: fix RSS indirection table size > Series applied to dpdk-next-net/main, thanks.