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: Wed, 18 Jan 2017 19:23:06 +0000 Message-ID: <11bf51bd-ce02-61d0-e91e-432c86dfbc42@intel.com> 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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3E1BEFAE4 for ; Wed, 18 Jan 2017 20:23:10 +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 > <...> Series applied to dpdk-next-net/master, thanks.