From: Jakub Kicinski Date: Thu, 7 Nov 2024 01:40:02 +0000 (-0800) Subject: Merge branch 'bnxt_en-ethtool-improve-wildcard-l4proto-on-ip4-ip6-ntuple-rules' X-Git-Tag: v6.13-rc1~135^2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=720d33143276d19b758e1656d0f948ced8c9b9d8;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'bnxt_en-ethtool-improve-wildcard-l4proto-on-ip4-ip6-ntuple-rules' Daniel Xu says: ==================== 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. ==================== Link: https://patch.msgid.link/cover.1730778566.git.dxu@dxuuu.xyz Signed-off-by: Jakub Kicinski --- 720d33143276d19b758e1656d0f948ced8c9b9d8