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

Thomas Monjalon thomas at monjalon.net
Wed Mar 27 19:01:09 CET 2019


22/03/2019 12:52, 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 this
> interrupt source.
> 
> Signed-off-by: Jakub Grajciar <jgrajcia at cisco.com>

Applied, thanks





More information about the dev mailing list