[PATCH v2 2/2] net/zxdh: add support flow director ops
Stephen Hemminger
stephen at networkplumber.org
Mon Jun 30 18:56:26 CEST 2025
On Wed, 18 Jun 2025 15:49:30 +0800
Bingbin Chen <chen.bingbin at zte.com.cn> wrote:
> Provide support for ETH, VLAN, IPv4/IPv6, TCP/UDP, VXLAN, and mask matching,
> supporting multiple actions include drop/count/mark/queue/rss,and vxlan decap/encap.
>
> Signed-off-by: Bingbin Chen <chen.bingbin at zte.com.cn>
> ---
There are several checkpatch warnings in this file.
These are the ones that should be fixed (ignore complaints about stdio and macro arg reuse, etc).
Please fix and resubmit the patch set for 25.07
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#60:
Provide support for ETH, VLAN, IPv4/IPv6, TCP/UDP, VXLAN, and mask matching,
WARNING:TYPO_SPELLING: 'realease' may be misspelled - perhaps 'release'?
#1235: FILE: drivers/net/zxdh/zxdh_flow.c:904:
+ "realease handle_idx to hw failed");
WARNING:TYPO_SPELLING: 'realease' may be misspelled - perhaps 'release'?
#1426: FILE: drivers/net/zxdh/zxdh_flow.c:1095:
+ "realease handle_idx to hw failed");
WARNING:TYPO_SPELLING: 'realease' may be misspelled - perhaps 'release'?
#1429: FILE: drivers/net/zxdh/zxdh_flow.c:1098:
+ PMD_DRV_LOG(DEBUG, "realease handle_idx to hw succ! %d", handle_idx);
ERROR:C99_COMMENTS: do not use C99 // comments
#1620: FILE: drivers/net/zxdh/zxdh_flow.c:1289:
+ //ether_type = rte_be_to_cpu_16(eth_spec->type);
More information about the dev
mailing list