From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 1/2] net/bnx2x: fix to poll link status Date: Fri, 03 Aug 2018 15:34:57 +0200 Message-ID: <2523895.AiY5UqDGcI@xps> References: <1532471149-2369-1-git-send-email-rasesh.mody@cavium.com> <1533271366-1351-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, ferruh.yigit@intel.com, Dept-EngDPDKDev@cavium.com To: Rasesh Mody Return-path: In-Reply-To: <1533271366-1351-1-git-send-email-rasesh.mody@cavium.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" 03/08/2018 06:42, Rasesh Mody: > The PMD has been modified to invoke the polling function in the link > management code which detects the peer speed/mode, configure the link > and update the status accordingly. This patch is the fix for the link > down issue seen when we do dev_stop() and dev_start() from an > application. > > Fixes: 540a211084a7 ("bnx2x: driver core") > Cc: stable@dpdk.org > > Signed-off-by: Rasesh Mody Series applied, thanks