[dpdk-dev] [PATCH v2 0/4] vhost vlan tag and TSO fixes/cleanups

2016-03-25 Thread Thomas Monjalon
2016-03-25 15:58, Yuanhan Liu: > v2: - we can't remove the left part of TSO settings to lib vhost, which > hurts VM2VM performance badly. > > Ksiadz reported that TSO won't work for OVS with NIC, even with those > similar changes from the commit 9fd72e3cbd29 ("examples/vhost: add > virtio of

[dpdk-dev] [PATCH v2 0/4] vhost vlan tag and TSO fixes/cleanups

2016-03-25 Thread Yuanhan Liu
v2: - we can't remove the left part of TSO settings to lib vhost, which hurts VM2VM performance badly. Ksiadz reported that TSO won't work for OVS with NIC, even with those similar changes from the commit 9fd72e3cbd29 ("examples/vhost: add virtio offload"). This gives me another chance to l