aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2018-01-29 12:17:54 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-10-18 12:03:03 -0700
commitc0e6f052f40b2d4a5e7792c21cbfb866e5e2ad0b (patch)
tree8824cfd0f9c87d8120dfa1d4e693abbeaab9d05c /Documentation/networking
parentMerge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space' (diff)
downloadlinux-dev-c0e6f052f40b2d4a5e7792c21cbfb866e5e2ad0b.tar.xz
linux-dev-c0e6f052f40b2d4a5e7792c21cbfb866e5e2ad0b.zip
Documentation: networking: ixgb: Remove reference to IXGB_NAPI
NAPI is enabled by default and IXGB_NAPI was removed since commit 6d37ab282e24 ("ixgb: make NAPI the only option and the default") Update the doc accordingly. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ixgb.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt
index 09f71d71920a..eccdc4c26af3 100644
--- a/Documentation/networking/ixgb.txt
+++ b/Documentation/networking/ixgb.txt
@@ -323,8 +323,7 @@ Additional Configurations
NAPI
----
- NAPI (Rx polling mode) is supported in the ixgb driver. NAPI is enabled
- or disabled based on the configuration of the kernel. see CONFIG_IXGB_NAPI
+ NAPI (Rx polling mode) is supported in the ixgb driver.
See www.cyberus.ca/~hadi/usenix-paper.tgz for more information on NAPI.