From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A87EB2BE1 for ; Wed, 28 Jun 2017 15:08:58 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 06:08:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,275,1496127600"; d="scan'208";a="1165635293" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 28 Jun 2017 06:08:54 -0700 To: Wenzhuo Lu , dev@dpdk.org Cc: Liang-min Wang References: <1498616530-28033-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Wed, 28 Jun 2017 14:08:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1498616530-28033-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: link check enhancement on VF 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, 28 Jun 2017 13:08:59 -0000 On 6/28/2017 3:22 AM, Wenzhuo Lu wrote: > From: Liang-min Wang > > In current implementation, when checking VF link state, PF state > is checked too, although the function has a parameter to tell > if PF state checking is needed. > But in some scenario, user may not care about the PF state. > This patch enables the unused parameter to only check the VF > link state. > > Signed-off-by: Liang-min Wang > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.