automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andrey Vesnovaty <andreyv@mellanox.com>
Subject: [dpdk-test-report] |WARNING| pw73556 [PATCH v2 1/6] ethdev: add flow shared action API
Date: Wed,  8 Jul 2020 23:41:58 +0200 (CEST)	[thread overview]
Message-ID: <20200708214158.711BC1E4A8@dpdk.org> (raw)
In-Reply-To: <20200708213946.30108-2-andreyv@mellanox.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'sate' may be misspelled - perhaps 'state'?
#125: 
Provide separate API to query shared action sate (see

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#246: FILE: lib/librte_ethdev/rte_flow.c:1271:
+	rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#247: FILE: lib/librte_ethdev/rte_flow.c:1272:
+			   NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#265: FILE: lib/librte_ethdev/rte_flow.c:1290:
+	return rte_flow_error_set(error, ENOSYS,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#267: FILE: lib/librte_ethdev/rte_flow.c:1292:
+				  NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#285: FILE: lib/librte_ethdev/rte_flow.c:1310:
+	return rte_flow_error_set(error, ENOSYS,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#287: FILE: lib/librte_ethdev/rte_flow.c:1312:
+				  NULL, rte_strerror(ENOSYS));

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#305: FILE: lib/librte_ethdev/rte_flow.c:1330:
+	return rte_flow_error_set(error, ENOSYS,

WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#307: FILE: lib/librte_ethdev/rte_flow.c:1332:
+				  NULL, rte_strerror(ENOSYS));

WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Andrey Vesnovaty <andrey.vesnovaty@gmail.com>'

total: 0 errors, 10 warnings, 294 lines checked

           reply	other threads:[~2020-07-08 21:41 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200708213946.30108-2-andreyv@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=20200708214158.711BC1E4A8@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=andreyv@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).