Re: [PATCH] examples/l2fwd-event: fix function args of worker cleanup

2023-01-18 Thread Jerin Jacob
> > Nikhilesh Bhagavatula > > Subject: [PATCH] examples/l2fwd-event: fix function args of worker cleanup > > > > Fixed function call arguments of l2fwd worker cleanup. Number of events > > enqueued and dequeued are set the opposite. > > > > Fixes: 622eb

RE: [PATCH] examples/l2fwd-event: fix function args of worker cleanup

2022-12-13 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Shijith Thotton > Sent: Monday, December 12, 2022 9:19 PM > To: Jerin Jacob Kollanukkaran > Cc: Shijith Thotton ; dev@dpdk.org; Pavan > Nikhilesh Bhagavatula > Subject: [PATCH] examples/l2fwd-event: fix function args of worker cleanu

[PATCH] examples/l2fwd-event: fix function args of worker cleanup

2022-12-12 Thread Shijith Thotton
Fixed function call arguments of l2fwd worker cleanup. Number of events enqueued and dequeued are set the opposite. Fixes: 622ebb6b4a7d ("examples/l2fwd-event: clean up worker state before exit") Signed-off-by: Shijith Thotton --- examples/l2fwd-event/l2fwd_event.c | 4 ++-- 1 file changed, 2 i