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 39908A04DD; Fri, 20 Nov 2020 15:38:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4B4CC87E; Fri, 20 Nov 2020 15:38:57 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D291BF90 for ; Fri, 20 Nov 2020 15:38:54 +0100 (CET) IronPort-SDR: ZFHiYJza0sa23bFcWzlhtAFbXn6kHXVBtbnDyBR7u4++Srwm46cpt5gkAgbzBasseJI3dFqCjl zfSJWiYV/ouw== X-IronPort-AV: E=McAfee;i="6000,8403,9810"; a="158520510" X-IronPort-AV: E=Sophos;i="5.78,356,1599548400"; d="scan'208";a="158520510" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2020 06:38:53 -0800 IronPort-SDR: 9Y0xjX9vAtlj0KEmMYSBVEXYq30pMI6qOHHPKRR1FcZDHUjoTXKASMJF0aaBJO5BBm+sIhrWWB fgv/gy6YWNkw== X-IronPort-AV: E=Sophos;i="5.78,356,1599548400"; d="scan'208";a="331335456" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.243.199]) ([10.213.243.199]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2020 06:38:52 -0800 To: Lijun Ou Cc: dev@dpdk.org, linuxarm@huawei.com References: <1605871656-51819-1-git-send-email-oulijun@huawei.com> From: Ferruh Yigit Message-ID: <6ca40999-6910-73d7-c769-02534697ced9@intel.com> Date: Fri, 20 Nov 2020 14:38:49 +0000 MIME-Version: 1.0 In-Reply-To: <1605871656-51819-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/4] hns3 fixes 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/20/2020 11:27 AM, Lijun Ou wrote: > Here series are fixes for hns3 PMD driver. > > Chengchang Tang (1): > net/hns3: fix unused queues with not disabled > > Huisong Li (1): > net/hns3: fix segment fault with the multi-TC > > Lijun Ou (1): > net/hns3: adjust printing MAC addresses in log > > Min Hu (Conor) (1): > net/hns3: fix FEC state query > Hi Lijun, How critical these fixes are? We have -rc5 today, and release this Wednesday, so these will be last minute fixes, if these are not critical I suggest postponing to next release and fixes can be backported from there to LTS.