Re: [dpdk-dev] [PATCH v4 1/3] ip_frag: ensure minimum v4 fragmentation length

2020-04-17 Thread Lukasz Wojciechowski
W dniu 15.04.2020 o 19:25, Aaron Conole pisze: > Do a formal parameter check of mtu length, as well as > checking the the various inputs for validity. If any > aren't acceptable, we bail. > > Signed-off-by: Aaron Conole > --- > lib/librte_ip_frag/rte_ipv4_fragmentation.c | 9 + > 1 f

[dpdk-dev] [PATCH v4 1/3] ip_frag: ensure minimum v4 fragmentation length

2020-04-15 Thread Aaron Conole
Do a formal parameter check of mtu length, as well as checking the the various inputs for validity. If any aren't acceptable, we bail. Signed-off-by: Aaron Conole --- lib/librte_ip_frag/rte_ipv4_fragmentation.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/librte_ip_frag/rte_