Date: Mon, 5 Nov 2018 09:46:23 -0800 From: Eric Joyner <erj@freebsd.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: src-committers <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: <CAKdFRZgTsBegApwapqi=3in1eZHxUAkghGuO_UxFcZDsd1xn5w@mail.gmail.com> In-Reply-To: <ACCD4674-8D24-43BB-AEB3-8650E53CC36D@lists.zabbadoz.net> References: <201810122240.w9CMesr3018070@repo.freebsd.org> <ACCD4674-8D24-43BB-AEB3-8650E53CC36D@lists.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I think this should be fixed as of several days ago. - Eric On Wed, Oct 24, 2018, 7:10 AM Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net wrote: > 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?CAKdFRZgTsBegApwapqi=3in1eZHxUAkghGuO_UxFcZDsd1xn5w>