eventdev: increase max queues configuration
DLB supports a total of 256 queues, 128 load balanced queues and 128 directed queues. Increase RTE_EVENT_MAX_QUEUES_PER_DEV to max possible uint_8_t max value. Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com> Reviewed-by: Gage Eads <gage.eads@intel.com> Acked-by: Jerin Jacob <jerinj@marvell.com>
This commit is contained in:
parent
98ee07c20d
commit
ecd8749541
@ -71,7 +71,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
|
||||
|
Loading…
Reference in New Issue
Block a user