From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5Jh-00067H-0h for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve5JZ-0005F6-HA for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5JZ-0005En-A1 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 10:46:41 -0500 Date: Wed, 6 Nov 2013 16:45:36 +0100 From: Stefan Hajnoczi Message-ID: <20131106154536.GA23387@stefanha-thinkpad.redhat.com> References: <1383734646-16898-1-git-send-email-v.maffione@gmail.com> <20131106132839.GC9059@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v6] net: Adding netmap network backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincenzo Maffione Cc: Peter Maydell , Stefan Hajnoczi , mjt@tls.msk.ru, qemu-devel@nongnu.org, armbru@redhat.com, aliguori@amazon.com, Paolo Bonzini , Giuseppe Lettieri , lcapitulino@redhat.com, Luigi Rizzo , rth@twiddle.net On Wed, Nov 06, 2013 at 03:25:02PM +0100, Vincenzo Maffione wrote: > Our section would be something like > " > Netmap network backend > M: Luigi Rizzo > M: Giuseppe Lettieri > M: Vincenzo Maffione > S: Maintained > F: net/netmap.c > " > right? > Do we have to exclude (X) "net/netmap.c" into the "Network device layer" > section? > Where do we have to put the netmap section? That looks good, you can just put it at the bottom of the file or below the "Network device layer" section. Don't worry about excluding anything, I don't think we do that much elsewhere. Stefan