From owner-freebsd-net@FreeBSD.ORG Sat Nov 16 08:49:22 2013 Return-Path: Delivered-To: freebsd-net@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 7F866617; Sat, 16 Nov 2013 08:49:22 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0226724CD; Sat, 16 Nov 2013 08:49:21 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rAG8nJfg049994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 16 Nov 2013 12:49:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rAG8nJMt049993; Sat, 16 Nov 2013 12:49:19 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 16 Nov 2013 12:49:19 +0400 From: Gleb Smirnoff To: Steve Kiernan Subject: Re: [JNPR] Network stack as a module (RFC) Message-ID: <20131116084919.GF7577@glebius.int.ru> References: <50F868FF.5060506@networx.ch> <20131115165210.23f82578@stevek-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131115165210.23f82578@stevek-ubuntu> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: zec@freebsd.org, freebsd-net@freebsd.org, luigi@freebsd.org, marcel@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2013 08:49:22 -0000 Steve, On Fri, Nov 15, 2013 at 04:52:10PM -0500, Steve Kiernan wrote: S> This is a follow up to the request sent back in January titled "Proposal for changes to network device drivers and network stack". S> S> In order to make it easier to review, we will be submitting pieces to be contributed in logical blocks. S> S> Please review the following patch and provide feedback: S> http://people.freebsd.org/~marcel/Juniper/201311/netstack-option.diff S> S> The details of this patch are as follows (and what is suggested for the commit log): S> S> Add a NETSTACK option to facilitate separating network stack pieces from the S> rest of the OS core. This is the first step towards having the network stack S> as a module. You probably mean "having the network stack optional", since under module we usually mean loadable kernel module. I have reviewed the patch and I don't have any strong objections against. However, I'd ask you to delay the check in until 10.0-RELEASE is out. The head diverging strongly from the stable/10 can hurt release process, we need bug to bug compatibility for next month. :) -- Totus tuus, Glebius.