ipfixprobe
ipfixprobe copied to clipboard
MTU cannot be set in DPDK input plugin
MTU is always set to RTE_ETHER_MAX_LEN = 1518. There should be a command line parameter to change this value.
https://github.com/CESNET/ipfixprobe/blob/master/input/dpdk/dpdkDevice.cpp#L140C45-L140C62