Re: [dpdk-dev] [PATCH v3 03/11] examples/l3fwd: add event device configuration

2020-01-21 Thread Jerin Jacob
On Sat, Jan 11, 2020 at 7:18 PM wrote: > > From: Pavan Nikhilesh > > Add event device configuration based on the capabilities of the > probed event device. > > Signed-off-by: Pavan Nikhilesh Looks like it has a similar bug[1] that has been found in l2fwd-event. If so, please fix it. [1] commit

[dpdk-dev] [PATCH v3 03/11] examples/l3fwd: add event device configuration

2020-01-11 Thread pbhagavatula
From: Pavan Nikhilesh Add event device configuration based on the capabilities of the probed event device. Signed-off-by: Pavan Nikhilesh --- examples/l3fwd/l3fwd_event.c | 3 + examples/l3fwd/l3fwd_event.h | 36 ++ examples/l3fwd/l3fwd_event_generic.c