Netdev List
 help / color / mirror / Atom feed
* [PATCH ethtool 0/2] fix RSS hash-function reply handling
@ 2026-08-31 10:41 Prabhakar Pujeri
  2026-08-31 10:41 ` [PATCH ethtool 1/2] rss: bound hash function masks in text and JSON output Prabhakar Pujeri
  2026-08-31 10:41 ` [PATCH ethtool 2/2] rss: drop duplicate attribute parsing in rss_reply_cb() Prabhakar Pujeri
  0 siblings, 2 replies; 3+ messages in thread
From: Prabhakar Pujeri @ 2026-08-31 10:41 UTC (permalink / raw)
  To: netdev; +Cc: Prabhakar Pujeri, Michal Kubecek

The first patch keeps RSS hash-function masks at their full 32-bit width
and bounds shifts in both text and JSON output.  The second removes a
duplicate parse of the same netlink reply.

Tested with make check in the default and --disable-netlink builds.

Prabhakar Pujeri (2):
  rss: bound hash function masks in text and JSON output
  rss: drop duplicate attribute parsing in rss_reply_cb()

 netlink/rss.c | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
2.55.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-31 10:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 10:41 [PATCH ethtool 0/2] fix RSS hash-function reply handling Prabhakar Pujeri
2026-08-31 10:41 ` [PATCH ethtool 1/2] rss: bound hash function masks in text and JSON output Prabhakar Pujeri
2026-08-31 10:41 ` [PATCH ethtool 2/2] rss: drop duplicate attribute parsing in rss_reply_cb() Prabhakar Pujeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox