Date: Wed, 24 Oct 2018 14:09:58 +0000 From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: "Eric Joyner" <erj@FreeBSD.org> 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 Message-ID: <ACCD4674-8D24-43BB-AEB3-8650E53CC36D@lists.zabbadoz.net> In-Reply-To: <201810122240.w9CMesr3018070@repo.freebsd.org> References: <201810122240.w9CMesr3018070@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ACCD4674-8D24-43BB-AEB3-8650E53CC36D>