Hi,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 26, 2017 5:44 PM > To: Wu, Jingjing <[email protected]>; Yigit, Ferruh > <[email protected]> > Cc: [email protected]; [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH v3 05/10] app/testpmd: fix flowgen forwarding ol > flags > > The mbuf ol_flags were taken directly from testpmd internal enumeration > leading to incorrect values. > > addressing only insertion offload flags as the checksum flags by the > application design are only with csum forwarding. > > Fixes: e9e23a617eb8 ("app/testpmd: add flowgen forwarding engine") > Cc: [email protected] > Cc: [email protected] > > Signed-off-by: Shahaf Shuler <[email protected]> Acked-by: Wenzhuo Lu <[email protected]>

