DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Liu, Jijiang" <jijiang.liu@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, "Liu, Yuanhan" <yuanhan.liu@intel.com>
Subject: Re: [dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost
Date: Fri, 18 Dec 2015 01:19:25 +0000	[thread overview]
Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC22BF1A37@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <82F45D86ADE5454A95A89742C8D1410E0317BC80@shsmsx102.ccr.corp.intel.com>

Hi Thomas,

Any comments on this patch set?

This patch set have been fully reviewed and tested, but it has not applied in DPDK2.2.

Let me know if you still have some concerns, if not, I will rebased it and send a version.

--Jijiang 

> -----Original Message-----
> From: Xu, Qian Q
> Sent: Friday, November 13, 2015 3:36 PM
> To: Liu, Jijiang; dev@dpdk.org
> Cc: Xu, Qian Q
> Subject: RE: [dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost
> 
> Tested-by: Qian Xu <qian.q.xu@intel.com>
> 
> 
> Thanks
> Qian
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jijiang Liu
> Sent: Thursday, November 12, 2015 8:07 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost
> 
> 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.
> 
> v5 changes:
>   Add more clear descriptions to explain these changes.
>   reset the 'virtio_net_hdr' value in the virtio_enqueue_offload() function.
>   reorganize patches.
> 
> 
> v4 change:
>   remove virtio-net change, only keep vhost changes.
>   add guest TX offload capabilities to support VM to VM case.
>   split the cleanup code as a separate patch.
> 
> v3 change:
>   rebase latest codes.
> 
> v2 change:
>   fill virtio device information for TX offloads.
> 
> *** BLURB HERE ***
> 
> Jijiang Liu (4):
>   add vhost offload capabilities
>   remove ipv4_hdr structure from vhost sample.
>   add guest offload setting ln the vhost lib.
>   change vhost application to test checksum and TSO for VM to NIC case
> 
>  examples/vhost/main.c         |  120 ++++++++++++++++++++++++++++-----
>  lib/librte_vhost/vhost_rxtx.c |  150
> ++++++++++++++++++++++++++++++++++++++++-
>  lib/librte_vhost/virtio-net.c |    9 ++-
>  3 files changed, 259 insertions(+), 20 deletions(-)
> 
> --
> 1.7.7.6

      reply	other threads:[~2015-12-18  1:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-12 12:07 Jijiang Liu
2015-11-12 12:07 ` [dpdk-dev] [PATCH v5 1/4] vhost/lib: add vhost TX offload capabilities in vhost lib Jijiang Liu
2015-11-13  7:01   ` Yuanhan Liu
2015-11-16  7:56     ` Liu, Jijiang
2015-11-12 12:07 ` [dpdk-dev] [PATCH v5 2/4] vhost/lib: add guest offload setting Jijiang Liu
2015-11-12 12:07 ` [dpdk-dev] [PATCH v5 3/4] sample/vhost: remove the ipv4_hdr structure defination Jijiang Liu
2015-11-12 12:07 ` [dpdk-dev] [PATCH v5 4/4] example/vhost: add virtio offload test in vhost sample Jijiang Liu
2015-11-13  6:43 ` [dpdk-dev] [PATCH v5 0/4] add virtio offload support in us-vhost Yuanhan Liu
2015-11-13  7:35 ` Xu, Qian Q
2015-12-18  1:19   ` Liu, Jijiang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ED644BD7E0A5F4091CF203DAFB8E4CC22BF1A37@SHSMSX101.ccr.corp.intel.com \
    --to=jijiang.liu@intel.com \
    --cc=dev@dpdk.org \
    --cc=thomas.monjalon@6wind.com \
    --cc=yuanhan.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).