Message ID | 1659513255-28667-1-git-send-email-sbhatta@marvell.com (mailing list archive) |
---|---|
Headers | show |
Series | Octeontx2 AF driver fixes for NPC | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 3 Aug 2022 13:24:11 +0530 you wrote: > This patchset includes AF driver fixes wrt packet parser NPC. > Following are the changes: > > Patch 1: The parser nibble configuration must be same for > TX and RX interfaces and if not fix up is applied. This fixup was > applied only for default profile currently and it has been fixed > to apply for all profiles. > Patch 2: Firmware image may not be present all times in the kernel image > and default profile is used mostly hence suppress the warning. > Patch 3: This patch fixes a corner case where NIXLF is detached but > without freeing its mcam entries which results in resource leak. > Patch 4: SMAC is overlapped with DMAC mistakenly while installing > rules based on SMAC. This patch fixes that. > > [...] Here is the summary with links: - [net,v4,1/4] octeontx2-af: Apply tx nibble fixup always https://git.kernel.org/netdev/net/c/dd1d1a8a6b29 - [net,v4,2/4] octeontx2-af: suppress external profile loading warning https://git.kernel.org/netdev/net/c/cf2437626502 - [net,v4,3/4] octeontx2-af: Fix mcam entry resource leak https://git.kernel.org/netdev/net/c/3f8fe40ab773 - [net,v4,4/4] octeontx2-af: Fix key checking for source mac https://git.kernel.org/netdev/net/c/c3c290276927 You are awesome, thank you!