DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255
@ 2020-10-26 16:01 Timothy McDaniel
  2020-10-28  9:35 ` Jerin Jacob
  2020-10-30 20:03 ` Eads, Gage
  0 siblings, 2 replies; 5+ messages in thread
From: Timothy McDaniel @ 2020-10-26 16:01 UTC (permalink / raw)
  To: Bruce Richardson
  Cc: dev, erik.g.carrillo, gage.eads, harry.van.haaren, jerinj

DLB supports a total of 256 queues, 128 load balanced queues
and 128 directed queues.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
---
 config/rte_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/rte_config.h b/config/rte_config.h
index 8aa46a1..b78c6aa 100644
--- a/config/rte_config.h
+++ b/config/rte_config.h
@@ -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
-- 
2.6.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-31 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 16:01 [dpdk-dev] [PATCH 1/1] eventdev: increase MAX QUEUES PER DEV to 255 Timothy McDaniel
2020-10-28  9:35 ` Jerin Jacob
2020-10-28 14:52   ` McDaniel, Timothy
2020-10-30 20:03 ` Eads, Gage
2020-10-31 10:58   ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).