Re: [PATCH 1/6] app/eventdev: simplify signal handling and teardown

2022-05-13 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 2:44 AM Pavan Nikhilesh wrote: > > Remove rte_*_dev calls from signal handler callback. Pease adds the reason. > Split ethernet device teardown into Rx and Tx sections, wait for > workers to finish processing after disabling Rx to allow workers > to complete processing cu

Re: [PATCH 1/6] app/eventdev: simplify signal handling and teardown

2022-05-13 Thread Jerin Jacob
On Wed, Apr 27, 2022 at 2:44 AM Pavan Nikhilesh wrote: > > Remove rte_*_dev calls from signal handler callback. > Split ethernet device teardown into Rx and Tx sections, wait for > workers to finish processing after disabling Rx to allow workers > to complete processing currently held packets. > >

[PATCH 1/6] app/eventdev: simplify signal handling and teardown

2022-04-26 Thread Pavan Nikhilesh
Remove rte_*_dev calls from signal handler callback. Split ethernet device teardown into Rx and Tx sections, wait for workers to finish processing after disabling Rx to allow workers to complete processing currently held packets. Signed-off-by: Pavan Nikhilesh --- app/test-eventdev/evt_main.c