From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id B28F1108F for ; Mon, 16 Jan 2017 18:07:14 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 16 Jan 2017 09:07:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,240,1477983600"; d="scan'208";a="1083644311" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga001.jf.intel.com with ESMTP; 16 Jan 2017 09:07:11 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1484211803-21449-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Mon, 16 Jan 2017 17:07:10 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484211803-21449-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/4] Solarflare PMD link status and flow control 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: , X-List-Received-Date: Mon, 16 Jan 2017 17:07:15 -0000 On 1/12/2017 9:03 AM, Andrew Rybchenko wrote: > Fix few problems with link status information and flow control settings. > > Patches are grouped into a series since flow control fix discovers > link status sync issue just after port start. > > Andrew Rybchenko (4): > net/sfc: avoid usage of possibly uninitialized link_mode > net/sfc: sync link status knowledge with HW on start > net/sfc: report correct link status when port is not started > net/sfc: fix flow control settings set on port start <...> Hi Andrew, These are fixes to the code in next-net, and used fixes tags with commit ids from next-net. But next-net is allowed to re-write the git history, so those commit ids may change. That is why I am waiting the RC1, when next-net merged into main tree, commit ids will be fixed after that point and can get these fixes. Regards, ferruh