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 73B66A04DD; Fri, 20 Nov 2020 18:53:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 55463DED; Fri, 20 Nov 2020 18:53:51 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2261823D for ; Fri, 20 Nov 2020 18:53:48 +0100 (CET) IronPort-SDR: Vs6wXCyPU/poCsCOVlS/F3d2gh1doF0xGQcwb+AgoqikmIcUBuwI8u2Xe77wxO0GX37XEWu6k9 lMXSVCuldWzw== X-IronPort-AV: E=McAfee;i="6000,8403,9811"; a="158553388" X-IronPort-AV: E=Sophos;i="5.78,357,1599548400"; d="scan'208";a="158553388" 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 09:53:47 -0800 IronPort-SDR: QQ+76AynBZQqYZOKcwO64rlrNDW1NDW0h6JJ3SKmQPcxnTGyjAfCRKxraVGVHVi0rH7r4/7eFI eVQsBRpZzSEg== X-IronPort-AV: E=Sophos;i="5.78,357,1599548400"; d="scan'208";a="331398181" 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 09:53:46 -0800 From: Ferruh Yigit 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> <241b964a-2ca3-7386-4115-77859a429145@intel.com> Message-ID: <629c04c2-42b2-1070-4ca1-e2944e886d9c@intel.com> Date: Fri, 20 Nov 2020 17:53:44 +0000 MIME-Version: 1.0 In-Reply-To: <241b964a-2ca3-7386-4115-77859a429145@intel.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 3:38 PM, Ferruh Yigit wrote: > 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. 1/4 & 2/4 applied to dpdk-next-net/main, thanks. 3/4 & 4/4 deferred to next release and patchwork status updated accordingly.