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: [email protected]
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"