ipfixprobe icon indicating copy to clipboard operation
ipfixprobe copied to clipboard

MTU cannot be set in DPDK input plugin

Open TheSableCZ opened this issue 2 years ago • 0 comments

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

TheSableCZ avatar Nov 28 '23 11:11 TheSableCZ