automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw115782 [PATCH v6 2/2] Add l2reflect measurement application
       [not found] <20220902084533.675698-3-felix.moessbauer@siemens.com>
@ 2022-09-02  8:47 ` checkpatch
  2022-09-02 10:20 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-09-02  8:47 UTC (permalink / raw)
  To: test-report; +Cc: Felix Moessbauer

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

_coding style issues_


WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#203: FILE: app/l2reflect/l2reflect.h:42:
+extern int l2reflect_hist;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#204: FILE: app/l2reflect/l2reflect.h:43:
+extern unsigned int l2reflect_hist_buckets;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#205: FILE: app/l2reflect/l2reflect.h:44:
+extern atomic_int l2reflect_output_hist;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#241: FILE: app/l2reflect/main.c:21:
+ *   jitterplot hist histogram.json

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#321: FILE: app/l2reflect/main.c:101:
+int l2reflect_hist;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#322: FILE: app/l2reflect/main.c:102:
+unsigned int l2reflect_hist_buckets = HIST_NUM_BUCKETS_DEFAULT;

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#322: FILE: app/l2reflect/main.c:102:
+unsigned int l2reflect_hist_buckets = HIST_NUM_BUCKETS_DEFAULT;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#323: FILE: app/l2reflect/main.c:103:
+atomic_int l2reflect_output_hist;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#416: FILE: app/l2reflect/main.c:196:
+	hist_filename = NULL;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#417: FILE: app/l2reflect/main.c:197:
+	l2reflect_output_hist = 0;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#457: FILE: app/l2reflect/main.c:237:
+			l2reflect_hist = 1;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#458: FILE: app/l2reflect/main.c:238:
+			hist_bucket_usec = strtoul(optarg, NULL, 10);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#465: FILE: app/l2reflect/main.c:245:
+			l2reflect_hist_buckets = strtoul(optarg, NULL, 10);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#468: FILE: app/l2reflect/main.c:248:
+			hist_filename = strndup(optarg, 128);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#502: FILE: app/l2reflect/main.c:282:
+	if (hist_filename && !l2reflect_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#502: FILE: app/l2reflect/main.c:282:
+	if (hist_filename && !l2reflect_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#800: FILE: app/l2reflect/main.c:580:
+	if (l2reflect_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#802: FILE: app/l2reflect/main.c:582:
+			MIN(diff / (hist_bucket_usec * 1000), l2reflect_hist_buckets-1);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#802: FILE: app/l2reflect/main.c:582:
+			MIN(diff / (hist_bucket_usec * 1000), l2reflect_hist_buckets-1);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#803: FILE: app/l2reflect/main.c:583:
+		record.hist[bucket]++;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1046: FILE: app/l2reflect/main.c:826:
+		l2reflect_output_hist = 1;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1221: FILE: app/l2reflect/main.c:1001:
+	if (l2reflect_hist)

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1307: FILE: app/l2reflect/stats.c:15:
+unsigned int hist_bucket_usec;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1309: FILE: app/l2reflect/stats.c:17:
+char *hist_filename;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1319: FILE: app/l2reflect/stats.c:27:
+	if (l2reflect_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1320: FILE: app/l2reflect/stats.c:28:
+		if (!record.hist_size) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1321: FILE: app/l2reflect/stats.c:29:
+			record.hist =

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1322: FILE: app/l2reflect/stats.c:30:
+				calloc(l2reflect_hist_buckets, sizeof(uint64_t));

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1323: FILE: app/l2reflect/stats.c:31:
+			record.hist_size = l2reflect_hist_buckets;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1323: FILE: app/l2reflect/stats.c:31:
+			record.hist_size = l2reflect_hist_buckets;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1325: FILE: app/l2reflect/stats.c:33:
+			memset(record.hist, 0,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1326: FILE: app/l2reflect/stats.c:34:
+			       record.hist_size * sizeof(uint64_t));

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1335: FILE: app/l2reflect/stats.c:43:
+	if (l2reflect_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1336: FILE: app/l2reflect/stats.c:44:
+		free(record.hist);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1337: FILE: app/l2reflect/stats.c:45:
+		record.hist = NULL;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1338: FILE: app/l2reflect/stats.c:46:
+		record.hist_size = 0;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1347: FILE: app/l2reflect/stats.c:55:
+	if (hist_filename)

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1348: FILE: app/l2reflect/stats.c:56:
+		fd = fopen(hist_filename, "w");

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1352: FILE: app/l2reflect/stats.c:60:
+	if (hist_filename)

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1436: FILE: app/l2reflect/stats.c:144:
+		if (l2reflect_hist && l2reflect_output_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1436: FILE: app/l2reflect/stats.c:144:
+		if (l2reflect_hist && l2reflect_output_hist) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1438: FILE: app/l2reflect/stats.c:146:
+			l2reflect_output_hist = 0;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1453: FILE: app/l2reflect/stats.c:161:
+	json_t *hist0, *cpu0, *all_cpus, *output;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1460: FILE: app/l2reflect/stats.c:168:
+	hist0 = json_object();

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1461: FILE: app/l2reflect/stats.c:169:
+	for (i = 0; i < record->hist_size; ++i) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1463: FILE: app/l2reflect/stats.c:171:
+		if (record->hist[i] != 0) {

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1464: FILE: app/l2reflect/stats.c:172:
+			snprintf(key, 8, "%u", i * hist_bucket_usec);

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1465: FILE: app/l2reflect/stats.c:173:
+			json_object_set(hist0, key,

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1466: FILE: app/l2reflect/stats.c:174:
+					json_integer(record->hist[i]));

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1480: FILE: app/l2reflect/stats.c:188:
+	json_object_set_new(cpu0, "histogram", hist0);

WARNING:TYPO_SPELLING: 'HIST' may be misspelled - perhaps 'HEIST'?
#1538: FILE: app/l2reflect/stats.h:15:
+#define HIST_NUM_BUCKETS_DEFAULT 128

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1547: FILE: app/l2reflect/stats.h:24:
+	unsigned int hist_size;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1549: FILE: app/l2reflect/stats.h:26:
+	uint64_t *hist;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1554: FILE: app/l2reflect/stats.h:31:
+extern unsigned int hist_bucket_usec;

WARNING:TYPO_SPELLING: 'hist' may be misspelled - perhaps 'heist'?
#1556: FILE: app/l2reflect/stats.h:33:
+extern char *hist_filename;

total: 0 errors, 55 warnings, 1546 lines checked

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

* |FAILURE| pw115782 [PATCH v6 2/2] Add l2reflect measurement application
       [not found] <20220902084533.675698-3-felix.moessbauer@siemens.com>
  2022-09-02  8:47 ` |WARNING| pw115782 [PATCH v6 2/2] Add l2reflect measurement application checkpatch
@ 2022-09-02 10:20 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-09-02 10:20 UTC (permalink / raw)
  To: test-report; +Cc: felix.moessbauer, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/115782/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2977862313
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[533/1310] Compiling C object 'drivers/a715181@@rte_net_ixgbe@sha/meson-generated_.._rte_net_ixgbe.pmd.c.obj'.
[534/1310] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_rxtx.c.obj'.
[535/1310] Linking static target drivers/librte_net_ixgbe.a.
[536/1310] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3@sta/net_vmxnet3_vmxnet3_ethdev.c.obj'.
[537/1310] Linking static target drivers/libtmp_rte_net_vmxnet3.a.
[538/1310] Linking target drivers/librte_net_octeontx_ep-23.dll.
[539/1310] Generating rte_net_vmxnet3_def with a custom command.
[540/1310] Generating rte_net_vmxnet3_mingw with a custom command.
[541/1310] Linking target drivers/librte_net_ixgbe-23.dll.
[542/1310] Generating rte_net_vmxnet3.pmd.c with a custom command.
[543/1310] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sta/meson-generated_.._rte_net_vmxnet3.pmd.c.obj'.
[544/1310] Linking static target drivers/librte_net_vmxnet3.a.
[545/1310] Compiling C object 'drivers/a715181@@rte_net_vmxnet3@sha/meson-generated_.._rte_net_vmxnet3.pmd.c.obj'.
[546/1310] Compiling C object 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_colors.c.obj'.
[547/1310] Compiling C object 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_main.c.obj'.
FAILED: app/a172ced@@dpdk-l2reflect@exe/l2reflect_main.c.obj 
ccache x86_64-w64-mingw32-gcc -Iapp/a172ced@@dpdk-l2reflect@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API  -MD -MQ 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_main.c.obj' -MF 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_main.c.obj.d' -o 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_main.c.obj' -c ../app/l2reflect/main.c
../app/l2reflect/main.c:44:10: fatal error: sys/signal.h: No such file or directory
   44 | #include <sys/signal.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
[548/1310] Linking target drivers/librte_net_vmxnet3-23.dll.
[549/1310] Compiling C object 'app/a172ced@@dpdk-l2reflect@exe/l2reflect_utils.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-static" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-09-02 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220902084533.675698-3-felix.moessbauer@siemens.com>
2022-09-02  8:47 ` |WARNING| pw115782 [PATCH v6 2/2] Add l2reflect measurement application checkpatch
2022-09-02 10:20 ` |FAILURE| " 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).