[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Yuanhan Liu
Regarding to your patch title, there are two minor pits: - the prefix should be "vhost" but not "virtio/lib". - you should add an extra space after ":" On Wed, Nov 11, 2015 at 02:40:46PM +0800, Jijiang Liu wrote: > Enqueue guest offload(CSUM and TSO) handle. (ALL) Your patch lacks some

[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Jijiang Liu
Enqueue guest offload(CSUM and TSO) handle. Signed-off-by: Jijiang Liu --- lib/librte_vhost/vhost_rxtx.c | 45 +++- 1 files changed, 43 insertions(+), 2 deletions(-) diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c index

[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Thomas Monjalon
Yuanhan, You deserve a "review award"! Thanks a lot 2015-11-11 16:23, Yuanhan Liu: > Regarding to your patch title, there are two minor pits: > > - the prefix should be "vhost" but not "virtio/lib". > > - you should add an extra space after ":" > > On Wed, Nov 11, 2015 at 02:40:46PM +0800,