DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Xie, Huawei" <huawei.xie@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory
Date: Tue, 30 Sep 2014 02:07:04 +0000	[thread overview]
Message-ID: <C37D651A908B024F974696C65296B57B0F2AF246@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <18610886.dgDN8rLRaO@xps13>



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Tuesday, September 30, 2014 3:42 AM
> To: Xie, Huawei
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost
> example to vhost lib directory
> 
> Hi Huawei,
> 
> 2014-09-26 17:45, Huawei Xie:
> > "git mv examples/vhost lib/librte_vhost"
> > This is a purely src file move, without any modification.
> > Subsequent patch will transform those src files to a vhost library.
> >
> > Signed-off-by: Huawei Xie <huawei.xie@intel.com>
> > ---
> >  examples/vhost/Makefile                      |   60 -
> >  examples/vhost/eventfd_link/Makefile         |   39 -
> >  examples/vhost/eventfd_link/eventfd_link.c   |  205 --
> >  examples/vhost/eventfd_link/eventfd_link.h   |   79 -
> >  examples/vhost/libvirt/qemu-wrap.py          |  367 ---
> >  examples/vhost/main.c                        | 3725 --------------------------
> >  examples/vhost/main.h                        |   86 -
> >  examples/vhost/vhost-net-cdev.c              |  367 ---
> >  examples/vhost/vhost-net-cdev.h              |   83 -
> >  examples/vhost/virtio-net.c                  | 1165 --------
> >  examples/vhost/virtio-net.h                  |  161 --
> >  lib/librte_vhost/eventfd_link/Makefile       |   39 +
> >  lib/librte_vhost/eventfd_link/eventfd_link.c |  205 ++
> >  lib/librte_vhost/eventfd_link/eventfd_link.h |   79 +
> >  lib/librte_vhost/libvirt/qemu-wrap.py        |  367 +++
> >  lib/librte_vhost/main.c                      | 3725 ++++++++++++++++++++++++++
> >  lib/librte_vhost/main.h                      |   86 +
> >  lib/librte_vhost/vhost-net-cdev.c            |  367 +++
> >  lib/librte_vhost/vhost-net-cdev.h            |   83 +
> >  lib/librte_vhost/virtio-net.c                | 1165 ++++++++
> >  lib/librte_vhost/virtio-net.h                |  161 ++
> >  21 files changed, 6277 insertions(+), 6337 deletions(-)
> 
> In patch 2, you're using main.c to create vhost_rxtx.c.
> So it would be clearer to rename it in this patch 1.
> 
Rename it to vhost_rxtx.c?
> --
> Thomas

  reply	other threads:[~2014-09-30  2:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-26  9:45 [dpdk-dev] [PATCH v5 00/11] user space vhost library and vhost example Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory Huawei Xie
2014-09-29 19:41   ` Thomas Monjalon
2014-09-30  2:07     ` Xie, Huawei [this message]
2014-09-30  4:35       ` Thomas Monjalon
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 02/11] lib/librte_vhost: refactor vhost lib for subsequent transform Huawei Xie
2014-09-29 19:55   ` Thomas Monjalon
2014-09-29 20:00     ` Thomas Monjalon
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 03/11] lib/librte_vhost: vhost lib transform Huawei Xie
2014-09-29 19:51   ` Thomas Monjalon
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 04/11] lib/librte_vhost: merge vhost merge-able rx. merge vhost tx fix Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 05/11] lib/librte_vhost: merge Oliver's mbuf change Huawei Xie
2014-09-29 19:44   ` Thomas Monjalon
     [not found]     ` <C37D651A908B024F974696C65296B57B0F2AF2C0@SHSMSX101.ccr.corp.intel.com>
2014-09-30  3:41       ` Ouyang, Changchun
2014-09-30  4:46       ` Thomas Monjalon
2014-09-30  6:43         ` Xie, Huawei
2014-09-30  8:06           ` Thomas Monjalon
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 06/11] lib/librte_vhost: fixes serious coding style issues Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 07/11] lib/librte_vhost: add vhost support in DPDK makefile Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 08/11] examples/vhost: copy old vhost example src file Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 09/11] examples/vhost: vhost example based on vhost lib API Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 10/11] examples/vhost: merge oliver's mbuf changes to vhost example Huawei Xie
2014-09-26  9:45 ` [dpdk-dev] [PATCH v5 11/11] examples/vhost: add vhost example Makefile Huawei Xie

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=C37D651A908B024F974696C65296B57B0F2AF246@SHSMSX101.ccr.corp.intel.com \
    --to=huawei.xie@intel.com \
    --cc=dev@dpdk.org \
    --cc=thomas.monjalon@6wind.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).