From owner-svn-src-all@FreeBSD.ORG Mon May 19 18:25:30 2014 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 7B8BB9E6; Mon, 19 May 2014 18:25:30 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAB592797; Mon, 19 May 2014 18:25:29 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id m20so9469326qcx.26 for ; Mon, 19 May 2014 11:25:29 -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:content-type; bh=Ipe5oDlIzkXnzP+4kpt1qvOdlNk6oGvlzJZPJgOVcfg=; b=Sj6dTIrF3J6p2oWtJx4rEex1oXSUw5L+ka24LAD93ujG1p/vzClj1eFPwwcriU74y3 3dYEoc2fYrmMc0Q3c3BlyS7v1JUOZbxlIhILTR11zXEYlaVK+QY291VpBajMbVSapuM/ GgXILqIT8juc3du4Om5e2z7eZNIqqX7UnmWehIsPB9ZcInfXQwx/5PaKxVJP4TBM37UY /pH/Kh7qM3yUDgTRguDMaHQqwAbM75BUc9rv1l7XHcSNRb2B1dwmcdKigBXHvOEREKk2 M9J8HVp9hyJYu899bl2qP0vYZNCYVPeFJc7v/YGVZaYQQ2aq06qMKLwKCri8nsZ0iKIy lipw== MIME-Version: 1.0 X-Received: by 10.224.6.10 with SMTP id 10mr50399341qax.45.1400523928994; Mon, 19 May 2014 11:25:28 -0700 (PDT) Sender: hiren.panchasara@gmail.com Received: by 10.96.10.161 with HTTP; Mon, 19 May 2014 11:25:28 -0700 (PDT) Received: by 10.96.10.161 with HTTP; Mon, 19 May 2014 11:25:28 -0700 (PDT) In-Reply-To: References: <201405190121.s4J1L3qA068339@svn.freebsd.org> <53796149.8060000@freebsd.org> Date: Mon, 19 May 2014 11:25:28 -0700 X-Google-Sender-Auth: diSeHxGBMNb9IfURjr0Ppkcwlv4 Message-ID: Subject: Re: svn commit: r266423 - in head/sys: conf dev/i40e modules/i40e From: hiren panchasara To: Rui Paulo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-src-head , Jack F Vogel , svn-src-all@freebsd.org, src-committers@freebsd.org, Julian Elischer X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 19 May 2014 18:25:30 -0000 On May 19, 2014 10:50 AM, "Rui Paulo" wrote: > > On 18 May 2014, at 18:41, Julian Elischer wrote: > > > On 5/19/14, 9:21 AM, Jack F Vogel wrote: > >> Author: jfv > >> Date: Mon May 19 01:21:02 2014 > >> New Revision: 266423 > >> URL: http://svnweb.freebsd.org/changeset/base/266423 > >> > >> Log: > >> This is the beta release of the driver for the new > >> Intel 40G Ethernet Controller XL710 Family. This is > >> the core driver, a VF driver called i40evf, will be > >> following soon. Questions or comments to myself or > >> my co-developer Eric Joyner. Cheers! > > love the name.. > > Aesthetics aside, I think the name should be changed. Network drivers always used [a-z] for name and [0-9] for unit. Can you find an example where this is not true? > +1 I'd also like this name consistency to be maintained, if possible. Cheers, Hiren