Skip to content

Commit

Permalink
ixgbe-3.10.16
Browse files Browse the repository at this point in the history
    0f5310e79eb88d74d73b880eeacfd3e7  ixgbe-3.10.16.tar.gz
  • Loading branch information
intel-wired-lan committed Jun 29, 2012
1 parent b61356e commit a5003ba
Show file tree
Hide file tree
Showing 26 changed files with 2,852 additions and 3,002 deletions.
17 changes: 1 addition & 16 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -597,22 +597,7 @@ Additional Configurations

NAPI
----
NAPI (Rx polling mode) is supported in the ixgbe driver. NAPI is enabled
or disabled based on the configuration of the kernel. To override the
default, use the following compile-time flags.

You can tell if NAPI is enabled in the driver by looking at the version
number of the driver. It will contain the string -NAPI if NAPI is enabled.

To enable NAPI, compile the driver module, passing in a configuration option:

make CFLAGS_EXTRA=-DIXGBE_NAPI install
NOTE: This will not do anything if NAPI is disabled in the kernel.

To disable NAPI, compile the driver module, passing in a configuration
option:

make CFLAGS_EXTRA=-DIXGBE_NO_NAPI install
NAPI (Rx polling mode) is supported in the ixgbe driver.

See ftp://robur.slu.se/pub/Linux/net-development/NAPI/usenix-paper.tgz for
more information on NAPI.
Expand Down
91 changes: 46 additions & 45 deletions SUMS
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
20527 5 ixgbe-3.9.17/pci.updates
42124 3 ixgbe-3.9.17/scripts/set_irq_affinity.sh
21465 8 ixgbe-3.9.17/ixgbe.7
07975 48 ixgbe-3.9.17/src/ixgbe_phy.c
54190 90 ixgbe-3.9.17/src/ixgbe_ethtool.c
45722 4 ixgbe-3.9.17/src/ixgbe_dcb_82598.h
59625 27 ixgbe-3.9.17/src/ixgbe_sriov.c
65030 3 ixgbe-3.9.17/src/ixgbe_x540.h
64412 2 ixgbe-3.9.17/src/ixgbe_82598.h
61801 37 ixgbe-3.9.17/src/ixgbe_82598.c
35340 28 ixgbe-3.9.17/src/kcompat.c
45974 112 ixgbe-3.9.17/src/ixgbe_common.c
06064 26 ixgbe-3.9.17/src/ixgbe_fcoe.c
29670 10 ixgbe-3.9.17/src/ixgbe_dcb_82598.c
05385 2 ixgbe-3.9.17/src/ixgbe_ptp.c
51122 125 ixgbe-3.9.17/src/ixgbe_type.h
40273 3 ixgbe-3.9.17/src/ixgbe_82599.h
35951 18 ixgbe-3.9.17/src/ixgbe_mbx.c
60213 7 ixgbe-3.9.17/src/ixgbe_common.h
59585 30 ixgbe-3.9.17/src/ixgbe_sysfs.c
63071 281 ixgbe-3.9.17/src/ixgbe_main.c
17466 91 ixgbe-3.9.17/src/kcompat.h
00346 6 ixgbe-3.9.17/src/ixgbe_phy.h
26351 5 ixgbe-3.9.17/src/ixgbe_dcb_82599.h
12190 1 ixgbe-3.9.17/src/Module.supported
02272 33 ixgbe-3.9.17/src/ixgbe_param.c
21004 34 ixgbe-3.9.17/src/ixgbe_api.c
09647 24 ixgbe-3.9.17/src/ixgbe_dcb_nl.c
40007 20 ixgbe-3.9.17/src/ixgbe_dcb.c
60194 25 ixgbe-3.9.17/src/ixgbe_procfs.c
13798 8 ixgbe-3.9.17/src/ixgbe_api.h
37802 6 ixgbe-3.9.17/src/ixgbe_dcb.h
65172 3 ixgbe-3.9.17/src/ixgbe_fcoe.h
50953 5 ixgbe-3.9.17/src/ixgbe_mbx.h
21262 26 ixgbe-3.9.17/src/ixgbe_x540.c
45057 69 ixgbe-3.9.17/src/ixgbe_82599.c
40248 16 ixgbe-3.9.17/src/ixgbe_dcb_82599.c
19629 28 ixgbe-3.9.17/src/ixgbe.h
24711 4 ixgbe-3.9.17/src/ixgbe_sriov.h
06906 5 ixgbe-3.9.17/src/ixgbe_osdep.h
52269 30 ixgbe-3.9.17/src/kcompat_ethtool.c
08395 12 ixgbe-3.9.17/src/Makefile
39773 19 ixgbe-3.9.17/COPYING
03629 10 ixgbe-3.9.17/ixgbe.spec
57606 40 ixgbe-3.9.17/README
62184 5 ixgbe-3.10.16/pci.updates
42124 3 ixgbe-3.10.16/scripts/set_irq_affinity.sh
21465 8 ixgbe-3.10.16/ixgbe.7
65473 48 ixgbe-3.10.16/src/ixgbe_phy.c
13823 89 ixgbe-3.10.16/src/ixgbe_ethtool.c
45722 4 ixgbe-3.10.16/src/ixgbe_dcb_82598.h
32170 30 ixgbe-3.10.16/src/ixgbe_sriov.c
65030 3 ixgbe-3.10.16/src/ixgbe_x540.h
64412 2 ixgbe-3.10.16/src/ixgbe_82598.h
61801 37 ixgbe-3.10.16/src/ixgbe_82598.c
56906 28 ixgbe-3.10.16/src/kcompat.c
05886 112 ixgbe-3.10.16/src/ixgbe_common.c
56677 35 ixgbe-3.10.16/src/ixgbe_lib.c
48614 26 ixgbe-3.10.16/src/ixgbe_fcoe.c
29670 10 ixgbe-3.10.16/src/ixgbe_dcb_82598.c
05385 2 ixgbe-3.10.16/src/ixgbe_ptp.c
59613 125 ixgbe-3.10.16/src/ixgbe_type.h
40273 3 ixgbe-3.10.16/src/ixgbe_82599.h
35951 18 ixgbe-3.10.16/src/ixgbe_mbx.c
60213 7 ixgbe-3.10.16/src/ixgbe_common.h
31886 30 ixgbe-3.10.16/src/ixgbe_sysfs.c
47883 248 ixgbe-3.10.16/src/ixgbe_main.c
08971 93 ixgbe-3.10.16/src/kcompat.h
47797 6 ixgbe-3.10.16/src/ixgbe_phy.h
26351 5 ixgbe-3.10.16/src/ixgbe_dcb_82599.h
12190 1 ixgbe-3.10.16/src/Module.supported
25450 29 ixgbe-3.10.16/src/ixgbe_param.c
44865 34 ixgbe-3.10.16/src/ixgbe_api.c
05434 23 ixgbe-3.10.16/src/ixgbe_dcb_nl.c
03102 20 ixgbe-3.10.16/src/ixgbe_dcb.c
60194 25 ixgbe-3.10.16/src/ixgbe_procfs.c
13798 8 ixgbe-3.10.16/src/ixgbe_api.h
52926 6 ixgbe-3.10.16/src/ixgbe_dcb.h
63796 3 ixgbe-3.10.16/src/ixgbe_fcoe.h
50953 5 ixgbe-3.10.16/src/ixgbe_mbx.h
21262 26 ixgbe-3.10.16/src/ixgbe_x540.c
09063 66 ixgbe-3.10.16/src/ixgbe_82599.c
40248 16 ixgbe-3.10.16/src/ixgbe_dcb_82599.c
30402 28 ixgbe-3.10.16/src/ixgbe.h
11362 3 ixgbe-3.10.16/src/ixgbe_sriov.h
06906 5 ixgbe-3.10.16/src/ixgbe_osdep.h
52269 30 ixgbe-3.10.16/src/kcompat_ethtool.c
17868 12 ixgbe-3.10.16/src/Makefile
39773 19 ixgbe-3.10.16/COPYING
24272 10 ixgbe-3.10.16/ixgbe.spec
32092 40 ixgbe-3.10.16/README
2 changes: 1 addition & 1 deletion ixgbe.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: ixgbe
Summary: Intel(R) 10GbE PCI Express Ethernet Connection
Version: 3.9.17
Version: 3.10.16
Release: 1
Source: %{name}-%{version}.tar.gz
Vendor: Intel Corporation
Expand Down
5 changes: 4 additions & 1 deletion pci.updates
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@
8086 5003 Ethernet 10G 2P X540-t Adapter
1529 82599 10 Gigabit Dual Port Backplane Connection with FCoE
152a 82599 10 Gigabit Dual port Network Connection with FCoE
154a Ethernet Converged Network Adapter X520-4
8086 011a Ethernet Converged Network Adapter X520-4
8086 011b Ethernet Converged Network Adapter X520-4
8086 011c Ethernet Converged Network Adapter X520-4
154d 82599EB 10-Gigabit SFP+ Network Connection
8086 7b11 Ethernet 10G 2P X520 Adapter
154f 82599EB 10Gigabit Dual Port Network Connection
1557 82599EN Intel(R) 82599 10 Gigabit Network Connection
1558 82599 QSFP Ethernet Network Adapter
5 changes: 2 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@

# core driver files
CFILES = ixgbe_main.c ixgbe_common.c ixgbe_api.c ixgbe_param.c \
ixgbe_ethtool.c kcompat.c ixgbe_82598.c \
ixgbe_82599.c ixgbe_ptp.c \
ixgbe_x540.c \
ixgbe_lib.c ixgbe_ethtool.c kcompat.c ixgbe_82598.c \
ixgbe_82599.c ixgbe_ptp.c ixgbe_x540.c \
ixgbe_sriov.c ixgbe_mbx.c \
ixgbe_dcb.c ixgbe_dcb_82598.c \
ixgbe_dcb_82599.c \
Expand Down
Loading

0 comments on commit a5003ba

Please sign in to comment.