Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix to poll link status

2018-08-02 Thread Mody, Rasesh
Hi Thomas, >From: Thomas Monjalon >Sent: Thursday, August 02, 2018 12:58 PM > >Hi, > >There is a compilation error with this patch: > Sending v2 series to address it, please apply. Thanks! -Rasesh >25/07/2018 00:25, Rasesh Mody: >> + PMD_DRV_LOG(ERR, sc, "Unable to start

Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix to poll link status

2018-08-02 Thread Thomas Monjalon
Hi, There is a compilation error with this patch: 25/07/2018 00:25, Rasesh Mody: > + PMD_DRV_LOG(ERR, sc, "Unable to start periodic" > +" timer rc %d", ret); drivers/net/bnx2x/bnx2x_ethdev.c:153:21: error: expected ‘)’ before ‘sc’

[dpdk-dev] [PATCH 1/2] net/bnx2x: fix to poll link status

2018-07-24 Thread 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: 540a211