From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id BE4411B24B for ; Thu, 5 Oct 2017 16:45:38 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 07:45:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,481,1500966000"; d="scan'208";a="907076440" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by FMSMGA003.fm.intel.com with ESMTP; 05 Oct 2017 07:45:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX101.ger.corp.intel.com ([169.254.1.22]) with mapi id 14.03.0319.002; Thu, 5 Oct 2017 15:45:34 +0100 From: "De Lara Guarch, Pablo" To: Tomasz Duszynski , "dev@dpdk.org" CC: "mw@semihalf.com" , "dima@marvell.com" , "nsamsono@marvell.com" , "Jianbo.liu@linaro.org" , Jacek Siuda Thread-Topic: [dpdk-dev] [PATCH v2 2/4] doc: add mrvl crypto pmd documentation Thread-Index: AQHTOEQY7UHmPh7quUSd6p7S7nSm26LVXn8Q Date: Thu, 5 Oct 2017 14:45:33 +0000 Message-ID: References: <1506418805-12117-1-git-send-email-tdu@semihalf.com> <1506594212-15803-1-git-send-email-tdu@semihalf.com> <1506594212-15803-3-git-send-email-tdu@semihalf.com> In-Reply-To: <1506594212-15803-3-git-send-email-tdu@semihalf.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTVlZDhmMGEtN2QwZi00MjNkLTlhNzQtOTI0ZmQ0YjUxZDY0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1FQ1wvSU0yWExoSkFQRXFQdUY2a1RpTk9ZZHExU3JtNitJMFJJRlFYRGRJPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/4] doc: add mrvl crypto pmd documentation 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: Thu, 05 Oct 2017 14:45:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Thursday, September 28, 2017 11:24 AM > To: dev@dpdk.org > Cc: mw@semihalf.com; dima@marvell.com; nsamsono@marvell.com; > Jianbo.liu@linaro.org; Tomasz Duszynski ; Jacek Siuda > > Subject: [dpdk-dev] [PATCH v2 2/4] doc: add mrvl crypto pmd > documentation >=20 > Add documentation for the MRVL CRYPTO PMD driver. You should add the pmd in the list of device types (devtype), In doc/guides/tools/cryptoperf.rst. Also, you should mention this new PMD in release notes. >=20 > Signed-off-by: Jacek Siuda > Signed-off-by: Tomasz Duszynski > --- > doc/guides/cryptodevs/features/mrvl.ini | 42 +++++++ > doc/guides/cryptodevs/index.rst | 1 + > doc/guides/cryptodevs/mrvl.rst | 198 ... > +++ b/doc/guides/cryptodevs/mrvl.rst > @@ -0,0 +1,198 @@ ... > + > + ./l2fwd-crypto -c 0x3 --vdev=3Deth_mrvl,iface=3Deth0 > + --vdev=3Dcryptodev_mrvl_pmd I will make the comment also in the first patch, but you should use "crypto= _mrvl". The cryptodev_*_pmd convention is old and we are only maintaining it for ba= ckward compatibility. So, I would use "crypto_mrvl".