mbox series

[net,0/6] mlxsw: ACL fixes

Message ID cover.1717684365.git.petrm@nvidia.com (mailing list archive)
Headers show
Series mlxsw: ACL fixes | expand

Message

Petr Machata June 6, 2024, 2:49 p.m. UTC
Ido Schimmel writes:

Patches #1-#3 fix various spelling mistakes I noticed while working on
the code base.

Patch #4 fixes a general protection fault by bailing out when the error
occurs and warning.

Patch #5 fixes the warning.

Patch #6 fixes ACL scale regression and firmware errors.

See the commit messages for more info.

Ido Schimmel (6):
  lib: objagg: Fix spelling
  lib: test_objagg: Fix spelling
  mlxsw: spectrum_acl_atcam: Fix wrong comment
  lib: objagg: Fix general protection fault
  mlxsw: spectrum_acl_erp: Fix object nesting warning
  mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors

 .../mellanox/mlxsw/spectrum_acl_atcam.c       | 20 +++----
 .../mlxsw/spectrum_acl_bloom_filter.c         |  2 +-
 .../mellanox/mlxsw/spectrum_acl_erp.c         | 13 -----
 .../mellanox/mlxsw/spectrum_acl_tcam.h        |  9 +--
 include/linux/objagg.h                        |  1 -
 lib/objagg.c                                  | 20 ++-----
 lib/test_objagg.c                             |  2 +-
 .../drivers/net/mlxsw/spectrum-2/tc_flower.sh | 55 +++++++++++++++++--
 8 files changed, 69 insertions(+), 53 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 10, 2024, 10:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 6 Jun 2024 16:49:37 +0200 you wrote:
> Ido Schimmel writes:
> 
> Patches #1-#3 fix various spelling mistakes I noticed while working on
> the code base.
> 
> Patch #4 fixes a general protection fault by bailing out when the error
> occurs and warning.
> 
> [...]

Here is the summary with links:
  - [net,1/6] lib: objagg: Fix spelling
    https://git.kernel.org/netdev/net-next/c/c1e156ae50ee
  - [net,2/6] lib: test_objagg: Fix spelling
    https://git.kernel.org/netdev/net-next/c/2aad28ec4543
  - [net,3/6] mlxsw: spectrum_acl_atcam: Fix wrong comment
    https://git.kernel.org/netdev/net-next/c/06fcdf249406
  - [net,4/6] lib: objagg: Fix general protection fault
    https://git.kernel.org/netdev/net-next/c/b4a3a89fffcd
  - [net,5/6] mlxsw: spectrum_acl_erp: Fix object nesting warning
    https://git.kernel.org/netdev/net-next/c/97d833ceb27d
  - [net,6/6] mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
    https://git.kernel.org/netdev/net-next/c/75d8d7a63065

You are awesome, thank you!