From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] net/mlx5: fix wrong representor port link status Date: Thu, 04 Oct 2018 22:42:54 +0200 Message-ID: <2809513.JeFLROmAoH@xps> References: <1536906477-118136-1-git-send-email-xuemingl@mellanox.com> <1537345657-171431-1-git-send-email-xuemingl@mellanox.com> <569C2065-BD59-43F9-96C0-4BE7C1F40779@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yongseok Koh , Shahaf Shuler , Adrien Mazarguil To: "Xueming(Steven) Li" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5C3333572 for ; Thu, 4 Oct 2018 22:43:00 +0200 (CEST) In-Reply-To: <569C2065-BD59-43F9-96C0-4BE7C1F40779@mellanox.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" 28/09/2018 02:13, Yongseok Koh: > > > On Sep 19, 2018, at 1:27 AM, Xueming Li wrote: > > > > Current code uses PF links status for representor port, not the > > representor > > interface itself. This caused wrong representor port link status when > > toggling linterface up or down. > > > > Fixes: 2b7302638898 ("net/mlx5: probe all port representors") > > Cc: adrien.mazarguil@6wind.com > > > > Signed-off-by: Xueming Li > > --- > Acked-by: Yongseok Koh applied to dpdk-next-net-mlx