From patchwork Mon Apr 3 04:12:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 23135 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 00CEB2B92; Sun, 2 Apr 2017 23:13:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 129A62B91 for ; Sun, 2 Apr 2017 23:13:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491167598; x=1522703598; h=from:to:cc:subject:date:message-id; bh=Nhm3N+sP0XixHKvN/12aAF0AlIUYvyONHgeu0ApSTrk=; b=Yd7eRhIxnytbXssaNnSb16Qb3HkCTiJa+C1vzZzKjA6ZmzJphFXdv32e BVkcosHJwYaG76CdcdmImZEJH+AMSQ==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2017 14:13:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,266,1486454400"; d="scan'208";a="72865379" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga004.jf.intel.com with ESMTP; 02 Apr 2017 14:13:15 -0700 Received: from desku.iil.intel.com ([143.185.141.179]) by imail001.iil.intel.com with ESMTP id v32LDDYw015434; Mon, 3 Apr 2017 00:13:13 +0300 From: Rami Rosen To: dev@dpdk.org Cc: jingjing.wu@intel.com, Rami Rosen Date: Mon, 3 Apr 2017 00:12:11 -0400 Message-Id: <20170403041211.15373-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dpdk-dev] [PATCH ] doc: Fix a typo in a section about i40e PMD limitation. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes a trivial typo in i40e documentation; commit edf1b ("add limitations for i40e PMD") added a comment about the behaviour upon DPDK application quit; however, it was wrongly titled as "after DPDK application exist" instead of "after DPDK application exit", and this trivial patch fixes it. Signed-off-by: Rami Rosen Acked-by: John McNamara --- doc/guides/nics/i40e.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 043de34..413661c 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -445,7 +445,7 @@ is used as the VF driver, DPDK cannot choose 16 byte receive descriptor. That is to say, user should keep ``CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=n`` in config file. -Link down with i40e kernel driver after DPDK application exist +Link down with i40e kernel driver after DPDK application exit ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ After DPDK application quit, and the device is bound back to Linux i40e