From: Rami Rosen Date: Thu, 17 Jan 2019 14:50:31 +0000 (+0200) Subject: doc: fix ifc naming X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d690d953a779b4e842e590ec849c5d5a47bca66f;p=dpdk.git 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 --- 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