[DPDK/ethdev Bug 1891] Flow validate bug in mlx5 driver on CX-5 NIC
bugzilla at dpdk.org
bugzilla at dpdk.org
Thu Feb 19 18:20:09 CET 2026
http://bugs.dpdk.org/show_bug.cgi?id=1891
Bug ID: 1891
Summary: Flow validate bug in mlx5 driver on CX-5 NIC
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev at dpdk.org
Reporter: dmarx at iol.unh.edu
Target Milestone: ---
There seems to be a discrepancy between flow validate and flow create when
using the JUMP action on an mlx5 pmd:
testpmd> flow validate 0 group 0 ingress pattern eth src is 02:00:00:00:00:00 /
end actions jump group 1 / end
Flow rule validated
testpmd> flow create 0 group 0 ingress pattern eth src is 02:00:00:00:00:00 /
end actions jump group 1 / end
port_flow_complain(): Caught PMD error type 16 (specific action): cannot create
jump action.: Operation not supported
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list