automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw87907 net/pcap: build on Windows
       [not found] <20210214021616.26970-7-dmitry.kozliuk@gmail.com>
@ 2021-02-14  4:25 ` 0-day Robot
  2021-02-14  4:28 ` [dpdk-test-report] |SUCCESS| pw87907 [dpdk-dev] [PATCH v2 6/6] " 0-day Robot
  2021-02-16  9:38 ` [dpdk-test-report] |WARNING| pw87907 " checkpatch
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-02-14  4:25 UTC (permalink / raw)
  To: test-report; +Cc: dmitry.kozliuk, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: FAILURE
http://dpdk.org/patch/87907

_travis build: failed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/217029186

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

* [dpdk-test-report] |SUCCESS| pw87907 [dpdk-dev] [PATCH v2 6/6] net/pcap: build on Windows
       [not found] <20210214021616.26970-7-dmitry.kozliuk@gmail.com>
  2021-02-14  4:25 ` [dpdk-test-report] |FAILURE| pw87907 net/pcap: build on Windows 0-day Robot
@ 2021-02-14  4:28 ` 0-day Robot
  2021-02-16  9:38 ` [dpdk-test-report] |WARNING| pw87907 " checkpatch
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-02-14  4:28 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: SUCCESS
http://dpdk.org/patch/87907

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/565064322

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

* [dpdk-test-report] |WARNING| pw87907 [PATCH v2 6/6] net/pcap: build on Windows
       [not found] <20210214021616.26970-7-dmitry.kozliuk@gmail.com>
  2021-02-14  4:25 ` [dpdk-test-report] |FAILURE| pw87907 net/pcap: build on Windows 0-day Robot
  2021-02-14  4:28 ` [dpdk-test-report] |SUCCESS| pw87907 [dpdk-dev] [PATCH v2 6/6] " 0-day Robot
@ 2021-02-16  9:38 ` checkpatch
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-02-16  9:38 UTC (permalink / raw)
  To: test-report; +Cc: Dmitry Kozlyuk

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <StringCbPrintfW>
#207: FILE: drivers/net/pcap/pcap_osdep_windows.c:48:
+		StringCbPrintfW(adapter_name, sizeof(adapter_name),

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#208: FILE: drivers/net/pcap/pcap_osdep_windows.c:49:
+			L"\DEVICE\TCPIP_%s", guid);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#211: FILE: drivers/net/pcap/pcap_osdep_windows.c:52:
+			L"%s", device_name);

CHECK:CAMELCASE: Avoid CamelCase: <GetAdapterIndex>
#213: FILE: drivers/net/pcap/pcap_osdep_windows.c:54:
+	ret = GetAdapterIndex(adapter_name, &index);

CHECK:CAMELCASE: Avoid CamelCase: <GetAdaptersAddresses>
#235: FILE: drivers/net/pcap/pcap_osdep_windows.c:76:
+	sys_ret = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, NULL, &size);

CHECK:CAMELCASE: Avoid CamelCase: <Next>
#259: FILE: drivers/net/pcap/pcap_osdep_windows.c:100:
+	for (cur = info; cur != NULL; cur = cur->Next) {

CHECK:CAMELCASE: Avoid CamelCase: <AdapterName>
#260: FILE: drivers/net/pcap/pcap_osdep_windows.c:101:
+		if (strcmp(cur->AdapterName, adapter_name) == 0) {

CHECK:CAMELCASE: Avoid CamelCase: <PhysicalAddressLength>
#261: FILE: drivers/net/pcap/pcap_osdep_windows.c:102:
+			if (cur->PhysicalAddressLength != RTE_ETHER_ADDR_LEN) {

CHECK:CAMELCASE: Avoid CamelCase: <PhysicalAddress>
#268: FILE: drivers/net/pcap/pcap_osdep_windows.c:109:
+			memcpy(mac->addr_bytes, cur->PhysicalAddress,

total: 0 errors, 0 warnings, 9 checks, 163 lines checked

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

end of thread, other threads:[~2021-02-16  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210214021616.26970-7-dmitry.kozliuk@gmail.com>
2021-02-14  4:25 ` [dpdk-test-report] |FAILURE| pw87907 net/pcap: build on Windows 0-day Robot
2021-02-14  4:28 ` [dpdk-test-report] |SUCCESS| pw87907 [dpdk-dev] [PATCH v2 6/6] " 0-day Robot
2021-02-16  9:38 ` [dpdk-test-report] |WARNING| pw87907 " 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).