Re: [dpdk-dev] [PATCH] net/bnx2x: bump PMD release version

2017-02-09 Thread Ferruh Yigit
On 2/9/2017 7:06 AM, Rasesh Mody wrote: > This patch bumps bnx2x PMD version to 1.0.5.1 to track the recent > fixes to the driver. > > Signed-off-by: Rasesh Mody Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/bnx2x: bump PMD release version

2017-02-08 Thread Rasesh Mody
This patch bumps bnx2x PMD version to 1.0.5.1 to track the recent fixes to the driver. Signed-off-by: Rasesh Mody --- drivers/net/bnx2x/bnx2x.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnx2x/bnx2x.c b/drivers/net/bnx2x/bnx2x.c index cc380bd..1a7e1c8 1006