Re: [dpdk-dev] [PATCH] l2fwd-event: fix lcore allocation in poll mode

2020-02-15 Thread Jerin Jacob
On Mon, Feb 3, 2020 at 10:16 AM wrote: > > From: Pavan Nikhilesh > > Skip master lcore when assigning cores to rx_queues as it is only used > to print stats. > > Fixes: 4ff457986f76 ("examples/l2fwd-event: add default poll mode routines") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh

[dpdk-dev] [PATCH] l2fwd-event: fix lcore allocation in poll mode

2020-02-02 Thread pbhagavatula
From: Pavan Nikhilesh Skip master lcore when assigning cores to rx_queues as it is only used to print stats. Fixes: 4ff457986f76 ("examples/l2fwd-event: add default poll mode routines") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- examples/l2fwd-event/l2fwd_poll.c | 1 + 1 file chan