DPU / SmartNIC Integration & Hardware Offloading
##Create a hardware offloaded port
pcdctl port create --network my-network --vnic-type direct \
--binding-profile '{"capabilities": ["switchdev"]}' direct_port1
##Create a VM using this port
pcdctl server create --flavor my-flavor --key-name my-key \
--nic port-id=direct_port1 my-vm Validate that traffic is offloaded
sudo tc monitorLast updated
Was this helpful?
