From 31d76cc36cf03dbe9fbd334f6c4d1aa061ee38af Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Mon, 3 Apr 2017 00:12:11 -0400 Subject: [PATCH] doc: fix typo in i40e guide This patch fixes a trivial typo in i40e documentation; The comment about the behavior upon DPDK application quit was wrongly titled as "after DPDK application exist" instead of "after DPDK application exit", and this trivial patch fixes it. Fixes: edf1b618313a ("doc: add limitations for i40e PMD") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Acked-by: John McNamara --- doc/guides/nics/i40e.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 894d194a4b..6ae1d46107 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -445,8 +445,8 @@ 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 kernel driver, the link cannot be up after ``ifconfig up``. -- 2.20.1