automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw73556 [PATCH v2 1/6] ethdev: add flow shared action API
       [not found] <20200708213946.30108-2-andreyv@mellanox.com>
@ 2020-07-08 21:41 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-07-08 21:41 UTC (permalink / raw)
  To: test-report; +Cc: Andrey Vesnovaty

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-08 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200708213946.30108-2-andreyv@mellanox.com>
2020-07-08 21:41 ` [dpdk-test-report] |WARNING| pw73556 [PATCH v2 1/6] ethdev: add flow shared action API checkpatch

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).