]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-hns3-enhance-tc-flow-offload-support'
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Jun 2026 00:56:20 +0000 (17:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Jun 2026 00:56:20 +0000 (17:56 -0700)
commit383bad5ffeb8a84fcb4b87544429edb82aa5d223
tree8306a398d0672bcdc955d5a106dbe97c0b071f9d
parenta6ee1ca9556594d93d099f34977b917943968b7f
parentd76612e4aacf6b5cf7d316e68d0cf6b0b116f5d5
Merge branch 'net-hns3-enhance-tc-flow-offload-support'

Jijie Shao says:

====================
net: hns3: enhance tc flow offload support

This patchset enhances the tc flow offload support for hns3 driver:

- Patch 1: Refactor hclge_add_cls_flower() to support more actions
- Patch 2: Improve unused_tuple parameter setting for separate src/dst configuration
- Patch 3: Add support for HCLGE_FD_ACTION_SELECT_QUEUE and HCLGE_FD_ACTION_DROP_PACKET actions
- Patch 4: Add support for FLOW_DISSECTOR_KEY_IP and FLOW_DISSECTOR_KEY_ENC_KEYID dissectors
- Patch 5: Add debugfs support for dumping FD rules
- Patch 6: Move FD code to a separate file (hclge_fd.c) for better code organization
====================

Link: https://patch.msgid.link/20260610060618.834987-1-shaojijie@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>