From owner-svn-src-head@freebsd.org Wed Oct 24 14:10:12 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F419FEA604; Wed, 24 Oct 2018 14:10:12 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C2F0C92EEB; Wed, 24 Oct 2018 14:10:11 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id F33928D4A12D; Wed, 24 Oct 2018 14:10:02 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1C193D1F851; Wed, 24 Oct 2018 14:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id OFMlSz-BiayK; Wed, 24 Oct 2018 14:10:00 +0000 (UTC) Received: from [10.9.4.164] (fresh-ayiya.sbone.de [IPv6:fde9:577b:c1a9:f001::2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id D7F1CD1F813; Wed, 24 Oct 2018 14:09:59 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Eric Joyner" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r339338 - in head/sys: amd64/conf conf dev/ixl modules modules/iavf modules/ixl modules/ixlv net Date: Wed, 24 Oct 2018 14:09:58 +0000 X-Mailer: MailMate (2.0BETAr6123) Message-ID: In-Reply-To: <201810122240.w9CMesr3018070@repo.freebsd.org> References: <201810122240.w9CMesr3018070@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 24 Oct 2018 14:10:12 -0000 On 12 Oct 2018, at 22:40, Eric Joyner wrote: > Author: erj > Date: Fri Oct 12 22:40:54 2018 > New Revision: 339338 > URL: https://svnweb.freebsd.org/changeset/base/339338 > > Log: > ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9) > > Finishes the conversion of the 40Gb Intel Ethernet drivers to > iflib(9) for > FreeBSD 12.0, and fixes numerous bugs in both ixl(4) and iavf(4). > > This commit also re-adds the VF driver to GENERIC since it now > compiles and > functions. > > The VF driver name was changed from ixlv(4) to iavf(4) because the > VF driver is > now intended to be used with future products, not just with > Fortville/Fort Park > VFs. > > A man page update that documents these drivers is forthcoming in a > separate > commit. > > Reviewed by: sbruno@, kbowling@ > Tested by: jeffrey.e.pieper@intel.com Trying to compile a kernel with RSS enabled (as universe does): 10 -------------------------------------------------------------- 11 >>> stage 3.1: building everything 12 -------------------------------------------------------------- 13 /tank/users/bz/head.svn/sys/dev/ixl/if_iavf.c:1952:26: error: no member named 'num_queues' in 'struct ixl_vsi' 14 que_id = que_id % vsi->num_queues; 15 ~~~ ^ 16 1 error generated. 17 --- if_iavf.o --- 18 *** [if_iavf.o] Error code 1