]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'mlx5-fixes' into main
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2024 11:58:12 +0000 (12:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2024 11:58:12 +0000 (12:58 +0100)
commit109e2f5b98e8e093c276066df600e761c171df52
tree52c5120758cf3733405cb058fb16ad3d55fe8daa
parenta6458ab7fd4f427d4f6f54380453ad255b7fde83
parente562f2d46d27576dd4108c1c4a67d501a5936e31
Merge branch 'mlx5-fixes' into main

Tariq Toukan says:

====================
mlx5 fixes 2024-06-27

This patchset provides fixes from the team to the mlx5 core and EN
drivers.

The first 3 patches by Daniel replace a buggy cap field with a newly
introduced one.

Patch 4 by Chris de-couples ingress ACL creation from a specific flow,
so it's invoked by other flows if needed.

Patch 5 by Jianbo fixes a possible missing cleanup of QoS objects.

Patches 6 and 7 by Leon fixes IPsec stats logic to better reflect the
traffic.

Series generated against:
commit 02ea312055da ("octeontx2-pf: Fix coverity and klockwork issues in octeon PF driver")

V2:
Fixed wrong cited SHA in patch 6.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>