This patch set add the VxLAN & NVGRE checksum off-load support. Both RX and TX checksum off-load can be used for VxLAN & NVGRE. And the VxLAN port can be set, it's implemented in this patch set either.
Wenzhuo Lu (4): ixgbe: support UDP tunnel add/del ixgbe: support VxLAN & NVGRE RX checksum off-load ixgbe: support VxLAN & NVGRE TX checksum off-load doc: update release note for VxLAN & NVGRE checksum off-load support doc/guides/rel_notes/release_2_3.rst | 9 ++++ drivers/net/ixgbe/ixgbe_ethdev.c | 93 ++++++++++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_rxtx.c | 63 +++++++++++++++++++----- drivers/net/ixgbe/ixgbe_rxtx.h | 6 ++- lib/librte_mbuf/rte_mbuf.c | 1 + lib/librte_mbuf/rte_mbuf.h | 3 ++ 6 files changed, 163 insertions(+), 12 deletions(-) -- 1.9.3