Re: [PATCH net 0/3] mlxsw: Various fixes

2021-02-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Thu, 25 Feb 2021 18:57:18 +0200 you wrote: > From: Ido Schimmel > > This patchset contains various fixes for mlxsw. > > Patch #1 fixes a race condition in a selftest. The race and fix are > explained in detail in the chan

[PATCH net 0/3] mlxsw: Various fixes

2021-02-25 Thread Ido Schimmel
From: Ido Schimmel This patchset contains various fixes for mlxsw. Patch #1 fixes a race condition in a selftest. The race and fix are explained in detail in the changelog. Patch #2 re-adds a link mode that was wrongly removed, resulting in a regression in some setups. Patch #3 fixes a race co

Re: [PATCH net 0/3] mlxsw: Various fixes

2020-10-26 Thread Jakub Kicinski
On Sat, 24 Oct 2020 16:37:30 +0300 Ido Schimmel wrote: > From: Ido Schimmel > > This patch set contains various fixes for mlxsw. > > Patch #1 ensures that only link modes that are supported by both the > device and the driver are advertised. When a link mode that is not > supported by the driver

[PATCH net 0/3] mlxsw: Various fixes

2020-10-24 Thread Ido Schimmel
From: Ido Schimmel This patch set contains various fixes for mlxsw. Patch #1 ensures that only link modes that are supported by both the device and the driver are advertised. When a link mode that is not supported by the driver is negotiated by the device, it will be presented as an unknown spee

Re: [PATCH net 0/3] mlxsw: Various fixes

2019-09-27 Thread David Miller
From: Ido Schimmel Date: Thu, 26 Sep 2019 14:43:37 +0300 > From: Ido Schimmel > > This patchset includes two small fixes for the mlxsw driver and one > patch which clarifies recently introduced devlink-trap documentation. > > Patch #1 clears the port's VLAN filters during port initialization.

[PATCH net 0/3] mlxsw: Various fixes

2019-09-26 Thread Ido Schimmel
From: Ido Schimmel This patchset includes two small fixes for the mlxsw driver and one patch which clarifies recently introduced devlink-trap documentation. Patch #1 clears the port's VLAN filters during port initialization. This ensures that the drop reason reported to the user is consistent. T