From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/4] Solarflare PMD link status and flow control fixes Date: Mon, 16 Jan 2017 17:07:10 +0000 Message-ID: References: <1484211803-21449-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org 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) In-Reply-To: <1484211803-21449-1-git-send-email-arybchenko@solarflare.com> 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 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