From owner-svn-src-all@FreeBSD.ORG Thu Nov 21 20:27:26 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89427F14; Thu, 21 Nov 2013 20:27:26 +0000 (UTC) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E84912331; Thu, 21 Nov 2013 20:27:25 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id ne12so225806qeb.25 for ; Thu, 21 Nov 2013 12:27:25 -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=rVgtVdKNVGHJJXvnnjh8Lu0bJyME0SRoO5j6+SiROAM=; b=016dqiEySlUq3jx/zYzuzOGlS455QON0BUUqCdFrrBFCnxw3idNEP32VzDdii4mN2U YYFKuXV2HyInaqZTgMU4t6nQQf0zOUqhLkdOV4aFz2NQ+b9MIbt8Id3VPWUyBEZc5AcB 1jG4rHFmIW+c8x+q9fZUkDWRE3+KZ6+Bk9scn8FIcUIuag5fJQ2Axbp+hUjlWvVwP2br vJUUofbnqs1rUilvsXpcSuJpM2uFpM3CnbpQ++JLWWZlyvKJw2pizkb6mhJKx9SOHsLH Im6W4r7PzZXxlcKR/IHxRMdri3plEBKhskqPhZdoknuD1oJFBK7lyo7iQPMLEaP0walF wvUw== MIME-Version: 1.0 X-Received: by 10.224.12.10 with SMTP id v10mr14737114qav.98.1385065645153; Thu, 21 Nov 2013 12:27:25 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Thu, 21 Nov 2013 12:27:25 -0800 (PST) In-Reply-To: <528E1A83.7070509@gmail.com> References: <201311182258.rAIMwEFd048783@svn.freebsd.org> <528E1A83.7070509@gmail.com> Date: Thu, 21 Nov 2013 12:27:25 -0800 X-Google-Sender-Auth: RV0JYfXTj1fTPfmfag55WipDIHw Message-ID: Subject: Re: svn commit: r258328 - head/sys/net From: Adrian Chadd To: Hooman Fazaeli Content-Type: text/plain; charset=ISO-8859-1 Cc: "src-committers@freebsd.org" , FreeBSD Net , "svn-src-all@freebsd.org" , "George V. Neville-Neil" , "freebsd-arch@freebsd.org" , "svn-src-head@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 21 Nov 2013 20:27:26 -0000 On 21 November 2013 06:36, Hooman Fazaeli wrote: > What are possible sideeffects? What are the benefits we achieve by a > distinct > queue structure and having both if_input and if_input_multi? Doing incremental development where you can minimise unintended side-effects during development? -adrian