Re: [PATCH] net/mlx5: align PF and VF/SF MAC addresses handling

2025-05-22 Thread Raslan Darawsheh
Hi, On 16/05/2025 10:10 AM, Gavin Li wrote: In the mlx5_dev_spawn function, the Virtual Function (VF) synchronizes MAC addresses from the kernel using netlink. It queries the netdev-configured MACs and populates the list in the PMD device data, including multicast MAC addresses. These addresses

RE: [PATCH] net/mlx5: align PF and VF/SF MAC addresses handling

2025-05-19 Thread Slava Ovsiienko
TERNAL) > ; Yongseok Koh > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: align PF and VF/SF MAC addresses handling > > In the mlx5_dev_spawn function, the Virtual Function (VF) synchronizes > MAC addresses from the kernel using netlink.

[PATCH] net/mlx5: align PF and VF/SF MAC addresses handling

2025-05-16 Thread Gavin Li
In the mlx5_dev_spawn function, the Virtual Function (VF) synchronizes MAC addresses from the kernel using netlink. It queries the netdev-configured MACs and populates the list in the PMD device data, including multicast MAC addresses. These addresses are later used for control flow creation, allow