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: sta...@dpdk.org Signed-off-by: Stephen Hemminger <step...@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