svn commit: r339338 - in head/sys: amd64/conf conf dev/ixl modules modules/iavf modules/ixl modules/ixlv net

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Wed Oct 24 14:10:12 UTC 2018


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 at 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


More information about the svn-src-head mailing list