Re: [dpdk-dev] [PATCH v8] eal_interrupts: add option for pending callback unregister

2019-03-08 Thread Thomas Monjalon
Sorry for the delay in review. I hoped someone else would review this patch. Let's get this patch in DPDK 19.05, after doing some small changes (see below). 17/12/2018 13:30, Jakub Grajciar: > use case: if callback is used to receive message form socket, > and the message received is disconnect/er

Re: [dpdk-dev] [PATCH v8] eal_interrupts: add option for pending callback unregister

2019-01-14 Thread Thomas Monjalon
Someone for a review please? 17/12/2018 13:30, Jakub Grajciar: > use case: if callback is used to receive message form socket, > and the message received is disconnect/error, this callback needs > to be unregistered, but cannot because it is still active. > > With this patch it is possible to mar

[dpdk-dev] [PATCH v8] eal_interrupts: add option for pending callback unregister

2018-12-17 Thread Jakub Grajciar
use case: if callback is used to receive message form socket, and the message received is disconnect/error, this callback needs to be unregistered, but cannot because it is still active. With this patch it is possible to mark the callback to be unregistered once the interrupt process is done with