Print this page
6064 ixgbe needs X550 support
*** 23,41 ****
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2013 Saso Kiselkov. All rights reserved.
#
#
# Driver.conf file for Intel 10GbE PCIE NIC Driver (ixgbe)
#
# -------------------- Jumbo Frame --------------------
# default_mtu
# The size of the default MTU (payload without the ethernet header)
! # Allowed values: 1500 - 16366 (for Intel 82598 10Gb Ethernet controller)
! # 1500 - 15500 (for Intel 82599 10Gb Ethernet controller)
# Default value: 1500
#
# default_mtu = 1500;
#
# -------------------- Flow Control --------------------
--- 23,42 ----
#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2013 Saso Kiselkov. All rights reserved.
+ # Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
#
#
# Driver.conf file for Intel 10GbE PCIE NIC Driver (ixgbe)
#
# -------------------- Jumbo Frame --------------------
# default_mtu
# The size of the default MTU (payload without the ethernet header)
! # Allowed values: 1500 - 16366 (for Intel 82598 Ethernet controller)
! # 1500 - 15500 (for Intel 82599, X540, X550 Ethernet controller)
# Default value: 1500
#
# default_mtu = 1500;
#
# -------------------- Flow Control --------------------
*** 67,77 ****
# Default value: 1
#
# rx_group_number
# The number of the receive groups
# Allowed values: 1 - 16 (for Intel 82598 10Gb ethernet controller)
! # Allowed values: 1 - 64 (for Intel 82599 10Gb ethernet controller)
# Default value: 1
#
# allow_unsupported_sfp
# Allow use of unsupported (non-Intel) SFP modules in adapters with
# pluggable optics
--- 68,78 ----
# Default value: 1
#
# rx_group_number
# The number of the receive groups
# Allowed values: 1 - 16 (for Intel 82598 10Gb ethernet controller)
! # Allowed values: 1 - 64 (for Intel 82599, X540, X550 10Gb ethernet controller)
# Default value: 1
#
# allow_unsupported_sfp
# Allow use of unsupported (non-Intel) SFP modules in adapters with
# pluggable optics