RE: [EXTERNAL] Re: [Patch v2 0/3] IB/core: Fix GID cache for bonded net devices

2025-02-12 Thread Long Li
> Subject: [EXTERNAL] Re: [Patch v2 0/3] IB/core: Fix GID cache for bonded net > devices > > On Fri, Feb 07, 2025 at 01:36:15PM -0800, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > When populating GID cache for net devices in a bonded setup, it shou

Re: [Patch v2 0/3] IB/core: Fix GID cache for bonded net devices

2025-02-09 Thread Leon Romanovsky
On Fri, Feb 07, 2025 at 01:36:15PM -0800, lon...@linuxonhyperv.com wrote: > From: Long Li > > When populating GID cache for net devices in a bonded setup, it should use > the master device's > address whenever applicable. > > The current code has some incorrect behaviors when dealing with bonde

[Patch v2 0/3] IB/core: Fix GID cache for bonded net devices

2025-02-07 Thread longli
From: Long Li When populating GID cache for net devices in a bonded setup, it should use the master device's address whenever applicable. The current code has some incorrect behaviors when dealing with bonded devices: 1. It adds IP of bonded slave to the GID cache when the device is already bon