> -----Original Message-----
> From: Minggang(Gavin) Li <gav...@nvidia.com>
> Sent: Friday, August 29, 2025 12:08 PM
> To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko
> <viachesl...@nvidia.com>; Ori Kam <or...@nvidia.com>; NBU-Contact-
> Thomas Monjalon (EXTERNAL) <tho...@monjalon.net>; Dariusz Sosnowski
> <dsosnow...@nvidia.com>; Bing Zhao <bi...@nvidia.com>; Suanming Mou
> <suanmi...@nvidia.com>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>
> Subject: [PATCH V4 1/2] net/mlx5: update how MAC address bit-fields are
> used
> 
> Previously, mac_own was a bit-field indicating the MAC addresses owned by
> the PMD, specifically marking those added to VFs by the PMD and allowing
> them to be flushed during exit.
> 
> With this commit, the bit-field now applies to all MAC addresses added by the
> PMD, including those for PF, VF, and SFs.
> 
> This patch does not introduce any changes in behavior; it continues to flush
> only the MAC added for VF, just as before. It serves as preparation for
> addressing the multicast MAC address issue.
> 
> Signed-off-by: Gavin Li <gav...@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>

Reply via email to