From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <olteanv@gmail.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
alexandre.belloni@bootlin.com, andrew@lunn.ch,
f.fainelli@gmail.com, vivien.didelot@gmail.com,
alexandru.marginean@nxp.com, claudiu.manoil@nxp.com,
xiaoliang.yang_1@nxp.com, hongbo.wang@nxp.com, jiri@resnulli.us,
idosch@idosch.org, UNGLinuxDriver@microchip.com
Subject: Re: [PATCH v6 net-next 00/10] Configuring congestion watermarks on ocelot switch using devlink-sb
Date: Sat, 16 Jan 2021 04:10:18 +0000 [thread overview]
Message-ID: <161077021874.21538.9730914490384728652.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210115021120.3055988-1-olteanv@gmail.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Fri, 15 Jan 2021 04:11:10 +0200 you wrote:
> From: Vladimir Oltean <vladimir.oltean@nxp.com>
>
> In some applications, it is important to create resource reservations in
> the Ethernet switches, to prevent background traffic, or deliberate
> attacks, from inducing denial of service into the high-priority traffic.
>
> These patches give the user some knobs to turn. The ocelot switches
> support per-port and per-port-tc reservations, on ingress and on egress.
> The resources that are monitored are packet buffers (in cells of 60
> bytes each) and frame references.
>
> [...]
Here is the summary with links:
- [v6,net-next,01/10] net: mscc: ocelot: auto-detect packet buffer size and number of frame references
https://git.kernel.org/netdev/net-next/c/f6fe01d6fa24
- [v6,net-next,02/10] net: mscc: ocelot: add ops for decoding watermark threshold and occupancy
https://git.kernel.org/netdev/net-next/c/703b762190e6
- [v6,net-next,03/10] net: dsa: add ops for devlink-sb
https://git.kernel.org/netdev/net-next/c/2a6ef7630372
- [v6,net-next,04/10] net: dsa: felix: reindent struct dsa_switch_ops
https://git.kernel.org/netdev/net-next/c/a7096915e427
- [v6,net-next,05/10] net: dsa: felix: perform teardown in reverse order of setup
https://git.kernel.org/netdev/net-next/c/d19741b0f544
- [v6,net-next,06/10] net: mscc: ocelot: export NUM_TC constant from felix to common switch lib
https://git.kernel.org/netdev/net-next/c/70d39a6e62d3
- [v6,net-next,07/10] net: mscc: ocelot: delete unused ocelot_set_cpu_port prototype
https://git.kernel.org/netdev/net-next/c/c6c65d47ddeb
- [v6,net-next,08/10] net: mscc: ocelot: register devlink ports
https://git.kernel.org/netdev/net-next/c/6c30384eb1de
- [v6,net-next,09/10] net: mscc: ocelot: initialize watermarks to sane defaults
https://git.kernel.org/netdev/net-next/c/a4ae997adcbd
- [v6,net-next,10/10] net: mscc: ocelot: configure watermarks using devlink-sb
https://git.kernel.org/netdev/net-next/c/f59fd9cab730
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-01-16 4:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-15 2:11 [PATCH v6 net-next 00/10] Configuring congestion watermarks on ocelot switch using devlink-sb Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 01/10] net: mscc: ocelot: auto-detect packet buffer size and number of frame references Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 02/10] net: mscc: ocelot: add ops for decoding watermark threshold and occupancy Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 03/10] net: dsa: add ops for devlink-sb Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 04/10] net: dsa: felix: reindent struct dsa_switch_ops Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 05/10] net: dsa: felix: perform teardown in reverse order of setup Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 06/10] net: mscc: ocelot: export NUM_TC constant from felix to common switch lib Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 07/10] net: mscc: ocelot: delete unused ocelot_set_cpu_port prototype Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 08/10] net: mscc: ocelot: register devlink ports Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 09/10] net: mscc: ocelot: initialize watermarks to sane defaults Vladimir Oltean
2021-01-15 2:11 ` [PATCH v6 net-next 10/10] net: mscc: ocelot: configure watermarks using devlink-sb Vladimir Oltean
2021-01-16 4:10 ` patchwork-bot+netdevbpf [this message]
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=161077021874.21538.9730914490384728652.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandru.marginean@nxp.com \
--cc=andrew@lunn.ch \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=hongbo.wang@nxp.com \
--cc=idosch@idosch.org \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=vivien.didelot@gmail.com \
--cc=xiaoliang.yang_1@nxp.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.