From: patchwork-bot+netdevbpf@kernel.org
To: Paolo Abeni <pabeni@redhat.com>
Cc: jiri@resnulli.us, sridhar.samudrala@intel.com,
donald.hunter@gmail.com, john.fastabend@gmail.com,
jhs@mojatatu.com, edumazet@google.com, madhu.chittim@intel.com,
anthony.l.nguyen@intel.com, horms@kernel.org,
netdev@vger.kernel.org, kuba@kernel.org,
intel-wired-lan@lists.osuosl.org, przemyslaw.kitszel@intel.com,
sgoutham@marvell.com, stfomichev@gmail.com
Subject: Re: [Intel-wired-lan] [PATCH v9 net-next 00/15] net: introduce TX H/W shaping API
Date: Thu, 10 Oct 2024 16:10:44 +0000 [thread overview]
Message-ID: <172857664473.2081951.14668843585548257303.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1728460186.git.pabeni@redhat.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 9 Oct 2024 10:09:46 +0200 you wrote:
> We have a plurality of shaping-related drivers API, but none flexible
> enough to meet existing demand from vendors[1].
>
> This series introduces new device APIs to configure in a flexible way
> TX H/W shaping. The new functionalities are exposed via a newly
> defined generic netlink interface and include introspection
> capabilities. Some self-tests are included, on top of a dummy
> netdevsim implementation. Finally a basic implementation for the iavf
> driver is provided.
>
> [...]
Here is the summary with links:
- [v9,net-next,01/15] genetlink: extend info user-storage to match NL cb ctx
https://git.kernel.org/netdev/net-next/c/13d68a164303
- [v9,net-next,02/15] netlink: spec: add shaper YAML spec
https://git.kernel.org/netdev/net-next/c/04e65df94b31
- [v9,net-next,03/15] net-shapers: implement NL get operation
https://git.kernel.org/netdev/net-next/c/4b623f9f0f59
- [v9,net-next,04/15] net-shapers: implement NL set and delete operations
https://git.kernel.org/netdev/net-next/c/93954b40f6a4
- [v9,net-next,05/15] net-shapers: implement NL group operation
https://git.kernel.org/netdev/net-next/c/5d5d4700e75d
- [v9,net-next,06/15] net-shapers: implement delete support for NODE scope shaper
https://git.kernel.org/netdev/net-next/c/bf230c497d31
- [v9,net-next,07/15] net-shapers: implement shaper cleanup on queue deletion
https://git.kernel.org/netdev/net-next/c/ff7d4deb1f3e
- [v9,net-next,08/15] netlink: spec: add shaper introspection support
https://git.kernel.org/netdev/net-next/c/14bba9285aed
- [v9,net-next,09/15] net: shaper: implement introspection support
https://git.kernel.org/netdev/net-next/c/553ea9f1efd6
- [v9,net-next,10/15] net-shapers: implement cap validation in the core
https://git.kernel.org/netdev/net-next/c/ecd82cfee355
- [v9,net-next,11/15] testing: net-drv: add basic shaper test
https://git.kernel.org/netdev/net-next/c/b3ea416419c8
- [v9,net-next,12/15] virtchnl: support queue rate limit and quanta size configuration
https://git.kernel.org/netdev/net-next/c/608a5c05c39b
- [v9,net-next,13/15] ice: Support VF queue rate limit and quanta size configuration
https://git.kernel.org/netdev/net-next/c/015307754a19
- [v9,net-next,14/15] iavf: Add net_shaper_ops support
https://git.kernel.org/netdev/net-next/c/ef490bbb2267
- [v9,net-next,15/15] iavf: add support to exchange qos capabilities
https://git.kernel.org/netdev/net-next/c/4c1a457cb8b0
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:[~2024-10-10 16:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-09 8:09 [Intel-wired-lan] [PATCH v9 net-next 00/15] net: introduce TX H/W shaping API Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 01/15] genetlink: extend info user-storage to match NL cb ctx Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 02/15] netlink: spec: add shaper YAML spec Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 03/15] net-shapers: implement NL get operation Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 04/15] net-shapers: implement NL set and delete operations Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 05/15] net-shapers: implement NL group operation Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 06/15] net-shapers: implement delete support for NODE scope shaper Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 07/15] net-shapers: implement shaper cleanup on queue deletion Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 08/15] netlink: spec: add shaper introspection support Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 09/15] net: shaper: implement " Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 10/15] net-shapers: implement cap validation in the core Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 11/15] testing: net-drv: add basic shaper test Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 12/15] virtchnl: support queue rate limit and quanta size configuration Paolo Abeni
2024-10-09 8:09 ` [Intel-wired-lan] [PATCH v9 net-next 13/15] ice: Support VF " Paolo Abeni
2024-10-09 8:10 ` [Intel-wired-lan] [PATCH v9 net-next 14/15] iavf: Add net_shaper_ops support Paolo Abeni
2024-10-09 8:10 ` [Intel-wired-lan] [PATCH v9 net-next 15/15] iavf: add support to exchange qos capabilities Paolo Abeni
2024-10-10 16: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=172857664473.2081951.14668843585548257303.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=anthony.l.nguyen@intel.com \
--cc=donald.hunter@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=madhu.chittim@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=sgoutham@marvell.com \
--cc=sridhar.samudrala@intel.com \
--cc=stfomichev@gmail.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