From: John Lo Date: Mon, 18 Sep 2017 04:20:05 +0000 (-0400) Subject: Implement VXLAN encap tx checksum offload X-Git-Tag: v17.10-rc1~57 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f4215a65cb5858b276b0b096273270e7c017209d;hp=f4215a65cb5858b276b0b096273270e7c017209d;p=vpp.git Implement VXLAN encap tx checksum offload Checksum offload is implemented in VXLAN encap over both IPv4 and IPv6. It is enabled, however, only for VXLAN over IPv6 because UDP checksum is needed only for IPv6 and optional for IPv4. Change-Id: Ib879f4f6da7346ba5e079d321c1dfd630f5058b8 Signed-off-by: John Lo ---