[dpdk-users] rte_flow multiple queues in same rule's action set

Arvind Narayanan webguru2688 at gmail.com
Sat Aug 3 01:01:49 CEST 2019


Hi,

In rte_flow docs, there is an example (Table 11.28) where the action
set consists of 4 actions:

1. queue(index=5)
2. VOID
3. queue(index=3)
4. END
The docs further say such a rule effectively duplicates the traffic to
both queue 3 and 5. Does this mean "two different mbufs" exist for the
same incoming packet, or does it mean it only duplicates the mbuf
references?

Any clarification is appreciated.

Thanks,
Arvind


More information about the users mailing list