Re: [dpdk-dev] [PATCH v6 0/3] clean up interrupt handle

2017-04-05 Thread Thomas Monjalon
2017-04-05 07:09, 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

[dpdk-dev] [PATCH v6 0/3] clean up interrupt handle

2017-04-04 Thread 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_ethd