All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory Haskins <gregory.haskins@gmail.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: avi@redhat.com, kvm@vger.kernel.org,
	virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 0/3] qemu-kvm: vhost net support
Date: Thu, 13 Aug 2009 07:35:52 -0400	[thread overview]
Message-ID: <4A83FA98.1010708@gmail.com> (raw)
In-Reply-To: <20090813055941.GB3029@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

Michael S. Tsirkin wrote:
> On Wed, Aug 12, 2009 at 04:27:44PM -0400, Gregory Haskins wrote:
>> Michael S. Tsirkin wrote:
>>> This adds support for vhost-net virtio kernel backend.
>>>
>>> This is RFC, but works without issues for me.
>>>
>>> Still needs to be split up, tested and benchmarked properly,
>>> but posting it here in case people want to test drive
>>> the kernel bits I posted.
>> This has a large degree of rejects against qemu-kvm.git/master.  What
>> tree does this apply to?
>>
>> -Greg
>>
> 
> Likely that tree has advanced since.
> This is on top of commit b6bbd41fac4b6fb0efc65e083d2151ce1521f615.
> 


Hmm....better, but I still get rejects.  Of particular concern is this
one in net.c:

@@ -1903,7 +1903,7 @@ static TAPState *net_tap_init(VLANState *vlan,
const char *model,
 typedef struct RAWState {
     VLANClientState *vc;
     int fd;
-    uint8_t buf[4096];
+    uint8_t buf[65000];
     int promisc;
 } RAWState;


I do not see any occurrence of "RAWState" in b6bbd41f (or master, for
that matter).  There is probably an operator error somewhere in here ;),
but any help getting this working is appreciated.  Do you have a git
tree I can pull somewhere?

Kind Regards,
-Greg


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 267 bytes --]

  parent reply	other threads:[~2009-08-13 11:35 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 19:23 [PATCH 0/3] qemu-kvm: vhost net support Michael S. Tsirkin
2009-08-10 20:51 ` Anthony Liguori
2009-08-12 17:35   ` Michael S. Tsirkin
2009-08-19  8:11     ` Or Gerlitz
2009-08-19  8:11     ` Or Gerlitz
2009-08-20  7:19     ` Rusty Russell
2009-08-20  7:19     ` Rusty Russell
2009-08-20 13:41       ` Michael S. Tsirkin
2009-08-20 13:41       ` Michael S. Tsirkin
2009-08-20 17:00       ` Michael S. Tsirkin
2009-08-20 17:24         ` Avi Kivity
2009-08-20 17:49           ` Michael S. Tsirkin
2009-08-20 17:49           ` Michael S. Tsirkin
2009-08-20 17:24         ` Avi Kivity
2009-08-20 17:00       ` Michael S. Tsirkin
2009-08-12 17:35   ` Michael S. Tsirkin
2009-08-12 20:27 ` Gregory Haskins
2009-08-13  5:59   ` Michael S. Tsirkin
2009-08-13  5:59   ` Michael S. Tsirkin
2009-08-13 11:35     ` Gregory Haskins
2009-08-13 11:35     ` Gregory Haskins [this message]
2009-08-13 11:53       ` Michael S. Tsirkin
2009-08-13 11:53       ` Michael S. Tsirkin
2009-08-12 20:27 ` Gregory Haskins
  -- strict thread matches above, loose matches on Subject: below --
2009-08-10 19:23 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=4A83FA98.1010708@gmail.com \
    --to=gregory.haskins@gmail.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=virtualization@lists.linux-foundation.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 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.