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

2020-04-21 Thread Lukasz Wojciechowski
W dniu 20.04.2020 o 21: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. > > Acked-by: Konstantin Ananyev > Acked-by: Lukasz Wojciechowski > Signed-off-by: Aaron Conole > --- >

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

2020-04-20 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. Acked-by: Konstantin Ananyev Acked-by: Lukasz Wojciechowski Signed-off-by: Aaron Conole --- lib/librte_ip_frag/rte_ipv4_fragmentation.c | 10 ++ 1 fil