Re: [dpdk-dev] [PATCH v6 0/3] ip_frag: add a unit test for fragmentation

2020-04-25 Thread Thomas Monjalon
> Aaron Conole (3): > ip_frag: ensure minimum v4 fragmentation length > ip_frag: ensure minimum v6 fragmentation length > ipfrag: add unit test case Applied, thanks

[dpdk-dev] [PATCH v6 0/3] ip_frag: add a unit test for fragmentation

2020-04-20 Thread Aaron Conole
This adds a simple unit test for the ip fragmentation library and covers fragmenting ipv4 and ipv6. Additionally, some fixes are introduced, which are really just sanity rather than real issues in the field. v5->v6: - Coding style fixes - Use named defines instead of bare MTU decimal values. v4-