automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw88678 [PATCH 36/36] event/cnxk: add Tx adapter fastpath ops
       [not found] <20210306162942.6845-37-pbhagavatula@marvell.com>
@ 2021-03-06 16:38 ` checkpatch
  2021-03-06 17:55 ` [dpdk-test-report] |FAILURE| pw88678 " 0-day Robot
  2021-03-06 17:57 ` [dpdk-test-report] |FAILURE| pw88678 [dpdk-dev] [PATCH 36/36] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-03-06 16:38 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


ERROR:OPEN_BRACE: that open brace { should be on the previous line
#108: FILE: drivers/event/cnxk/cn10k_eventdev.c:348:
+	const event_tx_adapter_enqueue sso_hws_tx_adptr_enq_seg[2][2][2][2][2] =
+		{

ERROR:CODE_INDENT: code indent should use tabs where possible
#159: FILE: drivers/event/cnxk/cn10k_worker.c:185:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#159: FILE: drivers/event/cnxk/cn10k_worker.c:185:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#167: FILE: drivers/event/cnxk/cn10k_worker.c:193:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#167: FILE: drivers/event/cnxk/cn10k_worker.c:193:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#173: FILE: drivers/event/cnxk/cn10k_worker.c:199:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/event/cnxk/cn10k_worker.c:199:
+                                                                               \$

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#253: FILE: drivers/event/cnxk/cn10k_worker.h:296:
+#define T(name, f4, f3, f2, f1, f0, sz, flags)                                 \
+	uint16_t __rte_hot cn10k_sso_hws_tx_adptr_enq_##name(                  \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_tx_adptr_enq_seg_##name(              \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_dual_tx_adptr_enq_##name(             \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn10k_sso_hws_dual_tx_adptr_enq_seg_##name(         \
+		void *port, struct rte_event ev[], uint16_t nb_events);

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#284: FILE: drivers/event/cnxk/cn9k_eventdev.c:439:
+	const event_tx_adapter_enqueue sso_hws_tx_adptr_enq_seg[2][2][2][2][2] =
+		{

ERROR:CODE_INDENT: code indent should use tabs where possible
#385: FILE: drivers/event/cnxk/cn9k_worker.c:386:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#385: FILE: drivers/event/cnxk/cn9k_worker.c:386:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#393: FILE: drivers/event/cnxk/cn9k_worker.c:394:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#393: FILE: drivers/event/cnxk/cn9k_worker.c:394:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#399: FILE: drivers/event/cnxk/cn9k_worker.c:400:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#399: FILE: drivers/event/cnxk/cn9k_worker.c:400:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#407: FILE: drivers/event/cnxk/cn9k_worker.c:408:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#407: FILE: drivers/event/cnxk/cn9k_worker.c:408:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#413: FILE: drivers/event/cnxk/cn9k_worker.c:414:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#413: FILE: drivers/event/cnxk/cn9k_worker.c:414:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#421: FILE: drivers/event/cnxk/cn9k_worker.c:422:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#421: FILE: drivers/event/cnxk/cn9k_worker.c:422:
+                                                                               \$

ERROR:CODE_INDENT: code indent should use tabs where possible
#427: FILE: drivers/event/cnxk/cn9k_worker.c:428:
+                                                                               \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#427: FILE: drivers/event/cnxk/cn9k_worker.c:428:
+                                                                               \$

WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon
#527: FILE: drivers/event/cnxk/cn9k_worker.h:477:
+#define T(name, f4, f3, f2, f1, f0, sz, flags)                                 \
+	uint16_t __rte_hot cn9k_sso_hws_tx_adptr_enq_##name(                   \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_tx_adptr_enq_seg_##name(               \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_dual_tx_adptr_enq_##name(              \
+		void *port, struct rte_event ev[], uint16_t nb_events);        \
+	uint16_t __rte_hot cn9k_sso_hws_dual_tx_adptr_enq_seg_##name(          \
+		void *port, struct rte_event ev[], uint16_t nb_events);

total: 12 errors, 12 warnings, 415 lines checked

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

* [dpdk-test-report] |FAILURE| pw88678 event/cnxk: add Tx adapter fastpath ops
       [not found] <20210306162942.6845-37-pbhagavatula@marvell.com>
  2021-03-06 16:38 ` [dpdk-test-report] |WARNING| pw88678 [PATCH 36/36] event/cnxk: add Tx adapter fastpath ops checkpatch
@ 2021-03-06 17:55 ` 0-day Robot
  2021-03-06 17:57 ` [dpdk-test-report] |FAILURE| pw88678 [dpdk-dev] [PATCH 36/36] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-06 17:55 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

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

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

* [dpdk-test-report] |FAILURE| pw88678 [dpdk-dev] [PATCH 36/36] event/cnxk: add Tx adapter fastpath ops
       [not found] <20210306162942.6845-37-pbhagavatula@marvell.com>
  2021-03-06 16:38 ` [dpdk-test-report] |WARNING| pw88678 [PATCH 36/36] event/cnxk: add Tx adapter fastpath ops checkpatch
  2021-03-06 17:55 ` [dpdk-test-report] |FAILURE| pw88678 " 0-day Robot
@ 2021-03-06 17:57 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-06 17:57 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
[2796/3380] Compiling C object 'examples/examples@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[2797/3380] Compiling C object 'examples/examples@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[2798/3380] Compiling C object 'examples/examples@@dpdk-ip_pipeline@exe/ip_pipeline_cryptodev.c.o'.
[2799/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[2800/3380] Linking target examples/dpdk-ip_pipeline.
[2801/3380] Compiling C object 'examples/examples@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[2802/3380] Linking target examples/dpdk-ip_reassembly.
[2803/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[2804/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_parser.c.o'.
[2805/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
[2806/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[2807/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[2808/3380] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 21.05.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/eventdevs/cnxk.rst:5:Title underline too short.

OCTEON CNXK SSO Eventdev Driver
==========================
[2809/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_sp4.c.o'.
[2810/3380] Compiling C object 'examples/examples@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
[2819/3382] Compiling C object 'examples/examples@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[2820/3382] Linking target examples/dpdk-kni.
[2821/3382] Compiling C object 'examples/examples@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'.
[2822/3382] Linking target examples/dpdk-ipv4_multicast.
[2823/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_poll.c.o'.
[2824/3382] Linking target examples/dpdk-l2fwd.
[2825/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-event@exe/l2fwd-event_main.c.o'.
[2826/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_common.c.o'.
[2827/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_event.c.o'.
[2828/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_main.c.o'.
[2829/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-event@exe/l2fwd-event_l2fwd_event_generic.c.o'.
[2830/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-keepalive@exe/l2fwd-keepalive_shm.c.o'.
[2831/3382] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 21.05.0-rc0 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/eventdevs/cnxk.rst:5:Title underline too short.

OCTEON CNXK SSO Eventdev Driver
==========================
[2832/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-jobstats@exe/l2fwd-jobstats_main.c.o'.
[2833/3382] Compiling C object 'examples/examples@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.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"
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-03-06 17:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210306162942.6845-37-pbhagavatula@marvell.com>
2021-03-06 16:38 ` [dpdk-test-report] |WARNING| pw88678 [PATCH 36/36] event/cnxk: add Tx adapter fastpath ops checkpatch
2021-03-06 17:55 ` [dpdk-test-report] |FAILURE| pw88678 " 0-day Robot
2021-03-06 17:57 ` [dpdk-test-report] |FAILURE| pw88678 [dpdk-dev] [PATCH 36/36] " 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).