lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 14 Dec 2022 15:54:15 -0800
From:   Sudheer Mogilappagari <sudheer.mogilappagari@...el.com>
To:     netdev@...r.kernel.org
Cc:     mkubecek@...e.cz, kuba@...nel.org, sridhar.samudrala@...el.com,
        anthony.l.nguyen@...el.com
Subject: [PATCH ethtool-next v1 0/3] add netlink support for rss get

These patches add netlink based handler to fetch RSS information
using "ethtool -x <eth> [context %d]" command.

Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@...el.com>

Sudheer Mogilappagari (3):
  update UAPI header copies for RSS_GET support
  refactor functions that print rss information
  netlink: add netlink handler for get rss (-x)

 Makefile.am                  |   2 +-
 common.c                     |  43 ++++++++
 common.h                     |   7 ++
 ethtool.c                    |  44 +-------
 netlink/desc-ethtool.c       |  11 ++
 netlink/extapi.h             |   2 +
 netlink/rss.c                | 198 +++++++++++++++++++++++++++++++++++
 uapi/linux/ethtool_netlink.h |  14 +++
 8 files changed, 280 insertions(+), 41 deletions(-)
 create mode 100644 netlink/rss.c

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ