X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Frte_config.h;h=590903c07ddd423af6eb4a665f91aa4cf8932a90;hb=818ce1132ab69c5bb34ede0120776f71969dc091;hp=f64b4d6341547c661f5289bbdd99093907e309d4;hpb=b0b672aeadaa0bbb1720e777f855bd1812fb5043;p=dpdk.git diff --git a/config/rte_config.h b/config/rte_config.h index f64b4d6341..590903c07d 100644 --- a/config/rte_config.h +++ b/config/rte_config.h @@ -13,7 +13,6 @@ #define _RTE_CONFIG_H_ #include -#include /* 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 @@ -71,7 +72,7 @@ /* eventdev defines */ #define RTE_EVENT_MAX_DEVS 16 -#define RTE_EVENT_MAX_QUEUES_PER_DEV 64 +#define RTE_EVENT_MAX_QUEUES_PER_DEV 255 #define RTE_EVENT_TIMER_ADAPTER_NUM_MAX 32 #define RTE_EVENT_ETH_INTR_RING_SIZE 1024 #define RTE_EVENT_CRYPTO_ADAPTER_MAX_INSTANCE 32 @@ -103,6 +104,9 @@ /****** driver defines ********/ +/* Packet prefetching in PMDs */ +#define RTE_PMD_PACKET_PREFETCH 1 + /* QuickAssist device */ /* Max. number of QuickAssist devices which can be attached */ #define RTE_PMD_QAT_MAX_PCI_DEVICES 48 @@ -135,4 +139,7 @@ /* QEDE PMD defines */ #define RTE_LIBRTE_QEDE_FW "" +/* DLB2 defines */ +#undef RTE_LIBRTE_PMD_DLB2_QUELL_STATS + #endif /* _RTE_CONFIG_H_ */