|WARNING| pw135494 [PATCH] [v3] ethdev: fix getting supported ptypes

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Dec 22 11:17:40 CET 2023


Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/135494

_Testing issues_

Submitter: Sivaramakrishnan Venkat <venkatx.sivaramakrishnan at intel.com>
Date: Thursday, December 21 2023 18:40:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6ef07151aac4b4d9601d547f94a996d1c71b3871

135494 --> testing fail

Test environment and result as below:

+-----------------+----------+
|   Environment   | abi_test |
+=================+==========+
| Fedora 38       | FAIL     |
+-----------------+----------+
| CentOS Stream 9 | PASS     |
+-----------------+----------+
| RHEL8           | PASS     |
+-----------------+----------+
| Ubuntu 22.04    | PASS     |
+-----------------+----------+
| Debian Buster   | PASS     |
+-----------------+----------+

==== 20 line log output for Fedora 38 (abi_test): ====
[1636/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe at sta/net_ixgbe_ixgbe_vf_representor.c.o'.
[1637/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe at sta/net_ixgbe_rte_pmd_ixgbe.c.o'.
[1638/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe at sta/net_ixgbe_ixgbe_rxtx_vec_sse.c.o'.
[1639/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_ixgbe at sta/net_ixgbe_ixgbe_recycle_mbufs_vec_common.c.o'.
[1640/2970] Linking static target drivers/libtmp_rte_net_ixgbe.a.
[1641/2970] Generating rte_net_ixgbe.pmd.c with a custom command.
[1642/2970] Compiling C object 'drivers/a715181@@rte_net_ixgbe at sta/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1643/2970] Linking static target drivers/librte_net_ixgbe.a.
[1644/2970] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1645/2970] Compiling C object 'drivers/a715181@@rte_net_ixgbe at sha/meson-generated_.._rte_net_ixgbe.pmd.c.o'.
[1646/2970] Linking target drivers/librte_net_ixgbe.so.24.1.
[1647/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_mana at sta/net_mana_gdma.c.o'.
[1648/2970] Compiling C object 'drivers/a715181@@tmp_rte_net_mana at sta/net_mana_mana.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_mana at sta/net_mana_mana.c.o
clang -Idrivers/a715181@@tmp_rte_net_mana at sta -Idrivers -I../drivers -Idrivers/net/mana -I../drivers/net/mana -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/x86/include -I../lib/eal/x86/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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissin
 g-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mana -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_mana at sta/net_mana_mana.c.o' -MF 'drivers/a715181@@tmp_rte_net_mana at sta/net_mana_mana.c.o.d' -o 'drivers/a715181@@tmp_rte_net_mana at sta/net_mana_mana.c.o' -c ../drivers/net/mana/mana.c
../drivers/net/mana/mana.c:803:30: error: incompatible function pointer types initializing 'eth_dev_supported_ptypes_get_t' (aka 'const unsigned int *(*)(struct rte_eth_dev *, unsigned int *)') with an expression of type 'const uint32_t *(struct rte_eth_dev *)' (aka 'const unsigned int *(struct rte_eth_dev *)') [-Wincompatible-function-pointer-types]
.dev_supported_ptypes_get = mana_supported_ptypes,
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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