From owner-svn-src-all@FreeBSD.ORG Tue Dec 17 11:15:10 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61A54F55; Tue, 17 Dec 2013 11:15:10 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 846C5177E; Tue, 17 Dec 2013 11:15:09 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id z2so3509170wiv.7 for ; Tue, 17 Dec 2013 03:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mNd4Cb2Sn19M7agcgqABwtLFDsWFpNpWgFj1kzz9zyM=; b=ToHK98YsOd1hxhT9EFm+x6VOIuD2+MMrkXWjvYBh4EWTVVeHr++oJxmH/XjGGhJxTx gIeCf4ZPCll29EgRMEORmBaOXuA3xOj4ubu5S9r84MTKzzq4EMs6NX9MW4J8ZiMTMlFp EJ4s4YhfcychRN6Mu2IFJry5YY69H7MkUU1aEXpeCsmOfDq+XUO6cDnrYZqdwI7cJ0ft HLJl7crLwtOvOqFRl6ewR309/cMrIp0itfH8wyEPuGGs+gwK2LcByiz0pwy0FCJmQTOv QnJoZ2YdkuscXtpA0o3pKL4q6M7vPMXkulAinJk7ULuZtaLwhDdTjDLf0uQANGdNlIy0 a+KQ== MIME-Version: 1.0 X-Received: by 10.194.237.226 with SMTP id vf2mr12055913wjc.58.1387278907996; Tue, 17 Dec 2013 03:15:07 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.217.64.198 with HTTP; Tue, 17 Dec 2013 03:15:07 -0800 (PST) In-Reply-To: <201312150837.rBF8bON1011577@svn.freebsd.org> References: <201312150837.rBF8bON1011577@svn.freebsd.org> Date: Tue, 17 Dec 2013 15:15:07 +0400 X-Google-Sender-Auth: txMFFxnHx9x6PlmwrzaZRG1t4QQ Message-ID: Subject: Re: svn commit: r259412 - in head/sys: conf dev/netmap modules/netmap net From: Sergey Kandaurov To: Luigi Rizzo Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 11:15:10 -0000 On 15 December 2013 12:37, Luigi Rizzo wrote: > Author: luigi > Date: Sun Dec 15 08:37:24 2013 > New Revision: 259412 > URL: http://svnweb.freebsd.org/changeset/base/259412 > > Log: > split netmap code according to functions: > - netmap.c base code > - netmap_freebsd.c FreeBSD-specific code > - netmap_generic.c emulate netmap over standard drivers > - netmap_mbq.c simple mbuf tailq > - netmap_mem2.c memory management > - netmap_vale.c VALE switch > > simplify devce-specific code > This breaks VIMAGE due to removal of necessary includes in netmap.c. -- wbr, pluknet