Hi,
I have a problem with using ovs-dpdk on Bluefield-2. after using this Nvidia document(Mellanox Interconnect Community), these errors occured:
ovs-vsctl show
5365ebe0-f264-4e3a-86f3-0031c4fc8078
Bridge ovs_dpdk_br0
datapath_type: netdev
Port dpdk0
Interface dpdk0
type: dpdk
options: {dpdk-devargs=“0000:03:00.0”}
Port dpdk1
Interface dpdk1
type: dpdk
options: {dpdk-devargs=“0000:03:00.0,representor=[0,65535]”}
error: “Error attaching device ‘0000:03:00.0,representor=[0,65535]’ to DPDK”
Port ovs_dpdk_br0
Interface ovs_dpdk_br0
type: internal
ovs_version: “2.15.1”
systemctl status openvswitch-switch.service
ovs|00057|dpdk|ERR|Invalid port_id=1024
Any idea how should I solve these errors?