DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/tap: fix documentation about number of queues
@ 2025-03-12 23:43 Stephen Hemminger
  0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2025-03-12 23:43 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger, stable

The limit of 8 queues when using a secondary process was removed,
but documentation was not changed.

Fixes: 6a2e47a3e26a ("net/tap: increase maximum allowable queues")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 doc/guides/nics/tap.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/guides/nics/tap.rst b/doc/guides/nics/tap.rst
index f01663c700..b37f899ec3 100644
--- a/doc/guides/nics/tap.rst
+++ b/doc/guides/nics/tap.rst
@@ -166,10 +166,8 @@ The port attached in a secondary process will give access to the
 statistics and the queues.
 Therefore it can be used for monitoring or Rx/Tx processing.
 
-The IPC synchronization of Rx/Tx queues is currently limited:
-
-  - Maximum 8 queues shared
-  - Synchronized on probing, but not on later port update
+The IPC synchronization of Rx/Tx queues is done when when
+port is probed.
 
 
 RSS specifics
-- 
2.47.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-12 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-12 23:43 [PATCH] net/tap: fix documentation about number of queues Stephen Hemminger

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).