| Current File : //kernel/drv/i40evf.conf |
#
# Copyright (c) 2012-2014, Intel Corporation
# All rights reserved.
#
#
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
#
#
# Driver.conf file for Oracle Quad 10GbE NIC VF Driver (i40evf)
#
# -------------------- Transmit/Receive Queues --------------------
# tx_ring_size
# The number of the transmit descriptors per transmit queue
# The actual value will be rounded up to the next multiple of 8.
# Allowed values: 64 - 4096
# Default value: 1024
#
# rx_ring_size
# The number of the receive descriptors per receive queue
# The actual value will be rounded up to the next multiple of 8.
# Allowed values: 64 - 4096
# Default value: 1024
#
# -------------------- Interrupt Throttling -------------------------
# rx_itr
# The interval of receive interrupts
# It is defined in 2 usec units enabling interval range from zero to
# 8160 usec (0xFF0). Setting the rx_itr to zero enable immediate
# interrupt.
# Allowed values: 0 - 4080
# Default value: 25
#
# tx_itr
# The interval of transmit interrupts
# It is defined in 2 usec units enabling interval range from zero to
# 8160 usec (0xFF0). Setting the tx_itr to zero enable immediate
# interrupt.
# Allowed values: 0 - 4080
# Default value: 25