Re: [dpdk-dev] [PATCH 01/13] net/sfc: callbacks should depend on EvQ usage

2017-03-04 Thread Ferruh Yigit
On 3/2/2017 7:07 AM, Andrew Rybchenko wrote: > Use different sets of libefx EvQ callbacks for management, > transmit and receive event queue. It makes event handling > more robust against unexpected events. > > Also it is required for alternative datapath support. > > Signed-off-by: Andrew Rybche

[dpdk-dev] [PATCH 01/13] net/sfc: callbacks should depend on EvQ usage

2017-03-01 Thread Andrew Rybchenko
Use different sets of libefx EvQ callbacks for management, transmit and receive event queue. It makes event handling more robust against unexpected events. Also it is required for alternative datapath support. Signed-off-by: Andrew Rybchenko --- drivers/net/sfc/sfc_ev.c | 107 ++