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: [email protected]
          Reporter: [email protected]
  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.

Reply via email to