Hi,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Shahaf Shuler > Sent: Tuesday, December 12, 2017 8:53 PM > To: Yigit, Ferruh <[email protected]>; Wu, Jingjing > <[email protected]> > Cc: [email protected]; [email protected]; [email protected] > Subject: [dpdk-dev] [PATCH v2 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]>

