Message ID | 20221115104825.172668-1-michal.wilczynski@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Implement devlink-rate API and extend it | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Tue, 15 Nov 2022 11:48:14 +0100 you wrote: > This patch series implements devlink-rate for ice driver. Unfortunately > current API isn't flexible enough for our use case, so there is a need to > extend it. Some functions have been introduced to enable the driver to > export current Tx scheduling configuration. > > Pasting justification for this series from commit implementing devlink-rate > in ice driver(that is a part of this series): > > [...] Here is the summary with links: - [net-next,v12,01/11] devlink: Introduce new attribute 'tx_priority' to devlink-rate https://git.kernel.org/netdev/net-next/c/cd502236835b - [net-next,v12,02/11] devlink: Introduce new attribute 'tx_weight' to devlink-rate https://git.kernel.org/netdev/net-next/c/6e2d7e84fcfe - [net-next,v12,03/11] devlink: Enable creation of the devlink-rate nodes from the driver https://git.kernel.org/netdev/net-next/c/caba177d7f4d - [net-next,v12,04/11] devlink: Allow for devlink-rate nodes parent reassignment https://git.kernel.org/netdev/net-next/c/04d674f04e32 - [net-next,v12,05/11] devlink: Allow to set up parent in devl_rate_leaf_create() https://git.kernel.org/netdev/net-next/c/f2fc15e271f2 - [net-next,v12,06/11] ice: Introduce new parameters in ice_sched_node https://git.kernel.org/netdev/net-next/c/16dfa49406bc - [net-next,v12,07/11] ice: Add an option to pre-allocate memory for ice_sched_node https://git.kernel.org/netdev/net-next/c/bdf96d965a20 - [net-next,v12,08/11] ice: Implement devlink-rate API https://git.kernel.org/netdev/net-next/c/42c2eb6b1f43 - [net-next,v12,09/11] ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler https://git.kernel.org/netdev/net-next/c/80fe30a8c1f4 - [net-next,v12,10/11] ice: Add documentation for devlink-rate implementation (no matching commit) - [net-next,v12,11/11] Documentation: Add documentation for new devlink-rate attributes https://git.kernel.org/netdev/net-next/c/242dd64375b8 You are awesome, thank you!