automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw106142 [PATCH v2 4/4] app/test: add IP reassembly negative cases
       [not found] <20220120164804.4163645-5-gakhil@marvell.com>
@ 2022-01-20 16:50 ` checkpatch
  2022-01-20 18:20 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-01-20 16:50 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/106142

_coding style OK_



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

* |FAILURE| pw106142 [PATCH v2 4/4] app/test: add IP reassembly negative cases
       [not found] <20220120164804.4163645-5-gakhil@marvell.com>
  2022-01-20 16:50 ` |SUCCESS| pw106142 [PATCH v2 4/4] app/test: add IP reassembly negative cases checkpatch
@ 2022-01-20 18:20 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-01-20 18:20 UTC (permalink / raw)
  To: test-report; +Cc: gakhil, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1724582952
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-mini" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+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-i386" 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
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" 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
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2841/3329] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'.
[2842/3329] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.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-mini" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[726/1327] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'.
[727/1327] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_acl.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2862/3525] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_sched.c.o'.
[2863/3525] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.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-static" at step Build and test
####################################################################################
                               ^
../app/test/test_security_inline_proto.c:596:10: error: use of undeclared identifier 'dynfield'
        while ((dynfield[j]->nb_frags > 1) &&
                ^
../app/test/test_security_inline_proto.c:597:32: error: use of undeclared identifier 'dynfield'
                        is_ip_reassembly_incomplete(dynfield[j]->next_frag)) {
                                                    ^
../app/test/test_security_inline_proto.c:599:3: error: use of undeclared identifier 'dynfield'
                dynfield[j] = RTE_MBUF_DYNFIELD(dynfield[j-1]->next_frag,
                ^
../app/test/test_security_inline_proto.c:599:17: error: expected expression
                dynfield[j] = RTE_MBUF_DYNFIELD(dynfield[j-1]->next_frag,
                              ^
../lib/mbuf/rte_mbuf_dyn.h:229:50: note: expanded from macro 'RTE_MBUF_DYNFIELD'
#define RTE_MBUF_DYNFIELD(m, offset, type) ((type)((uintptr_t)(m) + (offset)))
                                                 ^
../app/test/test_security_inline_proto.c:601:7: error: use of undeclared identifier 'rte_eth_ip_reass_dynfield_t'
                                                rte_eth_ip_reass_dynfield_t *);
                                                ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2839/3331] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table.c.o'.
[2840/3331] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_service_cores.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
####################################################################################
                               ^
../app/test/test_security_inline_proto.c:596:10: error: use of undeclared identifier 'dynfield'
        while ((dynfield[j]->nb_frags > 1) &&
                ^
../app/test/test_security_inline_proto.c:597:32: error: use of undeclared identifier 'dynfield'
                        is_ip_reassembly_incomplete(dynfield[j]->next_frag)) {
                                                    ^
../app/test/test_security_inline_proto.c:599:3: error: use of undeclared identifier 'dynfield'
                dynfield[j] = RTE_MBUF_DYNFIELD(dynfield[j-1]->next_frag,
                ^
../app/test/test_security_inline_proto.c:599:17: error: expected expression
                dynfield[j] = RTE_MBUF_DYNFIELD(dynfield[j-1]->next_frag,
                              ^
../lib/mbuf/rte_mbuf_dyn.h:229:50: note: expanded from macro 'RTE_MBUF_DYNFIELD'
#define RTE_MBUF_DYNFIELD(m, offset, type) ((type)((uintptr_t)(m) + (offset)))
                                                 ^
../app/test/test_security_inline_proto.c:601:7: error: use of undeclared identifier 'rte_eth_ip_reass_dynfield_t'
                                                rte_eth_ip_reass_dynfield_t *);
                                                ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2874/3527] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.o'.
[2875/3527] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_pipeline.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-i386" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2039/2550] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.o'.
[2040/2550] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_table_tables.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2273/2768] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[2274/2768] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.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
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2308/2963] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[2309/2963] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2333/2822] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[2334/2822] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c: In function ‘testsuite_setup’:
../app/test/test_security_inline_proto.c:973:15: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
  if (dev_info.reass_capa.reass_timeout > APP_REASS_TIMEOUT) {
               ^~~~~~~~~~
               rx_seg_capa
../app/test/test_security_inline_proto.c:974:12: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   dev_info.reass_capa.reass_timeout = APP_REASS_TIMEOUT;
            ^~~~~~~~~~
            rx_seg_capa
../app/test/test_security_inline_proto.c:975:3: error: implicit declaration of function ‘rte_eth_ip_reassembly_conf_set’; did you mean ‘rte_eth_dev_rss_hash_conf_get’? [-Werror=implicit-function-declaration]
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_eth_dev_rss_hash_conf_get
../app/test/test_security_inline_proto.c:975:3: error: nested extern declaration of ‘rte_eth_ip_reassembly_conf_set’ [-Werror=nested-externs]
../app/test/test_security_inline_proto.c:975:52: error: ‘struct rte_eth_dev_info’ has no member named ‘reass_capa’; did you mean ‘rx_seg_capa’?
   rte_eth_ip_reassembly_conf_set(portid, &dev_info.reass_capa);
                                                    ^~~~~~~~~~
                                                    rx_seg_capa
cc1: all warnings being treated as errors
[2357/3016] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[2358/3016] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2022-01-20 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220120164804.4163645-5-gakhil@marvell.com>
2022-01-20 16:50 ` |SUCCESS| pw106142 [PATCH v2 4/4] app/test: add IP reassembly negative cases checkpatch
2022-01-20 18: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).