From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D875CA0352 for ; Mon, 23 Dec 2019 03:40:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9B40D397D; Mon, 23 Dec 2019 03:40:02 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 65BDE1252; Mon, 23 Dec 2019 03:39:58 +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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Dec 2019 18:39:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,346,1571727600"; d="scan'208";a="211405539" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 22 Dec 2019 18:39:57 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 22 Dec 2019 18:39:56 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 22 Dec 2019 18:39:56 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.29]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.90]) with mapi id 14.03.0439.000; Mon, 23 Dec 2019 10:39:54 +0800 From: "Wu, Jingjing" To: "Li, Xiaoyun" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] doc: fix a typo in ntb guide Thread-Index: AQHVqranIgYyfmT1wUWS7/fJSjnMy6fHHvbQ Date: Mon, 23 Dec 2019 02:39:55 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8115C6DBF@SHSMSX103.ccr.corp.intel.com> References: <20191204151931.12657-1-xiaoyun.li@intel.com> In-Reply-To: <20191204151931.12657-1-xiaoyun.li@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjhhZWZhZGQtNWMxZi00OWIyLWExYjItMjVlZWNjOGRhNDZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWHJ0MjM3UnVVOHNKaE5zYlp0dU1mcXZhQndEYXhCNWg1VUFOZzNDT2NIK2NldGdab3docFBtVHVDRElSWEhjTSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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-stable] [PATCH] doc: fix a typo in ntb guide X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Li, Xiaoyun > Sent: Wednesday, December 4, 2019 11:20 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Li, Xiaoyun ; stable@dpdk.org > Subject: [PATCH] doc: fix a typo in ntb guide >=20 > In prerequisites of ntb guide, the correct flag when loading igb_uio > module should be `wc_activate=3D1`, not `wc_active=3D1`. >=20 > Fixes: 11b5c7daf019 ("raw/ntb: add enqueue and dequeue functions") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Jingjing Wu > --- > doc/guides/rawdevs/ntb.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/doc/guides/rawdevs/ntb.rst b/doc/guides/rawdevs/ntb.rst > index 58472135f..aa7d80964 100644 > --- a/doc/guides/rawdevs/ntb.rst > +++ b/doc/guides/rawdevs/ntb.rst > @@ -52,11 +52,11 @@ NTB PMD needs kernel PCI driver to support write comb= ining (WC) to > get > better performance. The difference will be more than 10 times. > To enable WC, there are 2 ways. >=20 > -- Insert igb_uio with ``wc_active=3D1`` flag if use igb_uio driver. > +- Insert igb_uio with ``wc_activate=3D1`` flag if use igb_uio driver. >=20 > .. code-block:: console >=20 > - insmod igb_uio.ko wc_active=3D1 > + insmod igb_uio.ko wc_activate=3D1 >=20 > - Enable WC for NTB device's Bar 2 and Bar 4 (Mapped memory) manually. > The reference is https://www.kernel.org/doc/html/latest/x86/mtrr.html > -- > 2.17.1