On Thu, 18 Jul 2024 16:39:35 +0000
Raghavan V <raghavan...@tatacommunications.com> wrote:

> Hi Stephen,
> Thanks for your response.
> 
> As our application has limitations while using RSS,
> I would prefer a similar approach to RTE_ACTION_TYPE_QUEUE.

There is no action like this since hardware does not support it.
Multi queue support comes from the original queue support which was
done as collaboration between Intel and Microsoft (for Windows).
Then Linux got multi-queue (RSS) support.
Then DPDK got similar multi-queue.

Packet spraying across queues would be bad since it would create
out of order packets, and also lots of lock contention on any shared
per flow resource.

Reply via email to