RH 8
Suricata git master branch 7.0.2-dev
dpdk DPDK 23.11.0-rc0
CC util-dpdk-ixgbe.o
CC util-dpdk-bonding.o
util-dpdk-bonding.c: In function ‘BondingMemberDevicesGet’:
util-dpdk-bonding.c:57:19: error: implicit declaration of function ‘rte_eth_bond_slaves_get’; did you mean ‘rte_eth_bond_members_get’? [-Werror=implicit-function-declaration]
int32_t len = rte_eth_bond_slaves_get(bond_pid, bonded_devs, bonded_devs_length);
^~~~~~~~~~~~~~~~~~~~~~~
rte_eth_bond_members_get
cc1: some warnings being treated as errors
make[2]: *** [Makefile:3482: util-dpdk-bonding.o] Error 1
make[2]: Leaving directory ‘/data/software/suricata/suricata/src’
make[1]: *** [Makefile:2681: all] Error 2
make[1]: Leaving directory ‘/data/software/suricata/suricata/src’
make: *** [Makefile:490: all-recursive] Error 1