Skip to content

Make probe compatible with DPDK >= 21.11

Pavel Doležal requested to merge dpdk_21.11 into devel

DPDK 21.11 contains some breaking API changes that don't work with probe's previous code. Mainly replacing master/slave terminology in function names with main/worker and changing some items in structures that configure ethernet devices. This merge request updates probe's code to be compatible with DPDK 21.11 and newer.

Merge request reports