automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw79675 net/memif: use abstract socket address
       [not found] <20201005123900.32723-1-jgrajcia@cisco.com>
@ 2020-10-05 13:57 ` 0-day Robot
  2020-10-06  9:44 ` [dpdk-test-report] |WARNING| pw79675 [PATCH] " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-10-05 13:57 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/79675

_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/188158500

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |WARNING| pw79675 [PATCH] net/memif: use abstract socket address
       [not found] <20201005123900.32723-1-jgrajcia@cisco.com>
  2020-10-05 13:57 ` [dpdk-test-report] |SUCCESS| pw79675 net/memif: use abstract socket address 0-day Robot
@ 2020-10-06  9:44 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-10-06  9:44 UTC (permalink / raw)
  To: test-report; +Cc: Jakub Grajciar

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

_coding style issues_


WARNING:TYPO_SPELLING: 'dissapears' may be misspelled - perhaps 'disappears'?
#71: 
filesystem pathnames and the socket dissapears

CHECK:BRACES: braces {} should be used on all arms of this statement
#120: FILE: drivers/net/memif/memif_socket.c:889:
+		if (is_abstract) {
[...]
+		} else
[...]

ERROR:C99_COMMENTS: do not use C99 // comments
#121: FILE: drivers/net/memif/memif_socket.c:890:
+			// abstract address

CHECK:BRACES: Unbalanced braces around else statement
#124: FILE: drivers/net/memif/memif_socket.c:893:
+		} else

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#134: FILE: drivers/net/memif/memif_socket.c:971:
+					     (pmd->role == MEMIF_ROLE_SLAVE) ? 0 : 1, pmd->flags & ETH_MEMIF_FLAG_SOCKET_ABSTRACT);

WARNING:LONG_LINE: line over 100 characters
#134: FILE: drivers/net/memif/memif_socket.c:971:
+					     (pmd->role == MEMIF_ROLE_SLAVE) ? 0 : 1, pmd->flags & ETH_MEMIF_FLAG_SOCKET_ABSTRACT);

CHECK:BRACES: braces {} should be used on all arms of this statement
#162: FILE: drivers/net/memif/memif_socket.c:1076:
+	if (pmd->flags & ETH_MEMIF_FLAG_SOCKET_ABSTRACT) {
[...]
+	} else
[...]

ERROR:C99_COMMENTS: do not use C99 // comments
#163: FILE: drivers/net/memif/memif_socket.c:1077:
+		// abstract address

CHECK:BRACES: Unbalanced braces around else statement
#166: FILE: drivers/net/memif/memif_socket.c:1080:
+	} else

ERROR:C99_COMMENTS: do not use C99 // comments
#220: FILE: drivers/net/memif/rte_eth_memif.c:1747:
+	// use abstract address by default

ERROR:TRAILING_WHITESPACE: trailing whitespace
#243: FILE: drivers/net/memif/rte_eth_memif.c:1795:
+^I^Iif (ret < 0)^I$

total: 4 errors, 3 warnings, 4 checks, 166 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-06  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201005123900.32723-1-jgrajcia@cisco.com>
2020-10-05 13:57 ` [dpdk-test-report] |SUCCESS| pw79675 net/memif: use abstract socket address 0-day Robot
2020-10-06  9:44 ` [dpdk-test-report] |WARNING| pw79675 [PATCH] " 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).