[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1723045898.git.ecree.xilinx@gmail.com>
Date: Wed, 7 Aug 2024 17:06:11 +0100
From: <edward.cree@....com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <edumazet@...gle.com>,
<pabeni@...hat.com>
CC: Edward Cree <ecree.xilinx@...il.com>, <netdev@...r.kernel.org>
Subject: [PATCH v2 net 0/2] net: ethtool: fix rxfh_max_context_id
From: Edward Cree <ecree.xilinx@...il.com>
Changes in v2:
* Removed unnecessary limit==0 check, since this can never happen
* Renamed rxfh_max_context_id to rxfh_max_num_contexts
* Incremented bnxt's max to keep user-facing behaviour the same
* Added patch #2 to validate the max is sane
Patch #2 doesn't have a fixes tag because it's strictly supererogatory;
idk if it should go to net-next instead.
Edward Cree (2):
net: ethtool: fix off-by-one error in max RSS context IDs
net: ethtool: check rxfh_max_num_contexts != 1 at register time
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 2 +-
include/linux/ethtool.h | 10 +++++-----
net/ethtool/common.c | 2 ++
net/ethtool/ioctl.c | 5 +++--
4 files changed, 11 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists