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 v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch.
Date: Fri, 29 Aug 2014 02:05:51 +0000 [thread overview]
Message-ID: <C37D651A908B024F974696C65296B57B0F280169@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <2341626.4ghOyc4mVt@xps13>
> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Friday, August 29, 2014 4:16 AM
> To: Xie, Huawei
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to
> facilitate integration with DPDK accelerated vswitch.
>
> > config/common_linuxapp | 7 +
> > lib/Makefile | 1 +
> > lib/librte_vhost/Makefile | 48 ++
> > lib/librte_vhost/eventfd_link/Makefile | 39 +
> > lib/librte_vhost/eventfd_link/eventfd_link.c | 194 +++++
> > lib/librte_vhost/eventfd_link/eventfd_link.h | 40 +
> > lib/librte_vhost/rte_virtio_net.h | 192 +++++
> > lib/librte_vhost/vhost-net-cdev.c | 363 ++++++++++
> > lib/librte_vhost/vhost-net-cdev.h | 109 +++
> > lib/librte_vhost/vhost_rxtx.c | 292 ++++++++
> > lib/librte_vhost/virtio-net.c | 1002 ++++++++++++++++++++++++++
>
> It would help if you made a first patch to move existing code,
> another patch to convert it into a lib, and a last one for
> the new example.
> So it would show how you transform the old example code and
> would be easier to review.
>
> Thanks
> --
> Thomas
My original order is first patch to add a new lib but not turned on,
another patch to remove the old example, and the third patch to
add the new example.
I am preparing new patch sets, merging the mergable feature, will
follow the suggested order.
-huawei
next prev parent reply other threads:[~2014-08-29 2:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 15:53 [dpdk-dev] [PATCH v3] lib/librte_vhost: user space vhost driver library Huawei Xie
2014-08-05 15:53 ` [dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch Huawei Xie
2014-08-05 15:56 ` Xie, Huawei
2014-08-28 20:15 ` Thomas Monjalon
2014-08-29 2:05 ` Xie, Huawei [this message]
2014-08-06 3:09 ` [dpdk-dev] [PATCH v3] lib/librte_vhost: user space vhost driver library Fu, JingguoX
2014-08-07 14:22 ` Cao, Waterman
2014-08-20 2:18 [dpdk-dev] [PATCH v3] lib/librte_vhost: vhost library support to facilitate integration with DPDK accelerated vswitch loy wolfe
2014-08-20 3:08 ` Xie, Huawei
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=C37D651A908B024F974696C65296B57B0F280169@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).