Re: FDIR packet distribution with specific multiple RX queues.

2024-07-22 Thread Raghavan V
RTE_ACTION_TYPE_QUEUE but not RSS could match my requirement. Thanks, Raghavan V From: Stephen Hemminger Sent: Thursday, July 18, 2024 9:06:14 pm To: Raghavan V Cc: dev@dpdk.org ; us...@dpdk.org Subject: Re: FDIR packet distribution with specific multiple RX queues

Re: FDIR packet distribution with specific multiple RX queues.

2024-07-18 Thread Stephen Hemminger
On Thu, 18 Jul 2024 16:39:35 + Raghavan V 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 suppo

FDIR packet distribution with specific multiple RX queues.

2024-07-18 Thread Raghavan V
Hi Team, Is there any way to distribute packets evenly (Like RSS) to specific multiple RX queues in RTE_FLOW_ACTION_TYPE_QUEUE DPDK Flow director? Desired action: uint16_t queue_indices[] = {10, 11, 12, 13, 14, 15}; struct rte_flow_action_queue queue = {.index = queue_indices}; struct rte_flow_