automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw64933 [PATCH 2/2] net/virtio: add link speed devarg
       [not found] <20200120141603.18719-3-i.dyukov@samsung.com>
@ 2020-01-20 14:19 ` checkpatch
  2020-01-20 23:01 ` [dpdk-test-report] |SUCCESS| pw64933 " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-01-20 14:19 UTC (permalink / raw)
  To: test-report; +Cc: Ivan Dyukov

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

_coding style issues_


CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#134: FILE: drivers/net/virtio/virtio_ethdev.c:49:
+static int virtio_dev_devargs_parse(

WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#169: FILE: drivers/net/virtio/virtio_ethdev.c:1969:
+static const char *valid_args[] = {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#181: FILE: drivers/net/virtio/virtio_ethdev.c:1986:
+static uint32_t
+virtio_dev_speed_capa_get(uint32_t link_speed) {

ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent
#183: FILE: drivers/net/virtio/virtio_ethdev.c:1988:
+	switch (link_speed) {
+		case ETH_SPEED_NUM_10G:
[...]
+		case ETH_SPEED_NUM_20G:
[...]
+		case ETH_SPEED_NUM_25G:
[...]
+		case ETH_SPEED_NUM_40G:
[...]
+		case ETH_SPEED_NUM_50G:
[...]
+		case ETH_SPEED_NUM_56G:
[...]
+		case ETH_SPEED_NUM_100G:
[...]
+		default:

total: 2 errors, 1 warnings, 1 checks, 168 lines checked

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

* [dpdk-test-report] |SUCCESS| pw64933 net/virtio: add link speed devarg
       [not found] <20200120141603.18719-3-i.dyukov@samsung.com>
  2020-01-20 14:19 ` [dpdk-test-report] |WARNING| pw64933 [PATCH 2/2] net/virtio: add link speed devarg checkpatch
@ 2020-01-20 23:01 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-01-20 23:01 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

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

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

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

end of thread, other threads:[~2020-01-20 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200120141603.18719-3-i.dyukov@samsung.com>
2020-01-20 14:19 ` [dpdk-test-report] |WARNING| pw64933 [PATCH 2/2] net/virtio: add link speed devarg checkpatch
2020-01-20 23:01 ` [dpdk-test-report] |SUCCESS| pw64933 " 0-day Robot

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