From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9B9511B835 for ; Fri, 9 Feb 2018 10:19:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 01:19:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="202619857" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga005.fm.intel.com with ESMTP; 09 Feb 2018 01:19:13 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 9 Feb 2018 09:19:12 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by irsmsx111.ger.corp.intel.com ([169.254.2.246]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 09:19:12 +0000 From: "Mcnamara, John" To: "Varghese, Vipin" , "dev@dpdk.org" CC: "Kovacevic, Marko" Thread-Topic: [PATCH v3] doc: update the usage for shared library Thread-Index: AQHToQlxBlx92DYL9k+OCkLwSdVY/KOby/DA Date: Fri, 9 Feb 2018 09:19:11 +0000 Message-ID: References: <1517926143-16585-1-git-send-email-vipin.varghese@intel.com> <1518113999-23539-1-git-send-email-vipin.varghese@intel.com> In-Reply-To: <1518113999-23539-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDhlMjM5YWMtZGRkMS00YTkwLWJhOGYtMDU2ODdlMzI4ZWQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IncyQjJOZDllY25hcXk4R0U3eE5vN21WUTFyT0tybkhuRmJUWldSTDhHdXM9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] 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: Fri, 09 Feb 2018 09:19:16 -0000 > -----Original Message----- > From: Varghese, Vipin > Sent: Thursday, February 8, 2018 6:20 PM > To: dev@dpdk.org; Mcnamara, John > Cc: Kovacevic, Marko ; Varghese, Vipin > > Subject: [PATCH v3] doc: update the usage for shared library >=20 > Add note information to intimate about use of option '-d' for shared > library in DPDK application. >=20 Acked-by: John McNamara