5115 Want Intel 40GbE NIC driver for illumos
illumos/illumos-gate@9d26e4fc02
9d26e4fc02
https://www.illumos.org/issues/5115
Intel's NICs based on the XL710 chipset exist 1 . There exist drivers for Linux
and FreeBSD 2 .
It does not appear to be derived from the ixgbe driver source, so it would
probably require porting the i40e source from FBSD to Illumos, unless a driver
exists for a GLDv3-like platform under CDDL or similar license (none are known
to currently be available or being worked on).
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
Author: Robert Mustacchi <rm@joyent.com>
Note: this change has nothing to do with FreeBSD.
This commit is contained in:
parent
af2da9fb2e
commit
9cbb4e8136
@ -21,11 +21,11 @@
|
||||
|
||||
#
|
||||
# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2012 Joyent, Inc. All rights reserved.
|
||||
# Copyright (c) 2011, 2014 by Delphix. All rights reserved.
|
||||
# Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
|
||||
# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
|
||||
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
|
||||
# Copyright 2016 Garrett D'Amore <garrett@damore.org>
|
||||
# Copyright 2016 Joyent, Inc.
|
||||
#
|
||||
|
||||
#
|
||||
@ -1952,6 +1952,17 @@ IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api.o \
|
||||
ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \
|
||||
ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o
|
||||
|
||||
#
|
||||
# Intel 40GbE PCIe NIC driver module
|
||||
#
|
||||
|
||||
# illumos-written ones.
|
||||
I40E_OBJS = i40e_main.o i40e_osdep.o i40e_intr.o i40e_transceiver.o \
|
||||
i40e_stats.o i40e_gld.o
|
||||
# Intel-written ones.
|
||||
I40E_INTC_OBJS = i40e_adminq.o i40e_common.o i40e_hmc.o i40e_lan_hmc.o \
|
||||
i40e_nvm.o
|
||||
|
||||
#
|
||||
# NIU 10G/1G driver module
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user