From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 241741B6CA for ; Tue, 6 Feb 2018 13:17:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 04:17:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,468,1511856000"; d="scan'208";a="32415873" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 06 Feb 2018 04:17:13 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX109.ger.corp.intel.com ([169.254.13.19]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 12:17:12 +0000 From: "Mcnamara, John" To: "Varghese, Vipin" , "dev@dpdk.org" , "Kovacevic, Marko" Thread-Topic: [PATCH] doc: update the usage for shared library Thread-Index: AQHTnowGAIKZmBSS9kqKD/20TDH2YKOXSYDQ Date: Tue, 6 Feb 2018 12:17:11 +0000 Message-ID: References: <1517840230-8982-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: <1517840230-8982-1-git-send-email-vipin.varghese@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGQ0NDY1OWYtZTgxZS00NmJkLTliMDktMDAwM2UwNGNmMTk4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRMMG85cytGWTR2OGpqM3hXdDN3N0lTaGtGUnlaZ2dRNzJ5UjhQcmZEdm89In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: update the usage for shared library 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: Tue, 06 Feb 2018 12:17:16 -0000 > -----Original Message----- > From: Varghese, Vipin > Sent: Monday, February 5, 2018 2:17 PM > To: dev@dpdk.org; Kovacevic, Marko > Cc: Mcnamara, John ; Varghese, Vipin > > Subject: [PATCH] doc: update the usage for shared library >=20 > Add note information to intimate about use of option '-d' for shared > ... > + > + .. note:: > + > + When dpdk-testpmd is built with shared library, use option ``-d`` to > + load the dynamic PMD for ``rte_eal_init``. I think the text of the note needs to be indented at least 3 spaces. Also, the app name is testpmd, not dpdk-testpmd, right? That is what is in the previous section of the doc. Also, quote the application name like this: ``testpmd``. John