Re: [PATCH V4 net-next 0/6] net: hns3: enhance tc flow offload support
From: Simon Horman
Date: Fri Jun 12 2026 - 12:27:21 EST
On Wed, Jun 10, 2026 at 02:06:12PM +0800, Jijie Shao wrote:
> 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
Hi Jijie,
There is AI-generated review of this patch-set available on both
https://sashiko.dev and https://netdev-ai.bots.linux.dev/sashiko/
I would appreciate it if you could look over that with a view
to addressing any issues that directly affect this patch.
...