DPDK patches and discussions
 help / color / mirror / Atom feed
* reg. Flow director rule create on LACP Bond
@ 2024-04-03 10:44 Balakrishnan K
  2024-04-04  5:55 ` Balakrishnan K
  0 siblings, 1 reply; 2+ messages in thread
From: Balakrishnan K @ 2024-04-03 10:44 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

Hi All,
    I am trying to create Flow director rule to select the specific RX queue.
Example:
flow create 0 ingress pattern eth / ipv4 src is 20.20.20.2 dst is 20.20.20.5 / end actions queue index 1 / end

Tested with LINK create and applied the mentioned rule , traffic with src 20.20.20.2 and dst 20.20.20.5  pattern reaching the specified queue index .

Same rule is not working with LACP bond getting error in flow validate.
ERROR:
bond_flow_validate(77) - Operation rte_flow_validate failed for slave 0 with error -22
Is Flow director rule supported in LACP Bond ?
Am I missing something here .

Thanks in advance.


Regards,
Bala

[-- Attachment #2: Type: text/html, Size: 3472 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: reg. Flow director rule create on LACP Bond
  2024-04-03 10:44 reg. Flow director rule create on LACP Bond Balakrishnan K
@ 2024-04-04  5:55 ` Balakrishnan K
  0 siblings, 0 replies; 2+ messages in thread
From: Balakrishnan K @ 2024-04-04  5:55 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 985 bytes --]

Can anyone help on the below issue , is flow create with specific pattern supported in LACP Bond?

From: Balakrishnan K <Balakrishnan.K1@tatacommunications.com>
Sent: Wednesday, April 3, 2024 4:14 PM
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: reg. Flow director rule create on LACP Bond

Hi All,
    I am trying to create Flow director rule to select the specific RX queue.
Example:
flow create 0 ingress pattern eth / ipv4 src is 20.20.20.2 dst is 20.20.20.5 / end actions queue index 1 / end

Tested with LINK create and applied the mentioned rule , traffic with src 20.20.20.2 and dst 20.20.20.5  pattern reaching the specified queue index .

Same rule is not working with LACP bond getting error in flow validate.
ERROR:
bond_flow_validate(77) - Operation rte_flow_validate failed for slave 0 with error -22
Is Flow director rule supported in LACP Bond ?
Am I missing something here .

Thanks in advance.


Regards,
Bala

[-- Attachment #2: Type: text/html, Size: 4437 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-04  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 10:44 reg. Flow director rule create on LACP Bond Balakrishnan K
2024-04-04  5:55 ` Balakrishnan K

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