From d3ae2da7ae3f7dda748c454cb9e45daa018bb9ea Mon Sep 17 00:00:00 2001 From: wangyd1988 Date: Tue, 5 Dec 2023 10:49:26 +0800 Subject: [PATCH] Merge pull request k8snetworkplumbingwg/sriov-network-operator #402 Enable smfs flow steering by default in switchdev mode. --- .../files/switchdev-configuration-before-nm.sh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindata/manifests/switchdev-config/files/switchdev-configuration-before-nm.sh.yaml b/bindata/manifests/switchdev-config/files/switchdev-configuration-before-nm.sh.yaml index 56183db70..3337b22c9 100644 --- a/bindata/manifests/switchdev-config/files/switchdev-configuration-before-nm.sh.yaml +++ b/bindata/manifests/switchdev-config/files/switchdev-configuration-before-nm.sh.yaml @@ -62,8 +62,8 @@ contents: echo $VfPciAddr > /sys/bus/pci/drivers/mlx5_core/unbind || true done # set flow steering mode before entering switchdev mode - echo "Set flow steering mode to dmfs" - devlink dev param set pci/${pci_addr} name flow_steering_mode value dmfs cmode runtime + echo "Set flow steering mode to smfs" + devlink dev param set pci/${pci_addr} name flow_steering_mode value smfs cmode runtime # set PF to switchdev mode echo "Set eswitch mode to switchdev"