From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751786AbeA2MSC (ORCPT ); Mon, 29 Jan 2018 07:18:02 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:55003 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbeA2MSA (ORCPT ); Mon, 29 Jan 2018 07:18:00 -0500 X-Google-Smtp-Source: AH8x226maMoDb41bgE5TaD2tlZUdS+aGn+QP/GPDqLHbL/oZwIz8XrwKLftD+3L7xVQrb7x/fjeiJw== From: Corentin Labbe To: corbet@lwn.net, jeffrey.t.kirsher@intel.com Cc: intel-wired-lan@lists.osuosl.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] Documentation: networking: ixgb: Remove reference to IXGB_NAPI Date: Mon, 29 Jan 2018 12:17:54 +0000 Message-Id: <1517228274-1305-1-git-send-email-clabbe@baylibre.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Documentation/networking/ixgb.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt index b10f360c57d4..82f9dc9ba399 100644 --- a/Documentation/networking/ixgb.txt +++ b/Documentation/networking/ixgb.txt @@ -324,8 +324,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. -- 2.13.6