[dpdk-dev] [PATCH v7 0/2] clean up interrupt handle

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Apr 6 21:16:15 CEST 2017


2017-04-06 20:42, Qi Zhang:
> It seems its not necessary to register an intr_handle for interrupt callback
> function. "void* cb_arg" shows enough when be used to pass the object that
> contain the information be required to handle the interrupt event( A typical
> way which is implemented by almost all driver is by passing a rte_ethdev
> instance).
> The patch change the prototype of rte_intr_callback_fn by removing
> the uncessary intr_handle paramter.

Applied, thanks


More information about the dev mailing list