Skip to content

CNB95: netdev-genl: Introduce queue and NAPI support in netdev-genl

Ivan Vecera requested to merge ivecera/centos-stream-9:RHEL-30139 into main

JIRA: https://issues.redhat.com/browse/RHEL-30139
Depends: !4222 (merged)

Commits:

bc877956272f ("netdev-genl: spec: Extend netdev netlink spec in YAML for queue")
2a502ff0c4e4 ("net: Add queue and napi association")
91fdbce7e8d6 ("ice: Add support in the driver for associating queue with napi")
6b6171db7fc8 ("netdev-genl: Add netlink framework functions for queue")
ff9991499fb5 ("netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI")
27f91aaf49b3 ("netdev-genl: Add netlink framework functions for napi")
5a5131d66fe0 ("netdev-genl: spec: Add irq in netdev netlink YAML spec")
dd2d6604407d ("net: minor reshuffle of napi_struct")
26793bfb5d60 ("net: Add NAPI IRQ support")
8481a249a0ea ("netdev-genl: spec: Add PID in netdev netlink YAML spec")
db4704f4e4df ("netdev-genl: Add PID for the NAPI thread")
080b0c8d6d26 ("ice: Fix ASSERT_RTNL() warning during certain scenarios")

Signed-off-by: Ivan Vecera ivecera@redhat.com

Merge request reports