summaryrefslogtreecommitdiff
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
parent3a3295bfa6f484bba91de0a804c1d0bf7d31dbd3 (diff)
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.