X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Frte_config.h;h=590903c07ddd423af6eb4a665f91aa4cf8932a90;hb=3d1037e92a3c66ed03e751f3e995f9330b18a2a0;hp=a0b5160ff246b4f924a77e02338cc35fcfa3994c;hpb=048a2aa3f30c90c7f9339a17bfd1e663e379625f;p=dpdk.git diff --git a/config/rte_config.h b/config/rte_config.h index a0b5160ff2..590903c07d 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -13,7 +13,6 @@ #define _RTE_CONFIG_H_ #include -#include "rte_compatibility_defines.h" /* legacy defines */ #ifdef RTE_EXEC_ENV_LINUX @@ -58,10 +57,12 @@ #define RTE_MAX_QUEUES_PER_PORT 1024 #define RTE_ETHDEV_QUEUE_STAT_CNTRS 16 /* max 256 */ #define RTE_ETHDEV_RXTX_CALLBACKS 1 +#define RTE_MAX_MULTI_HOST_CTRLS 4 /* cryptodev defines */ #define RTE_CRYPTO_MAX_DEVS 64 #define RTE_CRYPTODEV_NAME_LEN 64 +#define RTE_CRYPTO_CALLBACKS 1 /* compressdev defines */ #define RTE_COMPRESS_MAX_DEVS 64 @@ -138,17 +139,7 @@ /* QEDE PMD defines */ #define RTE_LIBRTE_QEDE_FW "" -/* DLB PMD defines */ -#define RTE_LIBRTE_PMD_DLB_POLL_INTERVAL 1000 -#define RTE_LIBRTE_PMD_DLB_UMWAIT_CTL_STATE 0 -#undef RTE_LIBRTE_PMD_DLB_QUELL_STATS -#define RTE_LIBRTE_PMD_DLB_SW_CREDIT_QUANTA 32 - /* DLB2 defines */ -#define RTE_LIBRTE_PMD_DLB2_POLL_INTERVAL 1000 -#define RTE_LIBRTE_PMD_DLB2_UMWAIT_CTL_STATE 0 #undef RTE_LIBRTE_PMD_DLB2_QUELL_STATS -#define RTE_LIBRTE_PMD_DLB2_SW_CREDIT_QUANTA 32 -#define RTE_PMD_DLB2_DEFAULT_DEPTH_THRESH 256 #endif /* _RTE_CONFIG_H_ */