Hi Olivier, Could you please help to review this patch? Many thanks.
Best Regards Zhichao > -----Original Message----- > From: Zeng, ZhichaoX <zhichaox.z...@intel.com> > Sent: Thursday, April 13, 2023 1:34 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Xu, Ke1 <ke1...@intel.com>; Zeng, > ZhichaoX <zhichaox.z...@intel.com>; Matz, Olivier > <olivier.m...@6wind.com> > Subject: [PATCH 1/4] net: calculate correct UDP pseudo header for UFO > > This commit calculates the correct pseudo header for the UDP fragmentation > offload by adding UDP_SEG flag. > > Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com> > --- > lib/net/rte_ip.h | 4 ++-- > lib/net/rte_net.h | 5 +++-- > 2 files changed, 5 insertions(+), 4 deletions(-) >