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

2020-04-20 Thread Aaron Conole
"Ananyev, Konstantin" writes: > >> 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: Lukasz Wojciechowski >> Signed-off-by: Aaron Conole >> --- >> lib/librte_ip_frag/rte_ipv4_fragment

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

2020-04-20 Thread Ananyev, Konstantin
> 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: Lukasz Wojciechowski > Signed-off-by: Aaron Conole > --- > lib/librte_ip_frag/rte_ipv4_fragmentation.c | 9 + > 1 file changed,

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

2020-04-17 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: Lukasz Wojciechowski Signed-off-by: Aaron Conole --- lib/librte_ip_frag/rte_ipv4_fragmentation.c | 9 + 1 file changed, 9 insertions(+) diff