From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5CD8221B4F; Thu, 4 Oct 2018 16:42:58 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Oct 2018 16:42:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=+Coz/rVvr0DsAy1Dbo7qem1/WjniXcu0/0ZL+UKBIWk=; b=CPfWVywQbzyQ Re/CnfmzguFHkUJfNEURmSFHEncXU1Sml4XZe8lKuAfWEQ608N1HXsLCHcQbSdjQ 2hHcwknk5BtM5eLrkW+BAh4E6+0kTHPuO6JVDVci0MrYoi2NmfOqsGmbwg/sF+zO 05oenjTGMWQIoiTqxC/XJLYPEnUeAr4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=+Coz/rVvr0DsAy1Dbo7qem1/WjniXcu0/0ZL+UKBI Wk=; b=qE80r3xY67uxg4hD+pFGRK2c1qyiheKjNdt31bmyeb9aXT/R4WnIj5kEt ZaaZY4k7OI82BrncckFnFiQhOYe59fmqD/547M9toLfkMHzkMEfEPwdGpEXo7Jyn i6a++XuZ4jy5D4CQvq9xQp04NFK6KxXsWHhHONI8ZZSPiWrrhBAqkkAPVwvAhMAH pwVzOEYXXtwXObAJ8Ngh3+QVWK22M1Fk/vCh7WvXAPodUsOhcPVep6K8fTE+mvuB U7fl0g+MU8FTLQyl2xg9G/27i2BR5XjHq67nJBZq5+TncAA+Sqn1wHGwiN47PlKe Eoccj8zH83LySwqs5+5vI2wb0tQAw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AB23BE446A; Thu, 4 Oct 2018 16:42:56 -0400 (EDT) From: Thomas Monjalon To: "Xueming(Steven) Li" Cc: dev@dpdk.org, Yongseok Koh , Shahaf Shuler , Adrien Mazarguil Date: Thu, 04 Oct 2018 22:42:54 +0200 Message-ID: <2809513.JeFLROmAoH@xps> In-Reply-To: <569C2065-BD59-43F9-96C0-4BE7C1F40779@mellanox.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] net/mlx5: fix wrong representor port link status 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: Thu, 04 Oct 2018 20:43:00 -0000 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