Re: [dpdk-dev] [PATCH] net/bnx2x: add support for secondary process

2020-01-14 Thread Kevin Traynor
On 14/01/2020 04:51, Jerin Jacob wrote: > On Sat, Dec 21, 2019 at 7:12 AM Rasesh Mody wrote: >> >> Skip the device re-initialization for secondary process. >> >> Cc: sta...@dpdk.com > > Correct Cc: to sta...@dpdk.org > Is it a fix, or secondary process was not intended to be supported previousl

Re: [dpdk-dev] [PATCH] net/bnx2x: add support for secondary process

2020-01-13 Thread Jerin Jacob
On Sat, Dec 21, 2019 at 7:12 AM Rasesh Mody wrote: > > Skip the device re-initialization for secondary process. > > Cc: sta...@dpdk.com Correct Cc: to sta...@dpdk.org Applied to dpdk-next-net-mrvl/master. Thanks > Signed-off-by: Rasesh Mody > --- > drivers/net/bnx2x/bnx2x_ethdev.c | 5 +

[dpdk-dev] [PATCH] net/bnx2x: add support for secondary process

2019-12-20 Thread Rasesh Mody
Skip the device re-initialization for secondary process. Cc: sta...@dpdk.com Signed-off-by: Rasesh Mody --- drivers/net/bnx2x/bnx2x_ethdev.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/bnx2x/bnx2x_ethdev.c b/drivers/net/bnx2x/bnx2x_ethdev.c index 20b045ff87..7864b5b80a