Hi > -----Original Message----- > From: Zhihong Wang <wangzhihong....@bytedance.com> > Sent: Thursday, August 12, 2021 21:19 > To: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Li, Xiaoyun > <xiaoyun...@intel.com>; Singh, Aman Deep <aman.deep.si...@intel.com>; > irussk...@marvell.com; cchempara...@tilera.com > Cc: Zhihong Wang <wangzhihong....@bytedance.com> > Subject: [PATCH v4 2/4] app/testpmd: use rte_ipv4_cksum in flowgen > > Use the rte_ipv4_cksum API to replace local ip_sum implementation. > > Signed-off-by: Zhihong Wang <wangzhihong....@bytedance.com> > --- > app/test-pmd/flowgen.c | 25 +------------------------ > 1 file changed, 1 insertion(+), 24 deletions(-) >
Acked-by: Xiaoyun Li <xiaoyun...@intel.com>