From: Subbaraya Sundeep <sbhatta@marvell.com>
To: <davem@davemloft.net>, <kuba@kernel.org>, <pabeni@redhat.com>,
<edumazet@google.com>, <netdev@vger.kernel.org>,
<sgoutham@marvell.com>
Cc: Subbaraya Sundeep <sbhatta@marvell.com>
Subject: [net v4 PATCH 0/4] Octeontx2 AF driver fixes for NPC
Date: Wed, 3 Aug 2022 13:24:11 +0530 [thread overview]
Message-ID: <1659513255-28667-1-git-send-email-sbhatta@marvell.com> (raw)
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.
v4 changes:
As per Jakub's comment,
removed one of the patches from v3 since it is not a fix
v3 changes:
As suggested by Jakub,
used request_firmware_direct() since no fallback is needed in patch 2.
refactored code in patch 3 to avoid goto.
v2 changes:
Added the space which was missing between commit hash
and ("octeontx2-af for patch 4.
Thanks,
Sundeep
Harman Kalra (1):
octeontx2-af: suppress external profile loading warning
Stanislaw Kardach (1):
octeontx2-af: Apply tx nibble fixup always
Subbaraya Sundeep (2):
octeontx2-af: Fix mcam entry resource leak
octeontx2-af: Fix key checking for source mac
drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 6 ++++++
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c | 15 +++++++++++----
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 3 ++-
3 files changed, 19 insertions(+), 5 deletions(-)
--
2.7.4
next reply other threads:[~2022-08-03 7:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-03 7:54 Subbaraya Sundeep [this message]
2022-08-03 7:54 ` [net v4 PATCH 1/4] octeontx2-af: Apply tx nibble fixup always Subbaraya Sundeep
2022-08-03 7:54 ` [net v4 PATCH 2/4] octeontx2-af: suppress external profile loading warning Subbaraya Sundeep
2022-08-03 7:54 ` [net v4 PATCH 3/4] octeontx2-af: Fix mcam entry resource leak Subbaraya Sundeep
2022-08-03 7:54 ` [net v4 PATCH 4/4] octeontx2-af: Fix key checking for source mac Subbaraya Sundeep
2022-08-06 2:00 ` [net v4 PATCH 0/4] Octeontx2 AF driver fixes for NPC patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1659513255-28667-1-git-send-email-sbhatta@marvell.com \
--to=sbhatta@marvell.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sgoutham@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).