automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw128507 [PATCH v6] gro : ipv6 changes to support GRO for TCP/ipv6
       [not found] <20230612112334.71914-1-kumaraparamesh92@gmail.com>
@ 2023-06-12 11:10 ` qemudev
  2023-06-12 11:25 ` |WARNING| " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-06-12 11:10 UTC (permalink / raw)
  To: test-report; +Cc: Kumara Parameshwaran, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/128507

_ninja build failure_

Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Mon, 12 Jun 2023 16:53:34 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: d051aa5b6271a56f01c84927795d19a75ad86060

128507 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_gro.a.p/gro_rte_gro.c.o
cc -Ilib/librte_gro.a.p -Ilib -I../lib -Ilib/gro -I../lib/gro -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLO
 W_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.gro -MD -MQ lib/librte_gro.a.p/gro_rte_gro.c.o -MF lib/librte_gro.a.p/gro_rte_gro.c.o.d -o lib/librte_gro.a.p/gro_rte_gro.c.o -c ../lib/gro/rte_gro.c
In file included from ../lib/gro/rte_gro.c:11:
./lib/gro/gro_tcp6.h: In function ‘is_same_tcp6_flow’:
./lib/gro/gro_tcp6.h:146:46: error: expected ‘)’ before ‘return’
if (memcmp(&k1->src_addr, &k2->src_addr, 16)
~ ^
)
return 0;
~~~~~~
./lib/gro/gro_tcp6.h:146:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (memcmp(&k1->src_addr, &k2->src_addr, 16)
^~
./lib/gro/rte_gro.c:510: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
}

./lib/gro/rte_gro.c:510:1: error: expected declaration or statement at end of input
}
^
In file included from ../lib/gro/rte_gro.c:11:
./lib/gro/gro_tcp6.h:144:13: warning: unused variable ‘vtc_flow_diff’ [-Wunused-variable]
rte_be32_t vtc_flow_diff;
^~~~~~~~~~~~~
./lib/gro/rte_gro.c:510:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
[179/2710] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[180/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp6.c.o
FAILED: lib/librte_gro.a.p/gro_gro_tcp6.c.o
cc -Ilib/librte_gro.a.p -Ilib -I../lib -Ilib/gro -I../lib/gro -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLO
 W_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.gro -MD -MQ lib/librte_gro.a.p/gro_gro_tcp6.c.o -MF lib/librte_gro.a.p/gro_gro_tcp6.c.o.d -o lib/librte_gro.a.p/gro_gro_tcp6.c.o -c ../lib/gro/gro_tcp6.c
In file included from ../lib/gro/gro_tcp6.c:9:
./lib/gro/gro_tcp6.h: In function ‘is_same_tcp6_flow’:
./lib/gro/gro_tcp6.h:146:46: error: expected ‘)’ before ‘return’
if (memcmp(&k1->src_addr, &k2->src_addr, 16)
~ ^
)
return 0;
~~~~~~
./lib/gro/gro_tcp6.h:146:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (memcmp(&k1->src_addr, &k2->src_addr, 16)
^~
./lib/gro/gro_tcp6.c:266: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
}

./lib/gro/gro_tcp6.c:266:1: error: expected declaration or statement at end of input
}
^
In file included from ../lib/gro/gro_tcp6.c:9:
./lib/gro/gro_tcp6.h:144:13: warning: unused variable ‘vtc_flow_diff’ [-Wunused-variable]
rte_be32_t vtc_flow_diff;
^~~~~~~~~~~~~
./lib/gro/gro_tcp6.c:266:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
[181/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp_internal.c.o
[182/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_eventdev_trace_points.c.o
[183/2710] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[184/2710] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.o
[185/2710] Compiling C object lib/librte_distributor.a.p/distributor_rte_distributor.c.o
[186/2710] Generating metrics.sym_chk with a custom command (wrapped by meson to capture output)
[187/2710] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[188/2710] Generating bitratestats.sym_chk with a custom command (wrapped by meson to capture output)
[189/2710] Compiling C object lib/librte_gro.a.p/gro_gro_udp4.c.o
[190/2710] Compiling C object lib/librte_gro.a.p/gro_gro_vxlan_udp4.c.o
[191/2710] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output)
[192/2710] Compiling C object lib/librte_gro.a.p/gro_gro_vxlan_tcp4.c.o
[193/2710] Generating timer.sym_chk with a custom command (wrapped by meson to capture output)
[194/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_timer_adapter.c.o
[195/2710] Compiling C object lib/librte_efd.a.p/efd_rte_efd.c.o
[196/2710] Generating cfgfile.sym_chk with a custom command (wrapped by meson to capture output)
[197/2710] Generating mbuf.sym_chk with a custom command (wrapped by meson to capture output)
[198/2710] Generating bpf.sym_chk with a custom command (wrapped by meson to capture output)
[199/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_crypto_adapter.c.o
[200/2710] Generating mempool.sym_chk with a custom command (wrapped by meson to capture output)
[201/2710] Generating bbdev.sym_chk with a custom command (wrapped by meson to capture output)
[202/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_tx_adapter.c.o
[203/2710] Generating cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[204/2710] Generating compressdev.sym_chk with a custom command (wrapped by meson to capture output)
[205/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_eventdev.c.o
[206/2710] Generating gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[207/2710] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.o
[208/2710] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[209/2710] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[210/2710] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[211/2710] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |WARNING| pw128507 [PATCH v6] gro : ipv6 changes to support GRO for TCP/ipv6
       [not found] <20230612112334.71914-1-kumaraparamesh92@gmail.com>
  2023-06-12 11:10 ` |FAILURE| pw128507 [PATCH v6] gro : ipv6 changes to support GRO for TCP/ipv6 qemudev
@ 2023-06-12 11:25 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-06-12 11:25 UTC (permalink / raw)
  To: test-report; +Cc: Kumara Parameshwaran

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

_coding style issues_


WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#818: FILE: lib/gro/gro_tcp6.c:193:
+		item_idx = insert_new_tcp_item(pkt, tbl->items, &tbl->item_num, tbl->max_item_num, start_time,

total: 0 errors, 1 warnings, 1507 lines checked

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

end of thread, other threads:[~2023-06-12 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230612112334.71914-1-kumaraparamesh92@gmail.com>
2023-06-12 11:10 ` |FAILURE| pw128507 [PATCH v6] gro : ipv6 changes to support GRO for TCP/ipv6 qemudev
2023-06-12 11:25 ` |WARNING| " checkpatch

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).