Make probe compatible with DPDK >= 21.11
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.