mem: promote memseg API to stable
[dpdk.git] / lib / eal / include / rte_dev.h
index 6dd72c1..aec7030 100644 (file)
@@ -56,12 +56,6 @@ enum rte_dev_policy {
        RTE_DEV_BLOCKED,
 };
 
-/* Backwards compatibility will be removed */
-#define RTE_DEV_WHITELISTED \
-       RTE_DEPRECATED(RTE_DEV_WHITELISTED) RTE_DEV_ALLOWED
-#define RTE_DEV_BLACKLISTED \
-       RTE_DEPRECATED(RTE_DEV_BLACKLISTED) RTE_DEV_BLOCKED
-
 /**
  * A generic memory resource representation.
  */