From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net-next 01/13] Documentation: networking: ixgb: Remove reference to IXGB_NAPI Date: Thu, 18 Oct 2018 13:32:47 -0700 Message-ID: <20181018203259.4175-2-jeffrey.t.kirsher@intel.com> References: <20181018203259.4175-1-jeffrey.t.kirsher@intel.com> Cc: Corentin Labbe , netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, Jeff Kirsher To: davem@davemloft.net Return-path: Received: from mga03.intel.com ([134.134.136.65]:59534 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725906AbeJSEfp (ORCPT ); Fri, 19 Oct 2018 00:35:45 -0400 In-Reply-To: <20181018203259.4175-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Corentin Labbe 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- 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 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. -- 2.17.2