[dpdk-dev] [PATCH v2 1/4] ethdev: rename callbacks field to intr_cbs

2015-02-13 Thread Thomas Monjalon
2015-02-13 17:06, Thomas Monjalon: > 2015-02-13 15:39, John McNamara: > > From: Richardson, Bruce > > > > 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

[dpdk-dev] [PATCH v2 1/4] ethdev: rename callbacks field to intr_cbs

2015-02-13 Thread Thomas Monjalon
2015-02-13 15:39, John McNamara: > From: Richardson, Bruce > > 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 ambigu

[dpdk-dev] [PATCH v2 1/4] ethdev: rename callbacks field to intr_cbs

2015-02-13 Thread John McNamara
From: Richardson, Bruce 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. Signed-off-by: Bruce Richardson --- a