Message ID | 170147307026.5260.9300080745237900261.stgit@anambiarhost.jf.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support) | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 01 Dec 2023 15:28:24 -0800 you wrote: > Add the capability to export the following via netdev-genl interface: > - queue information supported by the device > - NAPI information supported by the device > > Introduce support for associating queue and NAPI instance. > Extend the netdev_genl generic netlink family for netdev > with queue and NAPI data. > > [...] Here is the summary with links: - [net-next,v11,01/11] netdev-genl: spec: Extend netdev netlink spec in YAML for queue https://git.kernel.org/netdev/net-next/c/bc877956272f - [net-next,v11,02/11] net: Add queue and napi association https://git.kernel.org/netdev/net-next/c/2a502ff0c4e4 - [net-next,v11,03/11] ice: Add support in the driver for associating queue with napi https://git.kernel.org/netdev/net-next/c/91fdbce7e8d6 - [net-next,v11,04/11] netdev-genl: Add netlink framework functions for queue https://git.kernel.org/netdev/net-next/c/6b6171db7fc8 - [net-next,v11,05/11] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI https://git.kernel.org/netdev/net-next/c/ff9991499fb5 - [net-next,v11,06/11] netdev-genl: Add netlink framework functions for napi https://git.kernel.org/netdev/net-next/c/27f91aaf49b3 - [net-next,v11,07/11] netdev-genl: spec: Add irq in netdev netlink YAML spec https://git.kernel.org/netdev/net-next/c/5a5131d66fe0 - [net-next,v11,08/11] net: Add NAPI IRQ support https://git.kernel.org/netdev/net-next/c/26793bfb5d60 - [net-next,v11,09/11] netdev-genl: spec: Add PID in netdev netlink YAML spec https://git.kernel.org/netdev/net-next/c/8481a249a0ea - [net-next,v11,10/11] netdev-genl: Add PID for the NAPI thread https://git.kernel.org/netdev/net-next/c/db4704f4e4df - [net-next,v11,11/11] eth: bnxt: link NAPI instances to queues and IRQs https://git.kernel.org/netdev/net-next/c/e3b57ffdb325 You are awesome, thank you!