ethdev: rename interrupt callbacks field
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 23 Feb 2015 18:30:08 +0000 (18:30 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 23 Feb 2015 23:38:14 +0000 (00:38 +0100)
commit1a9a0b9b020ab5d93f4c3ceb617d7f5008aa94a2
tree85ed2b5c1bdce7a2ba66851c0e891d0fdff269c7
parent2ccabd8cd1f62f337ee9119542beeca9afe43154
ethdev: rename interrupt callbacks field

The 'callbacks' member of the rte_eth_dev structure has been renamed
to 'link_intr_cbs' to make it clear that it refers to callbacks from
NIC interrupts. This allows us to add other types of callbacks to
the structure without ambiguity.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test/virtual_pmd.c
lib/librte_ether/rte_ethdev.c
lib/librte_ether/rte_ethdev.h
lib/librte_pmd_bond/rte_eth_bond_api.c
lib/librte_pmd_ring/rte_eth_ring.c