From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: Gregory Etelson <getelson@nvidia.com>,
dpdk-test-reports@iol.unh.edu,
Gregory Etelson <getelson@nvidia.com>
Subject: |FAILURE| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
Date: Fri, 02 Feb 2024 05:50:31 -0800 (PST) [thread overview]
Message-ID: <65bcf327.050a0220.f4f11.3aa5SMTPIN_ADDED_MISSING@mx.google.com> (raw)
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/136319
_Testing issues_
Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc
136315-136319 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm) | SKIPPED | FAIL | FAIL |
+--------------------------+----------------+------------------------------+---------------------------+
==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
FAILED: drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_mlx5@sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/lin
ux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5 -MD -MQ 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -MF 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_fl
ow_meter.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_meter.c.o' -c ../drivers/net/mlx5/mlx5_flow_meter.c
In file included from ../lib/eal/include/rte_debug.h:18,
from ../lib/eal/include/rte_tailq.h:18,
from ../drivers/net/mlx5/mlx5_flow_meter.c:7:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 | if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
| ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29037/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next reply other threads:[~2024-02-02 13:50 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-02 13:50 dpdklab [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-02 13:58 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:56 dpdklab
2024-02-02 13:55 dpdklab
2024-02-02 13:54 dpdklab
2024-02-02 13:54 dpdklab
2024-02-02 13:53 dpdklab
2024-02-02 13:52 dpdklab
2024-02-02 13:51 dpdklab
2024-02-02 13:50 dpdklab
2024-02-02 13:50 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:49 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:48 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:47 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:46 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:43 dpdklab
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=65bcf327.050a0220.f4f11.3aa5SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=getelson@nvidia.com \
--cc=test-report@dpdk.org \
/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).