From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7E21B1041; Fri, 18 Jan 2019 02:59:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2019 17:59:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,489,1539673200"; d="scan'208";a="110782266" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 17 Jan 2019 17:59:05 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 17 Jan 2019 17:59:05 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 17 Jan 2019 17:59:04 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.196]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.85]) with mapi id 14.03.0415.000; Fri, 18 Jan 2019 09:59:03 +0800 From: "Wang, Xiao W" To: Rami Rosen , "dev@dpdk.org" , "Yigit, Ferruh" CC: "stable@dpdk.org" Thread-Topic: [PATCH] doc: fix an error in ifc NIC document Thread-Index: AQHUrnQFLZwOXyQ+T0GL+cGM+QCuVaW0RH8w Date: Fri, 18 Jan 2019 01:59:01 +0000 Message-ID: References: <1547736631-13231-1-git-send-email-ramirose@gmail.com> In-Reply-To: <1547736631-13231-1-git-send-email-ramirose@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTU5YmM2ZTYtNzdhNi00NjYyLThmM2ItZDdiNTE4ZWQzMjg3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZmRzT3VFUmJGTThXNWsxa3ZJeEJzN1JzY3pPczJiMnd6UHRHKzFid1ZwclFZa2RERWVvc3dPM0hvS3I4U1drWSJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix an error in ifc NIC document 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: , X-List-Received-Date: Fri, 18 Jan 2019 01:59:07 -0000 Hi, > -----Original Message----- > From: Rami Rosen [mailto:ramirose@gmail.com] > Sent: Thursday, January 17, 2019 10:51 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Wang, Xiao W ; Rami Rosen > > Subject: [PATCH] doc: fix an error in ifc NIC document >=20 > This patch fixes an error in ifc NIC document; a previous patch > changed the semantics to use CONFIG_RTE_LIBRTE_IFC_PMD > instread of CONFIG_RTE_LIBRTE_IFCVF_VDPA_PMD, > but the ifc NIC doc file remained with the old name. >=20 > Fixes: 4b614e9504a1 ("net/ifc: make driver name consistent") > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen > --- > doc/guides/nics/ifc.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/nics/ifc.rst b/doc/guides/nics/ifc.rst > index bdf7b4e..317d9ff 100644 > --- a/doc/guides/nics/ifc.rst > +++ b/doc/guides/nics/ifc.rst > @@ -19,7 +19,7 @@ Config File Options >=20 > The following option can be modified in the ``config`` file. >=20 > -- ``CONFIG_RTE_LIBRTE_IFCVF_VDPA_PMD`` (default ``y`` for linux) > +- ``CONFIG_RTE_LIBRTE_IFC_PMD`` (default ``y`` for linux) >=20 > Toggle compilation of the ``librte_ifcvf_vdpa`` driver. Could we also squash below fix into this patch? Or we make a separate one s= ince this patch is applied already. - Toggle compilation of the ``librte_ifcvf_vdpa`` driver. + Toggle compilation of the ``librte_pmd_ifc`` driver. BRs, Xiao