[dpdk-dev] [PATCH v3 0/4] i40e VXLAN TX checksum rework

2014-11-28 Thread Jijiang Liu
We have got some feedback about backward compatibility of VXLAN TX checksum offload API with 1G/10G NIC after the i40e VXLAN TX checksum codes were applied, so we have to rework the APIs on i40e, including the changes of mbuf, i40e PMD and csum engine. The main changes in mbuf are as follows, I

[dpdk-dev] [PATCH v3 0/4] i40e VXLAN TX checksum rework

2014-11-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu > Sent: Thursday, November 27, 2014 5:03 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/4] i40e VXLAN TX checksum rework > > We have got some feedback about back