From d690d953a779b4e842e590ec849c5d5a47bca66f Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Thu, 17 Jan 2019 16:50:31 +0200 Subject: [PATCH] doc: fix ifc naming This patch fixes an error in ifc NIC document; a previous patch changed the semantics to use CONFIG_RTE_LIBRTE_IFC_PMD instead of CONFIG_RTE_LIBRTE_IFCVF_VDPA_PMD, but the ifc NIC doc file remained with the old name. Fixes: 4b614e9504a1 ("net/ifc: make driver name consistent") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Reviewed-by: Ferruh Yigit --- doc/guides/nics/ifc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/ifc.rst b/doc/guides/nics/ifc.rst index bdf7b4e4a4..12a2a342e6 100644 --- a/doc/guides/nics/ifc.rst +++ b/doc/guides/nics/ifc.rst @@ -19,9 +19,9 @@ Config File Options The following option can be modified in the ``config`` file. -- ``CONFIG_RTE_LIBRTE_IFCVF_VDPA_PMD`` (default ``y`` for linux) +- ``CONFIG_RTE_LIBRTE_IFC_PMD`` (default ``y`` for linux) - Toggle compilation of the ``librte_ifcvf_vdpa`` driver. + Toggle compilation of the ``librte_pmd_ifc`` driver. IFCVF vDPA Implementation -- 2.20.1