All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: "Xin, Xiaohui" <xiaohui.xin@intel.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"mst@redhat.com" <mst@redhat.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"virtualization@lists.linux-foundation.org"
	<virtualization@lists.linux-foundation.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"hpa@zytor.com" <hpa@zytor.com>, "mingo@elte.hu" <mingo@elte.hu>,
	"akpm@linux-foundation.org" <akpm@linux-foundation.org>
Subject: Re: [PATCHv5 3/3] vhost_net: a kernel-level virtio server
Date: Mon, 31 Aug 2009 17:23:33 +0200	[thread overview]
Message-ID: <200908311723.34067.arnd__27522.51500865$1251732477$gmane$org@arndb.de> (raw)
In-Reply-To: <C85CEDA13AB1CF4D9D597824A86D2B9006AEB944B8@PDSMSX501.ccr.corp.intel.com>

On Monday 31 August 2009, Xin, Xiaohui wrote:
> 
> Hi, Michael
> That's a great job. We are now working on support VMDq on KVM, and since the VMDq hardware presents L2 sorting
> based on MAC addresses and VLAN tags, our target is to implement a zero copy solution using VMDq.

I'm also interested in helping there, please include me in the discussions.

> We stared
> from the virtio-net architecture. What we want to proposal is to use AIO combined with direct I/O:
> 1) Modify virtio-net Backend service in Qemu to submit aio requests composed from virtqueue.

right, that sounds useful.

> 2) Modify TUN/TAP device to support aio operations and the user space buffer directly mapping into the host kernel.
> 3) Let a TUN/TAP device binds to single rx/tx queue from the NIC.

I don't think we should do that with the tun/tap driver. By design, tun/tap is a way to interact with the
networking stack as if coming from a device. The only way this connects to an external adapter is through
a bridge or through IP routing, which means that it does not correspond to a specific NIC.

I have worked on a driver I called 'macvtap' in lack of a better name, to add a new tap frontend to
the 'macvlan' driver. Since macvlan lets you add slaves to a single NIC device, this gives you a direct
connection between one or multiple tap devices to an external NIC, which works a lot better than when
you have a bridge inbetween. There is also work underway to add a bridging capability to macvlan, so
you can communicate directly between guests like you can do with a bridge.

Michael's vhost_net can plug into the same macvlan infrastructure, so the work is complementary.

> 4) Modify the net_dev and skb structure to permit allocated skb to use user space directly mapped payload
> buffer address rather then kernel allocated.

yes.

> As zero copy is also your goal, we are interested in what's in your mind, and would like to collaborate with you if possible.
> BTW, we will send our VMDq write-up very soon.

Ok, cool.

	Arnd <><

  parent reply	other threads:[~2009-08-31 15:23 UTC|newest]

Thread overview: 221+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E88DD564E9DC5446A76B2B47C3BCCA150219600F9B@pdsmsx503.ccr.corp.intel.com>
2009-08-31 11:42 ` [PATCHv5 3/3] vhost_net: a kernel-level virtio server Xin, Xiaohui
2009-08-31 11:42   ` Xin, Xiaohui
2009-08-31 11:42   ` Xin, Xiaohui
2009-08-31 15:23   ` Arnd Bergmann
2009-08-31 15:23     ` Arnd Bergmann
2009-09-01 14:58     ` Xin, Xiaohui
2009-09-01 14:58       ` Xin, Xiaohui
2009-09-01 14:58     ` Xin, Xiaohui
2009-08-31 15:23   ` Arnd Bergmann [this message]
2009-08-31 17:52   ` Avi Kivity
2009-08-31 17:52     ` Avi Kivity
2009-08-31 21:56     ` Anthony Liguori
2009-08-31 21:56     ` Anthony Liguori
2009-08-31 21:56       ` Anthony Liguori
2009-09-01 15:37       ` Xin, Xiaohui
2009-09-01 15:37       ` Xin, Xiaohui
2009-09-01 15:37         ` Xin, Xiaohui
2009-09-01  5:04     ` Xin, Xiaohui
2009-09-01  5:04       ` Xin, Xiaohui
2009-09-01  5:04     ` Xin, Xiaohui
2009-08-31 17:52   ` Avi Kivity
2009-08-31 11:42 ` Xin, Xiaohui
2009-08-31 11:42 ` Xin, Xiaohui
     [not found] <cover.1251388414.git.mst@redhat.com>
2009-08-27 16:07 ` Michael S. Tsirkin
2009-08-27 16:07   ` Michael S. Tsirkin
2009-08-27 16:07   ` Michael S. Tsirkin
2009-09-03 18:39   ` Ira W. Snyder
2009-09-03 18:39   ` Ira W. Snyder
2009-09-03 18:39     ` Ira W. Snyder
2009-09-07 10:15     ` Michael S. Tsirkin
2009-09-07 10:15     ` Michael S. Tsirkin
2009-09-07 10:15       ` Michael S. Tsirkin
2009-09-08 17:20       ` Ira W. Snyder
2009-09-08 17:20         ` Ira W. Snyder
2009-09-08 20:14         ` Michael S. Tsirkin
2009-09-08 20:14         ` Michael S. Tsirkin
2009-09-08 20:14           ` Michael S. Tsirkin
2009-09-11 15:17           ` Xin, Xiaohui
2009-09-11 15:17             ` Xin, Xiaohui
2009-09-13  5:46             ` Michael S. Tsirkin
2009-09-13  5:46               ` Michael S. Tsirkin
2009-09-14  5:57               ` Xin, Xiaohui
2009-09-14  5:57               ` Xin, Xiaohui
2009-09-14  5:57                 ` Xin, Xiaohui
2009-09-14  5:57                 ` Xin, Xiaohui
2009-09-14  7:05                 ` Michael S. Tsirkin
2009-09-14  7:05                 ` Michael S. Tsirkin
2009-09-14  7:05                   ` Michael S. Tsirkin
2009-09-13  5:46             ` Michael S. Tsirkin
2009-09-11 15:17           ` Xin, Xiaohui
2009-09-11 16:00         ` Gregory Haskins
2009-09-11 16:14           ` Gregory Haskins
2009-09-11 16:14           ` Gregory Haskins
2009-09-13 12:01           ` Michael S. Tsirkin
2009-09-13 12:01           ` Michael S. Tsirkin
2009-09-13 12:01             ` Michael S. Tsirkin
2009-09-14 16:08             ` Gregory Haskins
2009-09-14 16:47               ` Michael S. Tsirkin
2009-09-14 16:47               ` Michael S. Tsirkin
2009-09-14 16:47                 ` Michael S. Tsirkin
2009-09-14 19:14                 ` Gregory Haskins
2009-09-15 12:35                   ` Avi Kivity
2009-09-15 12:35                   ` Avi Kivity
2009-09-15 12:35                     ` Avi Kivity
2009-09-15 13:03                     ` Gregory Haskins
2009-09-15 13:03                     ` Gregory Haskins
2009-09-15 13:25                       ` Avi Kivity
2009-09-15 13:25                         ` Avi Kivity
2009-09-15 13:50                         ` Gregory Haskins
2009-09-15 13:50                         ` Gregory Haskins
2009-09-15 14:28                           ` Michael S. Tsirkin
2009-09-15 14:28                           ` Michael S. Tsirkin
2009-09-15 14:28                             ` Michael S. Tsirkin
2009-09-15 15:03                           ` Avi Kivity
2009-09-15 15:03                           ` Avi Kivity
2009-09-15 15:03                             ` Avi Kivity
2009-09-15 20:08                             ` Gregory Haskins
2009-09-15 20:08                             ` Gregory Haskins
2009-09-15 20:40                               ` Michael S. Tsirkin
2009-09-15 20:40                                 ` Michael S. Tsirkin
2009-09-15 20:43                                 ` Gregory Haskins
2009-09-15 20:43                                 ` Gregory Haskins
2009-09-15 21:25                                   ` Michael S. Tsirkin
2009-09-15 21:25                                     ` Michael S. Tsirkin
2009-09-15 21:39                                     ` Gregory Haskins
2009-09-15 21:39                                     ` Gregory Haskins
2009-09-15 21:38                                       ` Michael S. Tsirkin
2009-09-15 21:38                                         ` Michael S. Tsirkin
2009-09-15 21:55                                         ` Gregory Haskins
2009-09-15 21:55                                         ` Gregory Haskins
2009-09-15 21:38                                       ` Michael S. Tsirkin
2009-09-16 14:57                                     ` Arnd Bergmann
2009-09-16 14:57                                       ` Arnd Bergmann
2009-09-16 15:13                                       ` Michael S. Tsirkin
2009-09-16 15:13                                       ` Michael S. Tsirkin
2009-09-16 15:13                                         ` Michael S. Tsirkin
2009-09-16 15:22                                         ` Arnd Bergmann
2009-09-16 15:22                                         ` Arnd Bergmann
2009-09-16 15:22                                           ` Arnd Bergmann
2009-09-16 16:08                                           ` Michael S. Tsirkin
2009-09-16 16:08                                           ` Michael S. Tsirkin
2009-09-16 16:08                                             ` Michael S. Tsirkin
2009-09-16 14:57                                     ` Arnd Bergmann
2009-09-15 21:25                                   ` Michael S. Tsirkin
2009-09-15 20:40                               ` Michael S. Tsirkin
2009-09-16  8:23                               ` Avi Kivity
2009-09-16  8:23                                 ` Avi Kivity
2009-09-16 11:44                                 ` Gregory Haskins
2009-09-16 13:05                                   ` Avi Kivity
2009-09-16 13:05                                     ` Avi Kivity
2009-09-16 14:10                                     ` Gregory Haskins
2009-09-16 15:59                                       ` Avi Kivity
2009-09-16 15:59                                       ` Avi Kivity
2009-09-16 15:59                                         ` Avi Kivity
2009-09-16 19:22                                         ` Gregory Haskins
2009-09-16 21:00                                           ` Avi Kivity
2009-09-16 21:00                                           ` Avi Kivity
2009-09-16 21:00                                             ` Avi Kivity
2009-09-17  3:11                                             ` Gregory Haskins
2009-09-17  7:49                                               ` Avi Kivity
2009-09-17  7:49                                                 ` Avi Kivity
2009-09-17  7:49                                               ` Avi Kivity
2009-09-17 14:16                                               ` Javier Guerra
2009-09-17 14:16                                               ` Javier Guerra
2009-09-17 14:16                                                 ` Javier Guerra
2009-09-21 21:43                                               ` Ira W. Snyder
2009-09-21 21:43                                               ` Ira W. Snyder
2009-09-21 21:43                                                 ` Ira W. Snyder
2009-09-22  9:43                                                 ` Avi Kivity
2009-09-22  9:43                                                 ` Avi Kivity
2009-09-22  9:43                                                   ` Avi Kivity
2009-09-22 15:25                                                   ` Ira W. Snyder
2009-09-22 15:25                                                     ` Ira W. Snyder
2009-09-22 15:56                                                     ` Avi Kivity
2009-09-22 15:56                                                       ` Avi Kivity
2009-09-22 15:56                                                     ` Avi Kivity
2009-09-22 15:25                                                   ` Ira W. Snyder
2009-09-23 14:26                                                   ` Gregory Haskins
2009-09-23 14:37                                                     ` Avi Kivity
2009-09-23 14:37                                                       ` Avi Kivity
2009-09-23 15:10                                                       ` Gregory Haskins
2009-09-23 17:58                                                         ` Gregory Haskins
2009-09-23 17:58                                                         ` Gregory Haskins
2009-09-23 19:37                                                           ` Avi Kivity
2009-09-23 19:37                                                           ` Avi Kivity
2009-09-23 19:37                                                             ` Avi Kivity
2009-09-23 21:15                                                             ` Gregory Haskins
2009-09-23 21:15                                                             ` Gregory Haskins
2009-09-24  7:18                                                               ` Avi Kivity
2009-09-24  7:18                                                                 ` Avi Kivity
2009-09-24 18:03                                                                 ` Gregory Haskins
2009-09-24 18:03                                                                 ` Gregory Haskins
2009-09-25  8:22                                                                   ` Avi Kivity
2009-09-25  8:22                                                                     ` Avi Kivity
2009-09-25 21:32                                                                     ` Gregory Haskins
2009-09-27  9:43                                                                       ` Avi Kivity
2009-09-27  9:43                                                                       ` Avi Kivity
2009-09-27  9:43                                                                         ` Avi Kivity
2009-09-30 20:04                                                                         ` Gregory Haskins
2009-10-01  8:34                                                                           ` Avi Kivity
2009-10-01  8:34                                                                           ` Avi Kivity
2009-10-01  8:34                                                                             ` Avi Kivity
2009-10-01  8:34                                                                             ` Avi Kivity
2009-10-01  9:28                                                                             ` Michael S. Tsirkin
2009-10-01  9:28                                                                               ` Michael S. Tsirkin
2009-10-01  9:28                                                                             ` Michael S. Tsirkin
2009-10-01 19:24                                                                             ` Gregory Haskins
2009-10-03 10:00                                                                               ` Avi Kivity
2009-10-03 10:00                                                                                 ` Avi Kivity
2009-10-03 10:00                                                                               ` Avi Kivity
2009-10-01 19:24                                                                             ` Gregory Haskins
2009-09-30 20:04                                                                         ` Gregory Haskins
2009-09-25 21:32                                                                     ` Gregory Haskins
2009-09-25  8:22                                                                   ` Avi Kivity
2009-09-24 19:27                                                                 ` Ira W. Snyder
2009-09-24 19:27                                                                 ` Ira W. Snyder
2009-09-24 19:27                                                                   ` Ira W. Snyder
2009-09-25  7:43                                                                   ` Avi Kivity
2009-09-25  7:43                                                                   ` Avi Kivity
2009-09-25  7:43                                                                     ` Avi Kivity
2009-09-24  7:18                                                               ` Avi Kivity
2009-09-24  8:03                                                             ` Avi Kivity
2009-09-24  8:03                                                             ` Avi Kivity
2009-09-24  8:03                                                               ` Avi Kivity
2009-09-24 18:04                                                               ` Gregory Haskins
2009-09-24 18:04                                                               ` Gregory Haskins
2009-09-23 15:10                                                       ` Gregory Haskins
2009-09-23 14:37                                                     ` Avi Kivity
2009-09-23 14:26                                                   ` Gregory Haskins
2009-09-17  3:11                                             ` Gregory Haskins
2009-09-16 19:22                                         ` Gregory Haskins
2009-09-17  3:57                                       ` Michael S. Tsirkin
2009-09-17  3:57                                       ` Michael S. Tsirkin
2009-09-17  3:57                                         ` Michael S. Tsirkin
2009-09-17  4:13                                         ` Gregory Haskins
2009-09-17  4:13                                         ` Gregory Haskins
2009-09-16 14:10                                     ` Gregory Haskins
2009-09-16 14:10                                     ` Gregory Haskins
2009-09-16 13:05                                   ` Avi Kivity
2009-09-16 11:44                                 ` Gregory Haskins
2009-09-16  8:23                               ` Avi Kivity
2009-09-15 13:25                       ` Avi Kivity
2009-09-14 19:14                 ` Gregory Haskins
2009-09-15 12:32                 ` Avi Kivity
2009-09-15 12:32                 ` Avi Kivity
2009-09-15 12:32                   ` Avi Kivity
2009-09-14 16:53               ` Michael S. Tsirkin
2009-09-14 16:53               ` Michael S. Tsirkin
2009-09-14 16:53                 ` Michael S. Tsirkin
2009-09-14 19:28                 ` Gregory Haskins
2009-09-14 19:28                 ` Gregory Haskins
2009-09-14 16:08             ` Gregory Haskins
2009-09-11 16:00         ` Gregory Haskins
2009-09-08 17:20       ` Ira W. Snyder
2009-09-25 17:01   ` Ira W. Snyder
2009-09-25 17:01   ` Ira W. Snyder
2009-09-25 17:01     ` Ira W. Snyder
2009-09-27  7:43     ` Michael S. Tsirkin
2009-09-27  7:43     ` Michael S. Tsirkin
2009-09-27  7:43       ` Michael S. Tsirkin
2009-08-27 16:07 ` Michael S. Tsirkin

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='200908311723.34067.arnd__27522.51500865$1251732477$gmane$org@arndb.de' \
    --to=arnd@arndb.de \
    --cc=akpm@linux-foundation.org \
    --cc=hpa@zytor.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mingo@elte.hu \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xiaohui.xin@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.