[dpdk-test-report] |WARNING| pw53342 [PATCH] net/mlx5: match on TCP flags via DV/DR engine

checkpatch at dpdk.org checkpatch at dpdk.org
Thu May 9 08:12:23 CEST 2019


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/53342

_coding style issues_


ERROR:DOS_LINE_ENDINGS: DOS line endings
#33: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2069:
+^Istruct rte_flow_item_tcp nic_tcp_mask = {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#34: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2070:
+^I^I.hdr = { .tcp_flags = 0xFF,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#35: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2071:
+^I^I^I .src_port = RTE_BE16(UINT16_MAX),^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#36: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2072:
+^I^I^I .dst_port = RTE_BE16(UINT16_MAX),^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#37: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2073:
+^I^I}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#38: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2074:
+^I};^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#47: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2155:
+^I^I^I^I^I^I &nic_tcp_mask,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#55: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2871:
+^IMLX5_SET(fte_match_set_lyr_2_4, headers_m, tcp_flags,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#56: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2872:
+^I^I tcp_m->hdr.tcp_flags);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#57: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2873:
+^IMLX5_SET(fte_match_set_lyr_2_4, headers_v, tcp_flags,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#58: FILE: drivers/net/mlx5/mlx5_flow_dv.c:2874:
+^I^I (tcp_v->hdr.tcp_flags & tcp_m->hdr.tcp_flags));^M$

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Jack Min <jackmin at mellanox.com>'

total: 11 errors, 1 warnings, 0 checks, 30 lines checked


More information about the test-report mailing list