Message ID | cover.1728460186.git.pabeni@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | net: introduce TX H/W shaping API | expand |
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!