From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] i40evf: fix link info update Date: Wed, 06 Apr 2016 15:39:29 +0200 Message-ID: <20563610.50eZZ2cI6I@xps13> References: <1459474604-2049-1-git-send-email-jingjing.wu@intel.com> <1459821694-3999-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, helin.zhang@intel.com To: Jingjing Wu Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id B446E2C0B for ; Wed, 6 Apr 2016 15:41:08 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f198so74141609wme.0 for ; Wed, 06 Apr 2016 06:41:08 -0700 (PDT) In-Reply-To: <1459821694-3999-1-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-05 10:01, Jingjing Wu: > The issue is the VF's link speed kept as 10G and status always was up. > It did not change even the physical link's status changed. > This patch fixes this issue to make VF's link info consistent with > physical link. > > Fixes: 4861cde46116 (i40e: new poll mode driver) > Signed-off-by: Jingjing Wu Applied, thanks