LNST-project / lnst

Linux Network Stack Test
GNU General Public License v2.0
73 stars 33 forks source link

ovs dpdk fixes for mellanox #334

Closed jtluka closed 1 year ago

jtluka commented 1 year ago

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:

Tests

Tested on i40e and mlx5_core NICs.

Reviews