[dpdk-dev] [PATCH v2 2/2] net/bnx2x: bump version to 1.0.7.1

2018-11-17 Thread Mody, Rasesh
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 c80f84c..4c775c1 100644 --- a/drivers/net/bnx2x/bnx2x.c +++ b/drivers/net/bnx2x/bnx2x.c @@ -29,7 +29,7 @@ #d

Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: cleanup info logs

2018-11-17 Thread Mody, Rasesh
>From: Ferruh Yigit >Sent: Friday, November 16, 2018 3:26 AM > >On 11/14/2018 6:17 PM, Mody, Rasesh wrote: >> Reduced number of INFO logs in BNX2X PMD by converting some INFO logs >> to DEBUG and few NOTICE logs to INFO, removing extra new lines, >> printing banner bar once for the adapter and dev

[dpdk-dev] [PATCH v2 1/2] net/bnx2x: cleanup info logs

2018-11-17 Thread Mody, Rasesh
Reduced number of INFO logs in BNX2X PMD by converting some INFO logs to DEBUG and few NOTICE logs to INFO, removing extra new lines, printing banner bar once for the adapter and device specific info. Fixes: ba7eeb035a5f ("net/bnx2x: fix logging to include device name") Fixes: 540a211084a7 ("bnx2x