]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'octeontx2-af-driver-fixes-for-npc'
authorJakub Kicinski <kuba@kernel.org>
Sat, 6 Aug 2022 01:56:36 +0000 (18:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Aug 2022 01:56:37 +0000 (18:56 -0700)
commitcce3a5a2b87271d2d8842d248037c43902a8d763
tree3ba339af48d791f784ac0565f50816035c5a0776
parent51ed12c4b3a7e6c1f0faebe3533d4079ecc69ae7
parenta274353478f4d0d08a041f450c68ef9c01de3d92
Merge branch 'octeontx2-af-driver-fixes-for-npc'

Subbaraya Sundeep says:

====================
Octeontx2 AF driver fixes for NPC

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.
====================

Link: https://lore.kernel.org/r/1659513255-28667-1-git-send-email-sbhatta@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>