mirror of https://github.com/OISF/suricata
dpdk: supress a warning of the bond function
DPDK Bonding API has been changed in DPDK version 23.11 where the old *slave* API was marked as deprecated and the new *member* API was marked as experimental. This was unfortunately executed by marking both API variants at the same time. The deprecated version is removed from the follow up versions while the experimental version will become stable in the next DPDK releases. This is based on a policy in DPDK where an API change needs to merged in main for 1 stable release before removing the experimental flag. In DPDK 24.11 this has been fixed and warning supression is not added. Ticket: 7009pull/13959/head
parent
8f63094744
commit
27383f878d
Loading…
Reference in New Issue