automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw99501 [PATCH v3 2/2] event/cnxk: add external clock support for timer
       [not found] <20210923213046.3157-2-pbhagavatula@marvell.com>
@ 2021-09-23 21:32 ` checkpatch
  2021-09-28  0:58 ` [dpdk-test-report] |FAILURE| pw99501 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-23 21:32 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#87: 
RTE_EVENT_TIMER_ADAPTER_EXT_CLK0 = TIM_CLK_SRC_10NS,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#88: 
RTE_EVENT_TIMER_ADAPTER_EXT_CLK1 = TIM_CLK_SRC_GPIO,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#89: 
RTE_EVENT_TIMER_ADAPTER_EXT_CLK2 = TIM_CLK_SRC_PTP,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#90: 
RTE_EVENT_TIMER_ADAPTER_EXT_CLK3 = TIM_CLK_SRC_SYNCE,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#92: 
TIM supports clock input from external GPIO, PTP, SYNCE clocks.

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#96: 
Since TIM is unaware of input clock frequency, application is

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#99: 
	-a 0002:0e:00.0,tim_eclk_freq=122880000-0-0

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#121: FILE: doc/guides/eventdevs/cnxk.rst:167:
+- ``TIM external clock frequency``

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#123: FILE: doc/guides/eventdevs/cnxk.rst:169:
+  The ``tim_eclk_freq`` devagrs can be used to pass external clock frequencies

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#128: FILE: doc/guides/eventdevs/cnxk.rst:174:
+    RTE_EVENT_TIMER_ADAPTER_EXT_CLK0 = TIM_CLK_SRC_10NS,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#129: FILE: doc/guides/eventdevs/cnxk.rst:175:
+    RTE_EVENT_TIMER_ADAPTER_EXT_CLK1 = TIM_CLK_SRC_GPIO,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#130: FILE: doc/guides/eventdevs/cnxk.rst:176:
+    RTE_EVENT_TIMER_ADAPTER_EXT_CLK2 = TIM_CLK_SRC_PTP,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#131: FILE: doc/guides/eventdevs/cnxk.rst:177:
+    RTE_EVENT_TIMER_ADAPTER_EXT_CLK3 = TIM_CLK_SRC_SYNCE

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#137: FILE: doc/guides/eventdevs/cnxk.rst:183:
+    -a 0002:0e:00.0,tim_eclk_freq=122880000-1000000000-0

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#163: FILE: drivers/event/cnxk/cn10k_eventdev.c:979:
+			      CNXK_TIM_STATS_ENA "=1"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#164: FILE: drivers/event/cnxk/cn10k_eventdev.c:980:
+			      CNXK_TIM_EXT_CLK "=<string>");

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#205: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:152:
+		} while (ns[i] % (uint64_t)cnxk_tim_ns_per_tck(clk_freq));

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#213: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:160:
+tim_adjust_resolution(uint64_t *req_ns, uint64_t *req_tck, double tck_ns,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#234: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:181:
+			    (TIM_MAX_BUCKET_SIZE - TIM_MIN_BUCKET_SIZE)) {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#234: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:181:
+			    (TIM_MAX_BUCKET_SIZE - TIM_MIN_BUCKET_SIZE)) {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#239: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:186:
+			   (TIM_MAX_BUCKET_SIZE - TIM_MIN_BUCKET_SIZE)) {

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#239: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:186:
+			   (TIM_MAX_BUCKET_SIZE - TIM_MIN_BUCKET_SIZE)) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#262: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:262:
+		req_ns = tim_ring->tck_nsec;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#265: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:265:
+		tim_adjust_resolution(&req_ns, &req_tck, tck_ns, clk_freq,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#267: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:267:
+		if ((tim_ring->tck_nsec != req_ns) &&

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#270: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:270:
+			goto tim_hw_free;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#272: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:272:
+		tim_ring->tck_nsec = ceil(req_tck * tck_ns);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#282: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:582:
+cnxk_tim_parse_clk_list(const char *value, void *opaque)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#284: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:584:
+	enum roc_tim_clk_src src[] = {ROC_TIM_CLK_SRC_GPIO, ROC_TIM_CLK_SRC_PTP,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#284: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:584:
+	enum roc_tim_clk_src src[] = {ROC_TIM_CLK_SRC_GPIO, ROC_TIM_CLK_SRC_PTP,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#284: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:584:
+	enum roc_tim_clk_src src[] = {ROC_TIM_CLK_SRC_GPIO, ROC_TIM_CLK_SRC_PTP,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#285: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:585:
+				      ROC_TIM_CLK_SRC_SYNCE,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#286: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:586:
+				      ROC_TIM_CLK_SRC_INVALID};

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#287: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:587:
+	struct cnxk_tim_evdev *dev = opaque;

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#296: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:596:
+	while (tok != NULL && src[i] != ROC_TIM_CLK_SRC_INVALID) {

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#306: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:606:
+cnxk_tim_parse_kvargs_dsv(const char *key, const char *value, void *opaque)

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#313: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:613:
+	cnxk_tim_parse_clk_list(value, opaque);

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#325: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:640:
+	rte_kvargs_process(kvlist, CNXK_TIM_EXT_CLK, &cnxk_tim_parse_kvargs_dsv,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#325: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:640:
+	rte_kvargs_process(kvlist, CNXK_TIM_EXT_CLK, &cnxk_tim_parse_kvargs_dsv,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#338: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:42:
+#define CNXK_TIM_EXT_CLK     "tim_eclk_freq"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#338: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:42:
+#define CNXK_TIM_EXT_CLK     "tim_eclk_freq"

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#346: FILE: drivers/event/cnxk/cnxk_tim_evdev.h:98:
+	uint64_t ext_clk_freq[ROC_TIM_CLK_SRC_INVALID];

total: 0 errors, 42 warnings, 216 lines checked

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

* [dpdk-test-report] |FAILURE| pw99501 [dpdk-dev] [PATCH v3 2/2] event/cnxk: add external clock support for timer
       [not found] <20210923213046.3157-2-pbhagavatula@marvell.com>
  2021-09-23 21:32 ` [dpdk-test-report] |WARNING| pw99501 [PATCH v3 2/2] event/cnxk: add external clock support for timer checkpatch
@ 2021-09-28  0:58 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-28  0:58 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|19115|SHA|03921d9e22f6453bb40680a181fd354ecb3180c7|passed|https://github.com/ovsrobot/dpdk/actions/runs/1279161110|[dpdk-dev] [PATCH v3 5/5] examples/l3fwd-power: support virtio/vhost|ovsrobot/dpdk|build, Size: 27924 bytes --]

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1279154994
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
[2375/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[2376/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
In file included from ../drivers/common/cnxk/roc_api.h:25:0,
                 from ../drivers/event/cnxk/cnxk_eventdev.h:21,
                 from ../drivers/event/cnxk/cnxk_tim_evdev.c:7:
../drivers/event/cnxk/cnxk_tim_evdev.c: In function ‘sort_multi_array’:
../drivers/common/cnxk/roc_platform.h:46:20: error: implicit declaration of function ‘RTE_SWAP’; did you mean ‘RTE_MAX’? [-Werror=implicit-function-declaration]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
../drivers/common/cnxk/roc_platform.h:46:20: error: nested extern declaration of ‘RTE_SWAP’ [-Werror=nested-externs]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
cc1: all warnings being treated as errors
[2377/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
[2378/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[2433/3478] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[2434/3478] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
In file included from ../drivers/common/cnxk/roc_api.h:25:0,
                 from ../drivers/event/cnxk/cnxk_eventdev.h:21,
                 from ../drivers/event/cnxk/cnxk_tim_evdev.c:7:
../drivers/event/cnxk/cnxk_tim_evdev.c: In function ‘sort_multi_array’:
../drivers/common/cnxk/roc_platform.h:46:20: error: implicit declaration of function ‘RTE_SWAP’; did you mean ‘RTE_MAX’? [-Werror=implicit-function-declaration]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
../drivers/common/cnxk/roc_platform.h:46:20: error: nested extern declaration of ‘RTE_SWAP’ [-Werror=nested-externs]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
cc1: all warnings being treated as errors
[2435/3478] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
[2436/3478] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[2366/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_deq_tmo.c.o'.
[2367/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_deq_ca.c.o'.
[2368/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_deq_tmo.c.o'.
[2369/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_tx_enq.c.o'.
[2370/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker.c.o'.
[2371/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_tx_enq_seg.c.o'.
[2372/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_eventdev.c.o'.
[2373/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq_burst.c.o'.
[2374/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq.c.o'.
[2375/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_stats.c.o'.
[2376/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq_ca.c.o'.
[2377/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: error: implicit declaration of function 'RTE_SWAP' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
                        ^
../drivers/common/cnxk/roc_platform.h:46:20: note: expanded from macro 'PLT_SWAP'
#define PLT_SWAP                 RTE_SWAP
                                 ^
1 error generated.
[2378/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[2379/3264] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
[2424/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_deq_burst.c.o'.
[2425/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_deq_tmo.c.o'.
[2426/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_deq_ca.c.o'.
[2427/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_deq_tmo.c.o'.
[2428/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_tx_enq.c.o'.
[2429/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker.c.o'.
[2430/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_eventdev.c.o'.
[2431/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_worker_dual_tx_enq_seg.c.o'.
[2432/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq_burst.c.o'.
[2433/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq.c.o'.
[2434/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_stats.c.o'.
[2435/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: error: implicit declaration of function 'RTE_SWAP' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                        PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
                        ^
../drivers/common/cnxk/roc_platform.h:46:20: note: expanded from macro 'PLT_SWAP'
#define PLT_SWAP                 RTE_SWAP
                                 ^
1 error generated.
[2436/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_deq_ca.c.o'.
[2437/3480] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
[2375/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[2376/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
In file included from ../drivers/common/cnxk/roc_api.h:25:0,
                 from ../drivers/event/cnxk/cnxk_eventdev.h:21,
                 from ../drivers/event/cnxk/cnxk_tim_evdev.c:7:
../drivers/event/cnxk/cnxk_tim_evdev.c: In function ‘sort_multi_array’:
../drivers/common/cnxk/roc_platform.h:46:20: error: implicit declaration of function ‘RTE_SWAP’; did you mean ‘RTE_MAX’? [-Werror=implicit-function-declaration]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
../drivers/common/cnxk/roc_platform.h:46:20: error: nested extern declaration of ‘RTE_SWAP’ [-Werror=nested-externs]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
cc1: all warnings being treated as errors
[2377/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
[2378/3262] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[2433/3475] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_eventdev_adptr.c.o'.
[2434/3475] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_event_cnxk@sta -Idrivers -I../drivers -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/eventdev -I../lib/eventdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/meter -I../lib/meter -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Ilib/security -I../lib/security -Idrivers/net/cnxk -I../drivers/net/cnxk -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Idrivers/crypto/cnxk/../../../lib/net -I../drivers/crypto/cnxk/../../../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.event.cnxk  -MD -MQ 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -MF 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o.d' -o 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cnxk_tim_evdev.c.o' -c ../drivers/event/cnxk/cnxk_tim_evdev.c
In file included from ../drivers/common/cnxk/roc_api.h:25:0,
                 from ../drivers/event/cnxk/cnxk_eventdev.h:21,
                 from ../drivers/event/cnxk/cnxk_tim_evdev.c:7:
../drivers/event/cnxk/cnxk_tim_evdev.c: In function ‘sort_multi_array’:
../drivers/common/cnxk/roc_platform.h:46:20: error: implicit declaration of function ‘RTE_SWAP’; did you mean ‘RTE_MAX’? [-Werror=implicit-function-declaration]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
../drivers/common/cnxk/roc_platform.h:46:20: error: nested extern declaration of ‘RTE_SWAP’ [-Werror=nested-externs]
 #define PLT_SWAP   RTE_SWAP
                    ^
../drivers/event/cnxk/cnxk_tim_evdev.c:128:4: note: in expansion of macro ‘PLT_SWAP’
    PLT_SWAP(ref_arr[x], ref_arr[x + 1]);
    ^~~~~~~~
cc1: all warnings being treated as errors
[2435/3475] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq.c.o'.
[2436/3475] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn10k_worker_tx_enq_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-09-28  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210923213046.3157-2-pbhagavatula@marvell.com>
2021-09-23 21:32 ` [dpdk-test-report] |WARNING| pw99501 [PATCH v3 2/2] event/cnxk: add external clock support for timer checkpatch
2021-09-28  0:58 ` [dpdk-test-report] |FAILURE| pw99501 [dpdk-dev] " 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).