I’m trying to enable multiport eSwitch (esw_multiport) on my BlueField-2 DPU.
I did the following:
mlxconfig -d /dev/mst/mt41686_pciconf0 -y s LAG_RESOURCE_ALLOCATION=1
reboot
devlink dev param set pci/0000:03:00.0 name esw_multiport value true cmode runtime
But I get this error:
kernel answers: Operation not supported
Does anyone know if I need to use another parameter, or if there’s another step after reboot to make it work?