2014-05-19 16:51, Anatoly Burakov: > 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 at intel.com>
> +++ b/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h [...] > +++ b/lib/librte_eal/common/include/rte_pci_dev_features.h [...] > +#include <rte_pci_dev_feature_defs.h> Why are you splitting things in 2 files? +#define RTE_INTR_MODE_MAX_MAX "max" What is this constant for? Thanks -- Thomas