[dpdk-dev] [PATCH v3 1/3] librte_ether:add outer IP offload capability flag

2014-12-11 Thread Olivier MATZ
On 12/10/2014 02:03 AM, Jijiang Liu wrote: > If the flag is set in a PMD, which means the NIC(s) support TX checksum > offload of tunneling packet. > > Signed-off-by: Jijiang Liu > --- > lib/librte_ether/rte_ethdev.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a

[dpdk-dev] [PATCH v3 1/3] librte_ether:add outer IP offload capability flag

2014-12-10 Thread Jijiang Liu
If the flag is set in a PMD, which means the NIC(s) support TX checksum offload of tunneling packet. Signed-off-by: Jijiang Liu --- lib/librte_ether/rte_ethdev.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.