[dpdk-dev] [PATCH v3 2/3] i40e:support outer IPv4 checksum capability

2014-12-11 Thread Olivier MATZ
On 12/10/2014 02:03 AM, Jijiang Liu wrote: > The DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM flag is added in i40e capability set, > which means the i40e supports TX checksum offload of tunneling packet. > > Signed-off-by: Jijiang Liu > --- > lib/librte_pmd_i40e/i40e_ethdev.c |3 ++- > 1 files

[dpdk-dev] [PATCH v3 2/3] i40e:support outer IPv4 checksum capability

2014-12-10 Thread Jijiang Liu
The DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM flag is added in i40e capability set, which means the i40e supports TX checksum offload of tunneling packet. Signed-off-by: Jijiang Liu --- lib/librte_pmd_i40e/i40e_ethdev.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git