[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1730778566.git.dxu@dxuuu.xyz>
Date: Mon, 4 Nov 2024 21:13:18 -0700
From: Daniel Xu <dxu@...uu.xyz>
To: linux-kernel@...r.kernel.org,
netdev@...r.kernel.org,
michael.chan@...adcom.com,
kuba@...nel.org,
martin.lau@...ux.dev
Cc: kernel-team@...a.com
Subject: [PATCH net-next v3 0/2] bnxt_en: ethtool: Improve wildcard l4proto on ip4/ip6 ntuple rules
This patchset improves wildcarding over l4proto on ip4 and ip6 nutple
rules. Previous support required setting l4proto explicitly to 0xFF if
you wanted wildcard, which ethtool (naturally) did not do. For example,
this command would fail with -EOPNOSUPP:
ethtool -N eth0 flow-type ip6 dst-ip $IP6 context 1
After this patchset, only TCP, UDP, ICMP, and unset will be supported
for l4proto.
Changes from v2:
* Target net-next
* Remove Fixes: tag
* Remove support for IPPROTO_RAW (0xFF) l4proto
Changes from v1:
* Set underlying l4proto to IPPROTO_RAW to fix get path
Daniel Xu (2):
bnxt_en: ethtool: Remove ip4/ip6 ntuple support for IPPROTO_RAW
bnxt_en: ethtool: Support unset l4proto on ip4/ip6 ntuple rules
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 44 +++++++++++--------
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.h | 1 +
2 files changed, 26 insertions(+), 19 deletions(-)
--
2.46.0
Powered by blists - more mailing lists