From owner-svn-src-head@freebsd.org Sat May 21 17:09:46 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77D98B45E27; Sat, 21 May 2016 17:09:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3143C172F; Sat, 21 May 2016 17:09:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-it0-x233.google.com with SMTP id z189so8641573itg.0; Sat, 21 May 2016 10:09:46 -0700 (PDT) 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; bh=hHc8eKKcLxN5pM+tLg2eOT/TvJ0/qIp6pZPgg4VRlzQ=; b=gONYLqIOH56IsijVsihnyOHUlKpnADF8Csey7Mt2XUtE4d3UkQuchALmsqhXuszjuR JKJdpuakQl2UAERGONtu61bg/TehIskjCxiOQLh4jY4liu3+j5ukC8ZiMpkaNUWoCEjq YZzJHaUeA1Vlz8k5sQ5KkXz80W0POvP21JdhzB/UoYJDpErEqWaOQ96mGDUsD2GlcmIY /IfpcHTLDoQatkwhNSWruwcTG2Su//Xc8v3gCB4r2ykyU+RsQo7A2Ew9nIT+XPkfiL/U 0SOS9VkBSrAnuUTwfqUpRQ5NzOtYmeNPrjjYr2Lw+oisn08nGsnATEiM/ThxjyUQ3Fxq W77A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=hHc8eKKcLxN5pM+tLg2eOT/TvJ0/qIp6pZPgg4VRlzQ=; b=E4gzoMwEhv3hLYjIPe3oFVa/d2bz732U/MgrCC+c5aZchH3FBF047GfmhS8wzP/mBE s3YJ0BPt1P6b634LyHZ2M/1cKc7rUwnshF05WrdejHRWxIJHi9Y0gnYkEFAp8hjGXAFo Kr36+WD+cAakbyMGZLItgwrEndgmfHxZvRfvLhuG43pLBaCo2xkn2RvBp1KlK35RIxU/ J+NDzoIGZgvoffsAIuX9j3JG5OxalHLvXvtbgB7RNMx98ASjNUWfsQBUR76s7D+VmMKd itHNNYtbRXnSNpj6ZThwf136gzThtfLuj+sla4A/FyPSz0lEdOgEzdnGdRkU/cSKS7JB nsqw== X-Gm-Message-State: AOPr4FXKhXlMRw8FPpoD6Z1WsRJD5xgKXaMCJ/rH6QdOkSeXZcLfz7b8ZlpmPxE5kVHdZlNF9kRXPWFujmfLlQ== MIME-Version: 1.0 X-Received: by 10.36.44.200 with SMTP id i191mr6632603iti.99.1463850585081; Sat, 21 May 2016 10:09:45 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.107.140.8 with HTTP; Sat, 21 May 2016 10:09:45 -0700 (PDT) In-Reply-To: <5629da57-1b67-9225-ede3-7e5e18c69b82@selasky.org> References: <201605180435.u4I4ZwYh025096@repo.freebsd.org> <5629da57-1b67-9225-ede3-7e5e18c69b82@selasky.org> Date: Sat, 21 May 2016 10:09:45 -0700 X-Google-Sender-Auth: wPkHNQNIjt2dZGH2jMFMFr2GoQk Message-ID: Subject: Re: svn commit: r300113 - in head/sys: conf kern net sys From: "K. Macy" To: Hans Petter Selasky Cc: Scott Long , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 17:09:46 -0000 On Sat, May 21, 2016 at 3:36 AM, Hans Petter Selasky wrote: > On 05/18/16 06:35, Scott Long wrote: >> >> Author: scottl >> Date: Wed May 18 04:35:58 2016 >> New Revision: 300113 >> URL: https://svnweb.freebsd.org/changeset/base/300113 >> >> Log: >> Import the 'iflib' API library for network drivers. From the author: >> >> "iflib is a library to eliminate the need for frequently duplicated >> device >> independent logic propagated (poorly) across many network drivers." >> >> Participation is purely optional. The IFLIB kernel config option is >> provided for drivers that want to transition between legacy and iflib >> modes of operation. ixl and ixgbe driver conversions will be committed >> shortly. We hope to see participation from the Broadcom and maybe >> Chelsio drivers in the near future. >> >> Submitted by: mmacy@nextbsd.org >> Reviewed by: gallatin >> Differential Revision: D5211 >> >> Added: >> head/sys/net/ifdi_if.m (contents, props changed) >> head/sys/net/iflib.c (contents, props changed) >> head/sys/net/iflib.h (contents, props changed) >> head/sys/net/mp_ring.c (contents, props changed) >> head/sys/net/mp_ring.h (contents, props changed) >> Modified: >> head/sys/conf/files >> head/sys/conf/options >> head/sys/kern/device_if.m >> head/sys/kern/kern_mbuf.c >> head/sys/kern/subr_taskqueue.c >> head/sys/net/if.c >> head/sys/net/if_var.h >> head/sys/sys/_task.h >> head/sys/sys/mbuf.h >> head/sys/sys/taskqueue.h >> > > Hi, > > Possibly the taskqueue related changes should have been broken out into a > separate commit, hence they are not related to "iflib". > > --HPS Yes. -M