2015-02-13 15:39, John McNamara: > From: Richardson, Bruce <bruce.richardson at intel.com> > > The callbacks member of the rte_eth_dev structure has been renamed > to intr_cbs to make it clear that it refers to callbacks from NIC > interrupts. This then allows us to add other types of callbacks to > the structure without ambiguity.
Yes, good. Actually this callback is used only for link status interrupt, right? In the patchset for interrupt mode, new callbacks are used, right? Should we name this callback more precisely?