2014-05-19 16:51, Anatoly Burakov: > Rename the RTE_PCI_DRV_NEED_IGB_UIO to be more generic, > retain old macro for backwards compatibility. Probably should > be removed in one of the next releases. > > Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
[...] > +/** Retain the old name for backwards-compatibility */ > +#define RTE_PCI_DRV_NEED_IGB_UIO RTE_PCI_DRV_NEED_MAPPING As we are breaking PMD API for other features, I think we don't need to keep the old name here. -- Thomas