automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Igor Russkikh <Igor.Russkikh@aquantia.com>
Subject: [dpdk-test-report] |WARNING| pw53965 [RFC 3/5] app/testpmd: macsec off command
Date: Fri, 31 May 2019 18:16:16 +0200 (CEST)	[thread overview]
Message-ID: <20190531161616.E54851B9BD@dpdk.org> (raw)
In-Reply-To: <3abfda8b6646fde5b6c411a2e141bd04a4ec03c5.1559319237.git.igor.russkikh@aquantia.com>

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

_coding style issues_


ERROR:DOS_LINE_ENDINGS: DOS line endings
#35: FILE: app/test-pmd/cmdline.c:14176:
+^Istruct rte_security_ctx *ctx;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#36: FILE: app/test-pmd/cmdline.c:14177:
+^Istruct rte_eth_dev_info dev_info;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#49: FILE: app/test-pmd/cmdline.c:14186:
+^Iif (!macsec_session) {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#50: FILE: app/test-pmd/cmdline.c:14187:
+^I^Iprintf("MACsec is not active
", port_id);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#51: FILE: app/test-pmd/cmdline.c:14188:
+^I^Ireturn;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#52: FILE: app/test-pmd/cmdline.c:14189:
+^I}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#53: FILE: app/test-pmd/cmdline.c:14190:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#54: FILE: app/test-pmd/cmdline.c:14191:
+^Ictx = rte_eth_dev_get_sec_ctx(port_id);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#55: FILE: app/test-pmd/cmdline.c:14192:
+^Iif (!ctx) {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#56: FILE: app/test-pmd/cmdline.c:14193:
+^I^Iret = -ENOTSUP;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#57: FILE: app/test-pmd/cmdline.c:14194:
+^I^Igoto done;^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#59: FILE: app/test-pmd/cmdline.c:14196:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#60: FILE: app/test-pmd/cmdline.c:14197:
+^I/* Use of the same mempool for session header and private data */^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#61: FILE: app/test-pmd/cmdline.c:14198:
+^Iret = rte_security_session_destroy(ctx, macsec_session);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#62: FILE: app/test-pmd/cmdline.c:14199:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#63: FILE: app/test-pmd/cmdline.c:14200:
+done:^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#66: FILE: app/test-pmd/cmdline.c:14203:
+^I^I/* TBD: Remove this offload bit? */^M$

total: 17 errors, 0 warnings, 37 lines checked

           reply	other threads:[~2019-05-31 16:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <3abfda8b6646fde5b6c411a2e141bd04a4ec03c5.1559319237.git.igor.russkikh@aquantia.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=20190531161616.E54851B9BD@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=Igor.Russkikh@aquantia.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).