From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2017 11:23:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,250,1477983600"; d="scan'208";a="924051668" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 18 Jan 2017 11:23:07 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1484211803-21449-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <11bf51bd-ce02-61d0-e91e-432c86dfbc42@intel.com> Date: Wed, 18 Jan 2017 19:23:06 +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: Wed, 18 Jan 2017 19:23:10 -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 > <...> Series applied to dpdk-next-net/master, thanks.