public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <levinsasha928@gmail.com>
To: Avi Kivity <avi@redhat.com>
Cc: kvm@vger.kernel.org, Ingo Molnar <mingo@elte.hu>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Pekka Enberg <penberg@kernel.org>
Subject: Re: [PATCH] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_PIPE
Date: Mon, 04 Jul 2011 17:38:27 +0300	[thread overview]
Message-ID: <1309790307.4117.25.camel@sasha> (raw)
In-Reply-To: <4E1195A1.10103@redhat.com>

On Mon, 2011-07-04 at 13:27 +0300, Avi Kivity wrote:
> On 07/03/2011 08:44 PM, Sasha Levin wrote:
> > On Sun, 2011-07-03 at 20:16 +0300, Avi Kivity wrote:
> > >  On 07/03/2011 08:04 PM, Sasha Levin wrote:
> > >  >
> > >  >  -	eventfd_signal(p->eventfd, 1);
> > >  >  +	if (p->pipe)
> > >  >  +		kernel_write(p->pipe, val, len, 0);
> > >
> > >  You're writing potentially variable length data.
> > >
> > >  We need a protocol containing address, data, length, and supporting read
> > >  accesses as well.
> > >
> >
> > This can't be variable length.
> >
> > The user defines an ioeventfd as an address+length (with length being up
> > to 8 bytes). The only time an ioeventfd is signaled is when the write to
> > the guest memory is exactly at the specified address with exactly the
> > specified length.
> >
> 
> It can be variable length if multiple ioeventfds reference the same pipe.
> 
> > ioeventfds can be extended to handle more than 8 bytes, variable address
> > offset and reads now that pipe support is added, but I'd rather do it in
> > follow-up patches once basic pipe support is in.
> 
> In general incremental development is great, but I don't want to 
> fragment the ABI.  I'd like to be able to forward an entire PCI BAR over 
> a pipe.  That means sending the address/data/length tuple, and both read 
> and write support.

Would this mean that for sockets we want to remove the 8 byte limit?

What about eventfds? We can remove the limit there and assume that if
the user asked for more than 8 bytes he knows what he's doing?

-- 

Sasha.


  parent reply	other threads:[~2011-07-04 14:38 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-03 17:04 [PATCH] ioeventfd: Introduce KVM_IOEVENTFD_FLAG_PIPE Sasha Levin
2011-07-03 17:16 ` Avi Kivity
2011-07-03 17:44   ` Sasha Levin
2011-07-03 17:57     ` Pekka Enberg
2011-07-04 10:27     ` Avi Kivity
2011-07-04 10:49       ` Michael S. Tsirkin
2011-07-04 10:57         ` Avi Kivity
2011-07-04 14:38       ` Sasha Levin [this message]
2011-07-04 14:45         ` Avi Kivity
2011-07-04 14:52           ` Sasha Levin
2011-07-04 14:59             ` Avi Kivity
2011-07-06  4:37               ` Sasha Levin
2011-07-06 11:30                 ` Avi Kivity
2011-07-04 10:32 ` Michael S. Tsirkin
2011-07-04 10:45   ` Avi Kivity
2011-07-04 11:07     ` Michael S. Tsirkin
2011-07-04 11:19       ` Avi Kivity
2011-07-04 11:45         ` Michael S. Tsirkin
2011-07-04 11:49           ` Avi Kivity
2011-07-04 12:12             ` 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=1309790307.4117.25.camel@sasha \
    --to=levinsasha928@gmail.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=penberg@kernel.org \
    /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