From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: Add qemu_send_raw() to vlan. Date: Tue, 26 May 2009 11:28:21 +0100 Message-ID: <1243333701.19124.11.camel@blaa> References: <20090526100302.GS3948@redhat.com> <4A1BBEEF.9010504@redhat.com> <20090526100809.GT3948@redhat.com> <4A1BC062.9050508@redhat.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:46467 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbZEZK2X (ORCPT ); Tue, 26 May 2009 06:28:23 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4QASPuI028607 for ; Tue, 26 May 2009 06:28:25 -0400 In-Reply-To: <4A1BC062.9050508@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2009-05-26 at 13:11 +0300, Avi Kivity wrote: > Gleb Natapov wrote: > > On Tue, May 26, 2009 at 01:05:35PM +0300, Avi Kivity wrote: > > > >> Gleb Natapov wrote: > >> > >>> It gets packet without virtio header and adds it if needed. Allows to > >>> inject packets to vlan from outside. To send gracious arp for instance. > >>> > >>> > >> This is for announce_self(), no? If so, upstream has the same problems? > >> > >> > > VNET_HDR is not upstream. > > > > > > Mark, how far are we from that? We first need to add support for paired devices (i.e. a tap/virtio-net pair) rather than trying to munge this stuff into the VLAN code. Cheers, Mark.