From: Jakub Kicinski <kuba@kernel.org>
To: Himanshu Mittal <h-mittal1@ti.com>
Cc: <pabeni@redhat.com>, <edumazet@google.com>, <davem@davemloft.net>,
<andrew+netdev@lunn.ch>, <linux-kernel@vger.kernel.org>,
<netdev@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>,
<srk@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Roger Quadros <rogerq@kernel.org>, <danishanwar@ti.com>,
<m-malladi@ti.com>, <pratheesh@ti.com>, <prajith@ti.com>
Subject: Re: [PATCH net-next] net: ti: icssg-prueth: Add prp offload support to ICSSG driver
Date: Wed, 11 Jun 2025 17:04:24 -0700 [thread overview]
Message-ID: <20250611170424.08e47f1a@kernel.org> (raw)
In-Reply-To: <20250610061638.62822-1-h-mittal1@ti.com>
On Tue, 10 Jun 2025 11:46:38 +0530 Himanshu Mittal wrote:
> Add support for ICSSG PRP mode which supports offloading of:
> - Packet duplication and PRP trailer insertion
> - Packet duplicate discard and PRP trailer removal
>
> Signed-off-by: Himanshu Mittal <h-mittal1@ti.com>
> ---
> drivers/net/ethernet/ti/icssg/icssg_prueth.c | 23 +++++++++++++++++++-
> drivers/net/ethernet/ti/icssg/icssg_prueth.h | 3 +++
> 2 files changed, 25 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/ti/icssg/icssg_prueth.c b/drivers/net/ethernet/ti/icssg/icssg_prueth.c
> index 86fc1278127c..65883c7851c5 100644
> --- a/drivers/net/ethernet/ti/icssg/icssg_prueth.c
> +++ b/drivers/net/ethernet/ti/icssg/icssg_prueth.c
> @@ -138,6 +138,19 @@ static struct icssg_firmwares icssg_hsr_firmwares[] = {
> }
> };
>
> +static struct icssg_firmwares icssg_prp_firmwares[] = {
> + {
> + .pru = "ti-pruss/am65x-sr2-pru0-pruprp-fw.elf",
> + .rtu = "ti-pruss/am65x-sr2-rtu0-pruprp-fw.elf",
> + .txpru = "ti-pruss/am65x-sr2-txpru0-pruprp-fw.elf",
> + },
> + {
> + .pru = "ti-pruss/am65x-sr2-pru1-pruprp-fw.elf",
> + .rtu = "ti-pruss/am65x-sr2-rtu1-pruprp-fw.elf",
> + .txpru = "ti-pruss/am65x-sr2-txpru1-pruprp-fw.elf",
> + }
> +};
AFAIU your coworker is removing the static names, please wait until
the dust is settled on that:
https://lore.kernel.org/all/20250610052501.3444441-1-danishanwar@ti.com/
--
pw-bot: cr
next prev parent reply other threads:[~2025-06-12 0:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 6:16 [PATCH net-next] net: ti: icssg-prueth: Add prp offload support to ICSSG driver Himanshu Mittal
2025-06-12 0:04 ` Jakub Kicinski [this message]
2025-06-12 5:20 ` MD Danish Anwar
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=20250611170424.08e47f1a@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=danishanwar@ti.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=h-mittal1@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m-malladi@ti.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=prajith@ti.com \
--cc=pratheesh@ti.com \
--cc=rogerq@kernel.org \
--cc=srk@ti.com \
--cc=vigneshr@ti.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).