Open williamtu opened 3 years ago
try "dv_xmeta_en=1" other_config : {dpdk-extra="-w 0000:83:00.0,representor=[0-1],dv_xmeta_en=1", dpdk-init="true", hw-offload="true"} https://community.mellanox.com/s/article/Basic-Debug-utilities-with-OVS-DPDK-offload-ASAP-Direct
testpmd> flow create 0 ingress pattern eth / ipv4 / end actions rss / end
ETH IPV4 END
Flow rule #0 created
testpmd> flow create 1 ingress pattern eth / end actions drop / end
(crash here)
PS C:\dpdk\build\app>
testpmd> flow create 0 ingress pattern eth / end actions rss / end
ETH END
ETH IPV4 END
ETH IPV6 END
port_flow_complain(): Caught PMD error type 1 (cause unspecified): hardware refuses to create flow: Unknown error
crash at "flow_db_apply"
flow dump doesn't work
testpmd> flow dump 1 all
port_flow_complain(): Caught PMD error type -1388740670 (unknown type): cause: 0
0007FF7AE461F70, (no stated reason): Invalid argument
Failed to dump flow: Unknown error
testpmd> flow dump 0 all
port_flow_complain(): Caught PMD error type -1388740670 (unknown type): cause: 0
0007FF7AE461F70, (no stated reason): Invalid argument
Failed to dump flow: Unknown error
testpmd> flow create 0 ingress pattern eth / ipv4 / end actions rss / end
ETH IPV4 END
Flow rule #0 created
testpmd> flow dump 0 rule 0
port_flow_complain(): Caught PMD error type -1388740670 (unknown type): cause: 0
0007FF7AE461F70, (no stated reason): Invalid argument
DPDK log
OVS init log