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
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Virtualization mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/virtualization
