automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw118103 [PATCH v4] net/iavf: fix error of virtchnl command
       [not found] <20221013062017.96065-1-yidingx.zhou@intel.com>
@ 2022-10-13  6:18 ` checkpatch
  2022-10-13  7:59 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-13  6:18 UTC (permalink / raw)
  To: test-report; +Cc: Yiding Zhou

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

_coding style issues_


WARNING:TYPO_SPELLING: 'lsit' may be misspelled - perhaps 'list'?
#162: FILE: drivers/net/iavf/iavf_vchnl.c:48:
+	TAILQ_HEAD(event_lsit, iavf_event_element) pending;

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'var' - possible side-effects?
#170: FILE: drivers/net/iavf/iavf_vchnl.c:56:
+#define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
+	for ((var) = TAILQ_FIRST((head)); \
+		(var) && ((tvar) = TAILQ_NEXT((var), field), 1); \
+	(var) = (tvar))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'tvar' - possible side-effects?
#170: FILE: drivers/net/iavf/iavf_vchnl.c:56:
+#define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
+	for ((var) = TAILQ_FIRST((head)); \
+		(var) && ((tvar) = TAILQ_NEXT((var), field), 1); \
+	(var) = (tvar))

total: 0 errors, 1 warnings, 2 checks, 213 lines checked

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

* |FAILURE| pw118103 [PATCH v4] net/iavf: fix error of virtchnl command
       [not found] <20221013062017.96065-1-yidingx.zhou@intel.com>
  2022-10-13  6:18 ` |WARNING| pw118103 [PATCH v4] net/iavf: fix error of virtchnl command checkpatch
@ 2022-10-13  7:59 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-10-13  7:59 UTC (permalink / raw)
  To: test-report; +Cc: yidingx.zhou, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[402/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.obj'.
[403/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_hash.c.obj'.
[404/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_fdir.c.obj'.
[405/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_ethdev.c.obj'.
[406/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_flow.c.obj'.
[407/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_ethdev.c.obj'.
[408/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_vf_representor.c.obj'.
[409/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.obj'.
[410/1328] Generating rte_net_i40e_def with a custom command.
[411/1328] Generating rte_net_i40e_mingw with a custom command.
[412/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_avx2.c.obj'.
[413/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_rte_pmd_i40e.c.obj'.
[414/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj'.
FAILED: drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_net_iavf@sta -Idrivers -I../drivers -Idrivers/net/iavf -I../drivers/net/iavf -Idrivers/net/iavf/../../common/iavf -I../drivers/net/iavf/../../common/iavf -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/iavf -I../drivers/common/iavf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -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 -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-strict-aliasing -fno-asynchronous-unwind-tables -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.iavf -MD -MQ 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj' -MF 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj.d' -o 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_vchnl.c.obj' -c ../drivers/net/iavf/iavf_vchnl.c
../drivers/net/iavf/iavf_vchnl.c: In function ‘iavf_dev_event_handler_init’:
../drivers/net/iavf/iavf_vchnl.c:125:50: error: ‘O_BINARY’ undeclared (first use in this function); did you mean ‘REG_BINARY’?
  125 |  int err = _pipe(handler->fd, MAX_EVENT_PENDING, O_BINARY);
      |                                                  ^~~~~~~~
      |                                                  REG_BINARY
../drivers/net/iavf/iavf_vchnl.c:125:50: note: each undeclared identifier is reported only once for each function it appears in
[415/1328] Linking static target drivers/libtmp_rte_net_i40e.a.
[416/1328] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_generic_flow.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
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-10-13  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221013062017.96065-1-yidingx.zhou@intel.com>
2022-10-13  6:18 ` |WARNING| pw118103 [PATCH v4] net/iavf: fix error of virtchnl command checkpatch
2022-10-13  7:59 ` |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).