On 11/11/2018 3:31 PM, Raslan Darawsheh wrote: > testpmd only sets the L4 len in case of TCP packets. > some PMD's like tap rely on mbuf meta data to calculate csum > > this will set the L4 len for UDP packets same as TCP > > Fixes: 160c3dc9 ("app/testpmd: introduce IP parsing functions in csum fwd > engine") > CC: sta...@dpdk.org > > Signed-off-by: Raslan Darawsheh <rasl...@mellanox.com> > Signed-off-by: Ophir Munk <ophi...@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Applied to dpdk-next-net/master, thanks.