From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Machon <daniel.machon@microchip.com>
Cc: "David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>,
"Lars Povlsen" <lars.povlsen@microchip.com>,
"Steen Hegelund" <Steen.Hegelund@microchip.com>,
UNGLinuxDriver@microchip.com,
"Russell King" <linux@armlinux.org.uk>,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
"Horatiu Vultur" <horatiu.vultur@microchip.com>,
"Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Vladimir Oltean" <vladimir.oltean@nxp.com>,
"Yue Haibing" <yuehaibing@huawei.com>
Subject: Re: [PATCH net-next v2 0/5] net: sparx5: add support for port mirroring
Date: Thu, 18 Apr 2024 12:02:27 -0700 [thread overview]
Message-ID: <20240418120227.0adef49c@kernel.org> (raw)
In-Reply-To: <20240418-port-mirroring-v2-0-20642868b386@microchip.com>
On Thu, 18 Apr 2024 18:56:33 +0200 Daniel Machon wrote:
> Changes in v2:
> - Fix clang build warning about uninitialized variable 'err'
> - Link to v1: https://lore.kernel.org/r/20240418-port-mirroring-v1-0-e05c35007c55@microchip.com
Please don't repost within 24h, per:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr
--
pv-bot: 24h
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Daniel Machon <daniel.machon@microchip.com>
Cc: "David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>,
"Lars Povlsen" <lars.povlsen@microchip.com>,
"Steen Hegelund" <Steen.Hegelund@microchip.com>,
UNGLinuxDriver@microchip.com,
"Russell King" <linux@armlinux.org.uk>,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
"Horatiu Vultur" <horatiu.vultur@microchip.com>,
"Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Vladimir Oltean" <vladimir.oltean@nxp.com>,
"Yue Haibing" <yuehaibing@huawei.com>
Subject: Re: [PATCH net-next v2 0/5] net: sparx5: add support for port mirroring
Date: Thu, 18 Apr 2024 12:02:27 -0700 [thread overview]
Message-ID: <20240418120227.0adef49c@kernel.org> (raw)
In-Reply-To: <20240418-port-mirroring-v2-0-20642868b386@microchip.com>
On Thu, 18 Apr 2024 18:56:33 +0200 Daniel Machon wrote:
> Changes in v2:
> - Fix clang build warning about uninitialized variable 'err'
> - Link to v1: https://lore.kernel.org/r/20240418-port-mirroring-v1-0-e05c35007c55@microchip.com
Please don't repost within 24h, per:
https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#tl-dr
--
pv-bot: 24h
next prev parent reply other threads:[~2024-04-18 19:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 16:56 [PATCH net-next v2 0/5] net: sparx5: add support for port mirroring Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 16:56 ` [PATCH net-next v2 1/5] net: sparx5: add new register definitions Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 16:56 ` [PATCH net-next v2 2/5] net: sparx5: add bookkeeping code for matchall rules Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 16:56 ` [PATCH net-next v2 3/5] net: sparx5: add port mirroring implementation Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 16:56 ` [PATCH net-next v2 4/5] net: sparx5: add the tc glue to support port mirroring Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 16:56 ` [PATCH net-next v2 5/5] net: sparx5: add support for matchall mirror stats Daniel Machon
2024-04-18 16:56 ` Daniel Machon
2024-04-18 19:02 ` Jakub Kicinski [this message]
2024-04-18 19:02 ` [PATCH net-next v2 0/5] net: sparx5: add support for port mirroring Jakub Kicinski
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=20240418120227.0adef49c@kernel.org \
--to=kuba@kernel.org \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horatiu.vultur@microchip.com \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rmk+kernel@armlinux.org.uk \
--cc=u.kleine-koenig@pengutronix.de \
--cc=vladimir.oltean@nxp.com \
--cc=yuehaibing@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.