eal: move interrupt type out of igb_uio
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 13 Jun 2014 14:52:41 +0000 (15:52 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 16 Jun 2014 13:02:10 +0000 (15:02 +0200)
commit88701645c98c9c88f1711396234524e14783bc8b
treee3e5742cb459c3328dd01e204388b763b6d41476
parentf058c9ba63673e9231635602161747a0cb11e33e
eal: move interrupt type out of igb_uio

Moving interrupt type enum out of igb_uio and renaming it to be more
generic. Such a strange header naming and separation is done mostly to
make coming virtio patches easier to port to dpdk.org tree.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/common/include/rte_pci_dev_feature_defs.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_pci_dev_features.h [new file with mode: 0644]
lib/librte_eal/linuxapp/igb_uio/igb_uio.c