test/mem: disable ASan when accessing unallocated memory
[dpdk.git] / lib / eal / common / eal_options.h
index 7b348e7..8e4f720 100644 (file)
@@ -18,10 +18,6 @@ enum {
 #define OPT_DEV_BLOCK         "block"
        OPT_DEV_BLOCK_NUM      = 'b',
 
-       /* legacy option that will be removed in future */
-#define OPT_PCI_WHITELIST     "pci-whitelist"
-       OPT_PCI_WHITELIST_NUM   = 'w',
-
        /* first long only option value must be >= 256, so that we won't
         * conflict with short options */
        OPT_LONG_MIN_NUM = 256,
@@ -49,8 +45,6 @@ enum {
        OPT_TRACE_MODE_NUM,
 #define OPT_MAIN_LCORE        "main-lcore"
        OPT_MAIN_LCORE_NUM,
-#define OPT_MASTER_LCORE      "master-lcore"
-       OPT_MASTER_LCORE_NUM,
 #define OPT_MBUF_POOL_OPS_NAME "mbuf-pool-ops-name"
        OPT_MBUF_POOL_OPS_NAME_NUM,
 #define OPT_PROC_TYPE         "proc-type"
@@ -94,10 +88,6 @@ enum {
 #define OPT_FORCE_MAX_SIMD_BITWIDTH  "force-max-simd-bitwidth"
        OPT_FORCE_MAX_SIMD_BITWIDTH_NUM,
 
-       /* legacy option that will be removed in future */
-#define OPT_PCI_BLACKLIST     "pci-blacklist"
-       OPT_PCI_BLACKLIST_NUM,
-
        OPT_LONG_MAX_NUM
 };