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 2944EA04DD; Fri, 20 Nov 2020 16:38:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D8991F90; Fri, 20 Nov 2020 16:38:35 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 99C12DED for ; Fri, 20 Nov 2020 16:38:33 +0100 (CET) IronPort-SDR: A2N6LSEgrpUuvCOzB4ufRUh6qVUuCyWzPXl1JKc+upDkYaqNdus3v1R56BmZ5aC9W0/TolRFbU /ySOglaMJgOQ== X-IronPort-AV: E=McAfee;i="6000,8403,9810"; a="170709400" X-IronPort-AV: E=Sophos;i="5.78,357,1599548400"; d="scan'208";a="170709400" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2020 07:38:31 -0800 IronPort-SDR: Z5Ob+mc8X9scA2HHadyIrMIZm6U6AoF564youodXTv2KP0yQm5sxC7dUfNAdjz7vK/oA562+ic fhaUKxyTr/sg== X-IronPort-AV: E=Sophos;i="5.78,357,1599548400"; d="scan'208";a="331351977" 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 07:38:30 -0800 To: oulijun Cc: dev , Linuxarm References: <1605871656-51819-1-git-send-email-oulijun@huawei.com> <6ca40999-6910-73d7-c769-02534697ced9@intel.com> <20626160478b4b16b15b8995e7c6c826@huawei.com> From: Ferruh Yigit Message-ID: <241b964a-2ca3-7386-4115-77859a429145@intel.com> Date: Fri, 20 Nov 2020 15:38:24 +0000 MIME-Version: 1.0 In-Reply-To: <20626160478b4b16b15b8995e7c6c826@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 2:58 PM, oulijun wrote: < Moved to the bottom, please do not top post > >> >> -------------------------------------------------------------------------------- >> >> 欧丽军 >> Mobile:+86-18899774289 >> Email:oulijun@huawei.com >> >> >> *发件人: *Ferruh Yigit> >> *收件人: *oulijun> >> *抄送: *dev>;Linuxarm> > >> *主题: *Re: [PATCH 0/4] hns3 fixes >> *时间: *2020-11-20 22:39:13 >> >> 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. > > Hi,Ferruh > the first and second patch are critical. > OK, lets target first two patches for this release and defer rest.