automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Jack Min <jackmin@mellanox.com>
Subject: [dpdk-test-report] |WARNING| pw53342 [PATCH] net/mlx5: match on TCP flags via DV/DR engine
Date: Thu,  9 May 2019 08:12:23 +0200 (CEST)	[thread overview]
Message-ID: <20190509061223.779084C93@dpdk.org> (raw)
In-Reply-To: <20190509061053.181091-1-jackmin@mellanox.com>

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@mellanox.com>'

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

           reply	other threads:[~2019-05-09  6:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190509061053.181091-1-jackmin@mellanox.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190509061223.779084C93@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=jackmin@mellanox.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).