From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A7CBC1B283 for ; Fri, 10 Nov 2017 02:15:24 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Nov 2017 17:15:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,371,1505804400"; d="scan'208";a="362025" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.59]) ([10.241.224.59]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2017 17:15:22 -0800 To: Ajit Khaparde , dev@dpdk.org References: <20171109174628.44636-1-ajit.khaparde@broadcom.com> <20171109174628.44636-2-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: Date: Thu, 9 Nov 2017 17:15:22 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171109174628.44636-2-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix link handling and configuration 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: , X-List-Received-Date: Fri, 10 Nov 2017 01:15:25 -0000 On 11/9/2017 9:46 AM, Ajit Khaparde wrote: > Remove a case where we were sending a depricated field to the FW. > There is no need to send auto_link_speed to the FW. > Also set the auto_mode correctly depending on the setting requested. > > Fixes: 7bc8e9a227cc ("net/bnxt: support async link notification") > > Signed-off-by: Ajit Khaparde Hi Ajit, What is the scope of these fixes? How critical are they? I am for postponing them into next release. We should stop somewhere to get patches, normally they have been sent later than initial planned release date. <...>