[dpdk-dev] [PATCH v6 0/4] add virtio offload support in us-vhost

2016-02-04 Thread Yuanhan Liu
Hi Thomas, Do you have comments on this patch set? The former version has actually got my ACK. If no objections, I will (or ask Jijiang to) make a rebase and fix the commit log and send another version out. --yliu On Mon, Dec 21, 2015 at 01:21:16PM +0800, Jijiang Liu wrote: > Adds virti

[dpdk-dev] [PATCH v6 0/4] add virtio offload support in us-vhost

2016-02-04 Thread Thomas Monjalon
2016-02-04 17:08, Yuanhan Liu: > Hi Thomas, > > Do you have comments on this patch set? The former version has actually > got my ACK. If no objections, I will (or ask Jijiang to) make a rebase > and fix the commit log and send another version out. No comment, thanks

[dpdk-dev] [PATCH v6 0/4] add virtio offload support in us-vhost

2015-12-21 Thread Jijiang Liu
Adds virtio offload support in us-vhost. The patch set adds the feature negotiation of checksum and TSO between us-vhost and vanilla Linux virtio guest, and add these offload features support in the vhost lib, and change vhost sample to test them. In short, this patch set supports the following