mbox series

[net,0/3] net-sysfs: move the xps cpus/rxqs retrieval in a common function

Message ID 20210106180428.722521-1-atenart@kernel.org (mailing list archive)
Headers show
Series net-sysfs: move the xps cpus/rxqs retrieval in a common function | expand

Message

Antoine Tenart Jan. 6, 2021, 6:04 p.m. UTC
Hello,

In net-sysfs, the xps_cpus_show and xps_rxqs_show functions share the
same logic. To improve readability and maintenance, as discussed
here[1], this series moves their common logic to a new function.

Patches 1/3 and 2/3 are prerequisites for the factorization to happen,
so that patch 3/3 looks better and is easier to review.

Thanks!
Antoine

[1] https://lore.kernel.org/netdev/160875219353.1783433.8066935261216141538@kwain.local/

Antoine Tenart (3):
  net-sysfs: convert xps_cpus_show to bitmap_zalloc
  net-sysfs: store the return of get_netdev_queue_index in an unsigned
    int
  net-sysfs: move the xps cpus/rxqs retrieval in a common function

 net/core/net-sysfs.c | 179 +++++++++++++++++++++----------------------
 1 file changed, 86 insertions(+), 93 deletions(-)