vmxnet3: support TSO
authorYong Wang <yongwang@vmware.com>
Wed, 13 Jan 2016 02:08:36 +0000 (18:08 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 18:05:46 +0000 (19:05 +0100)
commitc3ecdbb376da7226420fd6c9c40acf8b943539b8
tree345546f32ccbf6a5cd3e335298601bd8e730c534
parentf598fd063bb17eba9310ff48164014d09f40c759
vmxnet3: support TSO

This commit adds vmxnet3 TSO support.

Verified with test-pmd (set fwd csum) that both tso and
non-tso pkts can be successfully transmitted and all
segmentes for a tso pkt are correct on the receiver side.

Signed-off-by: Yong Wang <yongwang@vmware.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
doc/guides/rel_notes/release_16_04.rst
drivers/net/vmxnet3/vmxnet3_rxtx.c