]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: add linker flag for DPDK Bond library
authorLukas Sismis <lsismis@oisf.net>
Thu, 25 May 2023 12:00:19 +0000 (14:00 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 5 Jun 2023 09:07:02 +0000 (11:07 +0200)
commitfee79ff3c4c7c4b63e816b6cccedf7b5be9a18c7
tree7ad544d99cc3de6e7ae581a3ea4560aafb0515a7
parentbb2760d2218d2098a0907abda0d693d3b6f1b8c0
dpdk: add linker flag for DPDK Bond library

Header checking (AC_CHECK_HEADER) did not work as
DPDK 19.11 included rte_eth_bond.h file even if net/bonding
driver was disabled. However, it was still not available in
ldconfig configuration. For this reason Bond PMD is checked with
ldconfig tool.
However when installing the DPDK library manually, the user needs to
update the entries in ldconfig to be able to find the Bond PMD.

Ticket: #6099
configure.ac