Re: [PATCH v1] net/mlx5: support multi-host lag probe

2025-05-11 Thread Raslan Darawsheh
Hi, On 11/03/2025 10:31 AM, Rongwei Liu wrote: Under multi-host environments, the NIC exports total 4 ports, and each host get 2 ports. The 2 ports' identifier is uncontinous now. It causes the lag port array access violation. Increase the lag port array and allow the hole in middle. Signed-o

[PATCH v1] net/mlx5: support multi-host lag probe

2025-03-11 Thread Rongwei Liu
Under multi-host environments, the NIC exports total 4 ports, and each host get 2 ports. The 2 ports' identifier is uncontinous now. It causes the lag port array access violation. Increase the lag port array and allow the hole in middle. Signed-off-by: Rongwei Liu Acked-by: Dariusz Sosnowski --