|FAILURE| pw160287 [PATCH] [v11] eal: RTE_PTR_ADD/SUB API improvemen

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Jan 27 16:25:52 CET 2026


Test-Label: iol-abi-testing
Test-Status: FAILURE
https://dpdk.org/patch/160287

_Testing issues_

Submitter: Scott Mitchell <scott.k.mitch1 at gmail.com>
Date: Saturday, January 24 2026 09:11:21 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:68fdc7c84912bc8981b907a757582a2352b6cae2

160287 --> testing issues

Upstream job id: Generic-DPDK-Compile-ABI#139546

Test environment and result as below:

+-------------------------------+----------+
|          Environment          | abi_test |
+===============================+==========+
| Ubuntu 22.04                  | FAIL     |
+-------------------------------+----------+
| openSUSE Leap 15.6            | FAIL     |
+-------------------------------+----------+
| CentOS Stream 10              | FAIL     |
+-------------------------------+----------+
| Red Hat Enterprise Linux 8.10 | FAIL     |
+-------------------------------+----------+
| Fedora Linux 42               | FAIL     |
+-------------------------------+----------+
| CentOS Stream 9               | FAIL     |
+-------------------------------+----------+
| Debian GNU/Linux 12           | FAIL     |
+-------------------------------+----------+
| Red Hat Enterprise Linux 9.7  | FAIL     |
+-------------------------------+----------+
| Fedora Linux 43               | FAIL     |
+-------------------------------+----------+
| Ubuntu 24.04                  | FAIL     |
+-------------------------------+----------+
| Red Hat Enterprise Linux 10.1 | FAIL     |
+-------------------------------+----------+

==== 20 line log output for Red Hat Enterprise Linux 10.1 (abi_test): ====
[586/3799] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[587/3799] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_ipsec.c.o
[588/3799] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev.c.o
[589/3799] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
FAILED: [code=1] drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ccache cc -Idrivers/libtmp_rte_crypto_cnxk.a.p -Idrivers -I../drivers -Idrivers/crypto/cnxk -I../drivers/crypto/cnxk -Ilib/net -I../lib/net -Idrivers/event/cnxk -I../drivers/event/cnxk -Ilib/cryptodev -I../lib/cryptodev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -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/argparse -I../lib/argparse -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/security -I../lib/security -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/
 hash -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O2 -g -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-vla -Wno-shadow -DLA_IPSEC_DEBUG -DCNXK_CRYPTODEV_DEBUG -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.cnxk -MD -MQ drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o -MF drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o.d -o drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o -c ../drivers/crypto/cnxk/cn10k_cryptode
 v_ops.c
In file included from ../lib/eal/include/dev_driver.h:8,
from ../lib/cryptodev/cryptodev_pmd.h:18,
from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:5:
../drivers/crypto/cnxk/cn10k_tls_ops.h: In function 'process_tls_write':
../lib/eal/include/rte_common.h:608:17: error: cast specifies array type
608 |                 (typeof(ptr))((char *)(ptr) + (x)); \
|                 ^
../drivers/common/cnxk/roc_platform.h:47:34: note: in expansion of macro 'RTE_PTR_ADD'
47 | #define PLT_PTR_ADD              RTE_PTR_ADD
|                                  ^~~~~~~~~~~
../drivers/crypto/cnxk/cn10k_tls_ops.h:44:31: note: in expansion of macro 'PLT_PTR_ADD'
44 |                 uint8_t *iv = PLT_PTR_ADD(write_sa->cipher_key, 32);
|                               ^~~~~~~~~~~
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)

Fedora Linux 42
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Red Hat Enterprise Linux 9.7
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Fedora Linux 43
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Red Hat Enterprise Linux 10.1
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35021/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/


More information about the test-report mailing list