[dpdk-dev] [PATCH v2 0/9] add vhost TX offload support

2015-10-30 Thread Jijiang Liu
Adds vhost TX offload support. The patch set add the negotiation between us-vhost and virtio-net for vhost TX offload(checksum and TSO), and add the TX offload support in the libs and change vhost sample and csum application to test these changes. v2 change: fill virtio device information

[dpdk-dev] [PATCH v2 0/9] add vhost TX offload support

2015-10-30 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jijiang Liu > Sent: Friday, October 30, 2015 9:00 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/9] add vhost TX offload support > > Adds vhost TX offload support. &