DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Is it possible to configure different default queues per port
@ 2021-05-21  4:51 Joshi, Venkatesh
  0 siblings, 0 replies; only message in thread
From: Joshi, Venkatesh @ 2021-05-21  4:51 UTC (permalink / raw)
  To: users

Hi,

We are using DPDK 20.08 and Intel XXV710 NIC (firmware version 7.3)

We have a dpdk application running as 4 processes on 4 CPUs.

And, we have 4 ports for the ingress traffic.

* Each port has been configured with 4 Rx Queues (from 0 to 3) and each Rx Queue is bound to a unique CPU.

With RSS hashing mechanism, the incoming packets will get hashed and fall into one of the 4 queues.
But, when RSS hashing fails or cannot be done, the incoming packets are enqueued into Queue 0 on each port because this is the default queue.

Is it possible to change the default queue so that, for each port, there is a different default queue. Eg:
 - For port 0, the default queue is 0 ,
 - For port 1, the default queue is 1 and so on.



Regards,
Venkatesh



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

only message in thread, other threads:[~2021-05-21  4:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21  4:51 [dpdk-users] Is it possible to configure different default queues per port Joshi, Venkatesh

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