-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
None
-
None
-
rhel-sst-network-fastdatapath
-
ssg_networking
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
set vlan qinq_strip inside dpdk-testpmd
Please provide the package NVR for which bug is seen:
5.14.0-427.el9.x86_64
How reproducible:
100%
Steps to reproduce
Bind pf to vfio-pci
- bind bnxt_en driver pf to vfio-pci, then start dpdk-testpmd
dpdk-testpmd -l 1,3,5 -a 0000:82:00.0 -a 0000:82:00.1 -- -i --auto-start
- commads inside dpdk-testpmd
testpmd> vlan set qinq_strip on 0 Ethdev port_id=0 requested new added VLAN offloads 0x20 must be within Rx offloads capabilities 0xd665f in rte_eth_dev_set_vlan_offload() rx_vlan_qinq_strip_set(port_pi=0, on=1) failed diag=-22
bind vf to vfio-pci
#dpdk-testpmd -l 1,3,5 -a 0000:82:02.0 -a 0000:82:04.0 -- -i --auto-start
testpmd> vlan set qinq_strip on 0
Ethdev port_id=0 requested new added VLAN offloads 0x20 must be within Rx offloads capabilities 0xd265f in rte_eth_dev_set_vlan_offload()
rx_vlan_qinq_strip_set(port_pi=0, on=1) failed diag=-22
Expected results
Actual results
Additional info:
82:00.0 Ethernet controller: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller (rev 01)
82:00.1 Ethernet controller: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller (rev 01)