[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-12 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 09:31:14AM -0800, Stephen Hemminger wrote: > On Wed, 11 Nov 2015 16:26:57 +0800 > Yuanhan Liu wrote: > > > On Wed, Nov 11, 2015 at 02:40:41PM +0800, Jijiang Liu wrote: > > > Add vhost TX offload(CSUM and TSO) support capabilities. > > > > Claiming first that we support so

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 02:40:41PM +0800, Jijiang Liu wrote: > Add vhost TX offload(CSUM and TSO) support capabilities. Claiming first that we support something, and then actually implementing in a later patch is wrong, as at this stage, we actually does not support that, hence, the functionality

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Jijiang Liu
Add vhost TX offload(CSUM and TSO) support capabilities. Signed-off-by: Jijiang Liu --- lib/librte_vhost/virtio-net.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.c index 14278de..81bd309 100644 --- a/li

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Stephen Hemminger
On Wed, 11 Nov 2015 16:26:57 +0800 Yuanhan Liu wrote: > On Wed, Nov 11, 2015 at 02:40:41PM +0800, Jijiang Liu wrote: > > Add vhost TX offload(CSUM and TSO) support capabilities. > > Claiming first that we support something, and then actually implementing > in a later patch is wrong, as at this s