CESNET / ipfixprobe

IPFIX flow exporter with DPDK support capable of bi-directional flows, per-packet-information statistics, and extensibility via processing plugins (e.g., for application layer parsers).
https://cesnet.github.io/ipfixprobe/
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

MTU cannot be set in DPDK input plugin #197

Closed TheSableCZ closed 5 months ago

TheSableCZ commented 12 months ago

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