DPDK patches and discussions
 help / color / mirror / Atom feed
* testpmd behavior with stopped queues
@ 2021-12-09 14:10 Dmitry Kozlyuk
  0 siblings, 0 replies; only message in thread
From: Dmitry Kozlyuk @ 2021-12-09 14:10 UTC (permalink / raw)
  To: dev; +Cc: Xiaoyun Li, Aman Singh

Hello,

There are testpmd commands to start/stop RxQ/TxQ:
"port 1 rxq 0 stop", "port 1 txq 0 start", etc.
IIUC, when a queue is stopped, testpmd should ignore it.
Currently, it doesn't and tries to use the stopped queue.
If a RxQ is stopped, nothing will be send to the paired TxQ.
If a TxQ is stopped, there is nowhere to send the packets
from the paired RxQ, so it is logical to drop them.
I'm going to implement this behavior, any objections?

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

only message in thread, other threads:[~2021-12-09 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 14:10 testpmd behavior with stopped queues Dmitry Kozlyuk

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