DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 563] mlx5 silently fails to create an ethernet rte_flow rule
@ 2020-10-22 20:39 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-10-22 20:39 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=563

            Bug ID: 563
           Summary: mlx5 silently fails to create an ethernet rte_flow
                    rule
           Product: DPDK
           Version: 20.11
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: barbette@kth.se
  Target Milestone: ---

With 20.11-rc1 (since at least -rc0 but maybe before), a rule such as:

flow create 0 ingress pattern  eth type is 0x0800  / end actions drop / end

will say "Flow rule #0 created". But nothing is actually programmed in the NIC,
and ipv4 packets are not dropped.

But also ones matching mac addresses (anything except eth alone according to my
tests). It's also not linked to the action, eg queue index 0 on table 1 to
un-drop packets sent to table 1 does not work either.

I also verified with the mlx_steering_dump/mlx_steering_dump_parser.py tool and
the rule is indeed not there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

only message in thread, other threads:[~2020-10-22 20:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 20:39 [dpdk-dev] [Bug 563] mlx5 silently fails to create an ethernet rte_flow rule bugzilla

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