From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory Haskins Subject: Re: [PATCH 0/3] qemu-kvm: vhost net support Date: Thu, 13 Aug 2009 07:35:52 -0400 Message-ID: <4A83FA98.1010708@gmail.com> References: <20090810192304.GA16781@redhat.com> <4A8325C0.7060001@gmail.com> <20090813055941.GB3029@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4E4A7861D670552356E594A6" Cc: avi@redhat.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org To: "Michael S. Tsirkin" Return-path: Received: from qw-out-2122.google.com ([74.125.92.26]:53046 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976AbZHMLf6 (ORCPT ); Thu, 13 Aug 2009 07:35:58 -0400 Received: by qw-out-2122.google.com with SMTP id 8so240191qwh.37 for ; Thu, 13 Aug 2009 04:35:58 -0700 (PDT) In-Reply-To: <20090813055941.GB3029@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4E4A7861D670552356E594A6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 >> >=20 > Likely that tree has advanced since. > This is on top of commit b6bbd41fac4b6fb0efc65e083d2151ce1521f615. >=20 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 --------------enig4E4A7861D670552356E594A6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqD+pgACgkQP5K2CMvXmqEu/wCeIxX3KFkGpS9NANgZGJrrohrt QxoAn0fLa4IAuKpW5wbddTJ2qamwuFbR =YaMv -----END PGP SIGNATURE----- --------------enig4E4A7861D670552356E594A6--