Skip to content

mlx5: Mgmt VF rep support in OVN-k

Mohammad Kabat requested to merge mkabat/centos-stream-9:2168640 into main

Description:

Hi all,

This MR includes VF MGMT Port fixes coming from the kernel

Bugzilla:

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2168640

Signed-off-by: Mohammad Kabat mkabat@redhat.com

b3267972 (Mohammad Kabat)
net/mlx5e: Support Geneve and GRE with VF tunnel offload

41966c54 (Mohammad Kabat)
net/mlx5e: Remove redundant allocation of spec in create indirect fwd group

e485757f (Mohammad Kabat) net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport

.../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 2 -
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 9 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 2 -
.../ethernet/mellanox/mlx5/core/esw/indir_table.c | 213 ++++-----------------
.../ethernet/mellanox/mlx5/core/esw/indir_table.h | 4 -
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 23 +--
6 files changed, 49 insertions(+), 204 deletions(-)

Edited by Mohammad Kabat

Merge request reports