Re: [dpdk-dev] ip_frag: handle MTU sizes not aligned to 8 bytes

2017-06-22 Thread Thomas Monjalon
> > The rte_ipv4_fragment_packet API expects that the link/interface MTU value > > passed in be divisible by 8 bytes. Given the name of the parameter is > > "mtu" rather than "frag_size" it is not necessarily the case that it will > > be divisible by 8. An MTU of 1500 happens to produce a max fra

Re: [dpdk-dev] ip_frag: handle MTU sizes not aligned to 8 bytes

2017-06-04 Thread Ananyev, Konstantin
> > The rte_ipv4_fragment_packet API expects that the link/interface MTU value > passed in be divisible by 8 bytes. Given the name of the parameter is > "mtu" rather than "frag_size" it is not necessarily the case that it will > be divisible by 8. An MTU of 1500 happens to produce a max fragme