Re: [dpdk-dev] [PATCH v6] ip_frag: remove padding length of fragment

2020-12-18 Thread Ananyev, Konstantin
> > In some situations, we would get several ip fragments, which total > data length is less than min_ip_len(64) and padding with zeros. > We simulated intermediate fragments by modifying the MTU. > To illustrate the problem, we simplify the packet format and > ignore the impact of the packet h

[dpdk-dev] [PATCH v6] ip_frag: remove padding length of fragment

2020-12-16 Thread Yicai Lu
In some situations, we would get several ip fragments, which total data length is less than min_ip_len(64) and padding with zeros. We simulated intermediate fragments by modifying the MTU. To illustrate the problem, we simplify the packet format and ignore the impact of the packet header.In namespa