Hi, > -----Original Message----- > From: Shaw, Jeffrey B > Sent: Wednesday, October 5, 2016 5:13 PM > To: dev at dpdk.org > Cc: Zhang, Helin <helin.zhang at intel.com>; Wu, Jingjing > <jingjing.wu at intel.com>; damarion at cisco.com; Zhang, Qi Z > <qi.z.zhang at intel.com>; Chen, Jing D <jing.d.chen at intel.com> > Subject: [PATCH v2 2/2] i40e: Enable bad checksum flags in i40e vPMD > > From: Damjan Marion <damarion at cisco.com> > > Decode the checksum flags from the rx descriptor, setting the appropriate bit > in the mbuf ol_flags field when the flag indicates a bad checksum. > > Signed-off-by: Damjan Marion <damarion at cisco.com> > Signed-off-by: Jeff Shaw <jeffrey.b.shaw at intel.com> Acked-by: Jing Chen <jing.d.chen at intel.com>
It seems this patch also fixed a vlan flag bug, should it explain a little bit?