Current implementation of Ovs_DPDK_PvP recipe works only for ixgbe/intel nics. Using the same setup with Mellanox cards requires sligh adjustments that include:
no driverctl set-override
use --no-ofed-check for TRex, the ofed utils are not required for this
Description
Current implementation of Ovs_DPDK_PvP recipe works only for ixgbe/intel nics. Using the same setup with Mellanox cards requires sligh adjustments that include:
driverctl set-override
--no-ofed-check
for TRex, the ofed utils are not required for thisTests
Tested on i40e and mlx5_core NICs.
Reviews