automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Stefan Laesser <stefan.laesser@omicronenergy.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw144335 [PATCH v2] net/af_packet: add timestamp offloading support
Date: Fri, 20 Sep 2024 14:17:05 +0800	[thread overview]
Message-ID: <202409200617.48K6H5h5369115@localhost.localdomain> (raw)
In-Reply-To: <20240920064408.64651-1-stefan.laesser@omicronenergy.com>

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

_ninja build failure_

Submitter: Stefan Laesser <stefan.laesser@omicronenergy.com>
Date: Fri, 20 Sep 2024 08:44:08 +0200
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 523fd7b3adfdf5a87651e8ca33bc69223b3211d5

144335 --> 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: drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o
cc -Idrivers/libtmp_rte_net_af_packet.a.p -Idrivers -I../drivers -Idrivers/net/af_packet -I../drivers/net/af_packet -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.af_packet -MD -MQ drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o -MF drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o.d -o drivers/libtmp_rte_net_af_packet.a.p/net_af_packet_rte_eth_af_packet.c.o -c ../drivers/net/af_packet/rte_eth_af_packet.c
In file included from ../lib/ethdev/rte_flow.h:34,
from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1459,
from ../lib/ethdev/ethdev_driver.h:25,
from ../drivers/net/af_packet/rte_eth_af_packet.c:12:
./drivers/net/af_packet/rte_eth_af_packet.c: In function ‘eth_af_packet_rx’:
./drivers/net/af_packet/rte_eth_af_packet.c:168:29: error: ‘af_packet_timestamp_dynfield_offset’ undeclared (first use in this function); did you mean ‘timestamp_dynfield_offset’?
*RTE_MBUF_DYNFIELD(mbuf, af_packet_timestamp_dynfield_offset,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/mbuf/rte_mbuf_dyn.h:227:70: note: in definition of macro ‘RTE_MBUF_DYNFIELD’
#define RTE_MBUF_DYNFIELD(m, offset, type) ((type)((uintptr_t)(m) + (offset)))
^~~~~~
./drivers/net/af_packet/rte_eth_af_packet.c:168:29: note: each undeclared identifier is reported only once for each function it appears in
*RTE_MBUF_DYNFIELD(mbuf, af_packet_timestamp_dynfield_offset,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/mbuf/rte_mbuf_dyn.h:227:70: note: in definition of macro ‘RTE_MBUF_DYNFIELD’
#define RTE_MBUF_DYNFIELD(m, offset, type) ((type)((uintptr_t)(m) + (offset)))
^~~~~~
./drivers/net/af_packet/rte_eth_af_packet.c:172:22: error: ‘af_packet_timestamp_dynflag’ undeclared (first use in this function); did you mean ‘timestamp_dynflag’?
mbuf->ol_flags |= af_packet_timestamp_dynflag;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
timestamp_dynflag
./drivers/net/af_packet/rte_eth_af_packet.c: In function ‘eth_dev_start’:
./drivers/net/af_packet/rte_eth_af_packet.c:337:48: error: ‘af_packet_timestamp_dynfield_offset’ undeclared (first use in this function); did you mean ‘timestamp_dynfield_offset’?
int rc = rte_mbuf_dyn_rx_timestamp_register(&af_packet_timestamp_dynfield_offset,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
timestamp_dynfield_offset
./drivers/net/af_packet/rte_eth_af_packet.c:338:6: error: ‘af_packet_timestamp_dynflag’ undeclared (first use in this function); did you mean ‘timestamp_dynflag’?
&af_packet_timestamp_dynflag);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
timestamp_dynflag
At top level:
./drivers/net/af_packet/rte_eth_af_packet.c:44:12: warning: ‘timestamp_dynfield_offset’ defined but not used [-Wunused-variable]
static int timestamp_dynfield_offset = -1;
^~~~~~~~~~~~~~~~~~~~~~~~~
./drivers/net/af_packet/rte_eth_af_packet.c:43:17: warning: ‘timestamp_dynflag’ defined but not used [-Wunused-variable]
static uint64_t timestamp_dynflag;
^~~~~~~~~~~~~~~~~
[722/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_mpu.c.o
[723/2530] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm_dmadev.c.o
[724/2530] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
[725/2530] Generating rte_mempool_dpaa.pmd.c with a custom command
[726/2530] Generating rte_mempool_octeontx.pmd.c with a custom command
[727/2530] Generating rte_mempool_stack.pmd.c with a custom command
[728/2530] Compiling C object drivers/libtmp_rte_dma_dpaa.a.p/dma_dpaa_dpaa_qdma.c.o
[729/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o
[730/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_tx.c.o
[731/2530] Generating rte_mempool_cnxk.pmd.c with a custom command
[732/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_pktchkr.c.o
[733/2530] Generating rte_mempool_dpaa2.pmd.c with a custom command
[734/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev.c.o
[735/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen3.c.o
[736/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_raw_dp.c.o
[737/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec_raw_dp.c.o
[738/2530] Compiling C object drivers/libtmp_rte_net_ark.a.p/net_ark_ark_ethdev_rx.c.o
[739/2530] Generating rte_common_nitrox.sym_chk with a custom command (wrapped by meson to capture output)
[740/2530] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
[741/2530] Generating rte_common_nfp.sym_chk with a custom command (wrapped by meson to capture output)
[742/2530] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_sym_pmd_gen1.c.o
[743/2530] Compiling C object drivers/libtmp_rte_dma_dpaa2.a.p/dma_dpaa2_dpaa2_qdma.c.o
[744/2530] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[745/2530] Compiling C object drivers/libtmp_rte_dma_skeleton.a.p/dma_skeleton_skeleton_dmadev.c.o
[746/2530] Generating rte_common_idpf.sym_chk with a custom command (wrapped by meson to capture output)
[747/2530] Generating rte_common_cnxk.pmd.c with a custom command
[748/2530] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[749/2530] Generating rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[750/2530] Generating rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[751/2530] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[752/2530] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[753/2530] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[754/2530] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


       reply	other threads:[~2024-09-20  6:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240920064408.64651-1-stefan.laesser@omicronenergy.com>
2024-09-20  6:17 ` qemudev [this message]
2024-09-20  6:46 ` |SUCCESS| " checkpatch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202409200617.48K6H5h5369115@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=stefan.laesser@omicronenergy.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).