[dpdk-dev] [PATCH v2 03/16] Rename RTE_PCI_DRV_NEED_IGB_UIO to RTE_PCI_DRV_NEED_MAPPING

Thomas Monjalon thomas.monjalon at 6wind.com
Wed May 21 14:55:39 CEST 2014


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


More information about the dev mailing list