From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 804AA1B5B5 for ; Thu, 10 Jan 2019 10:47:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 01:47:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,460,1539673200"; d="scan'208";a="134670138" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 10 Jan 2019 01:47:24 -0800 Received: from irsmsx112.ger.corp.intel.com ([169.254.1.84]) by IRSMSX152.ger.corp.intel.com ([169.254.6.47]) with mapi id 14.03.0415.000; Thu, 10 Jan 2019 09:47:22 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Trahe, Fiona" Thread-Topic: [PATCH v4 01/12] cryptodev: change queue pair configure structure Thread-Index: AQHUqG6NriAYBDF7JUy/8WKhkBDp+qWoM6cg Date: Thu, 10 Jan 2019 09:47:21 +0000 Message-ID: References: <20181221135550.80745-1-roy.fan.zhang@intel.com> <20190109225609.20590-1-roy.fan.zhang@intel.com> <20190109225609.20590-2-roy.fan.zhang@intel.com> In-Reply-To: <20190109225609.20590-2-roy.fan.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGQwN2QwYjUtYmIyMy00MGUyLThkNTItOTBlZTYwMmNiNzRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRkJaeDFQekpoXC9BSW5OVUhZWnAyTXhZbVRzN3Q2YUVaK01PbHBhVUtlTGNRYnBrc0RXdElTTElNamlkQWduaVEifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v4 01/12] cryptodev: change queue pair configure structure 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, 10 Jan 2019 09:47:26 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Wednesday, January 9, 2019 10:56 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; De Lara Guarch, Pablo > ; Trahe, Fiona > Subject: [PATCH v4 01/12] cryptodev: change queue pair configure structur= e >=20 > This patch changes the cryptodev queue pair configure structure > to enable two mempool passed into cryptodev PMD simutaneously. >=20 > Signed-off-by: Fan Zhang > Acked-by: Fiona Trahe > --- ... > diff --git a/app/test-crypto-perf/main.c b/app/test-crypto-perf/main.c > index 953e058c9..38a2e429f 100644 ... > +++ b/doc/guides/prog_guide/cryptodev_lib.rst Could you also update the sample code which calls queue_pair_setup? > + > + > Logical Cores, Memory and Queues Pair Relationships > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >=20 > diff --git a/doc/guides/rel_notes/release_19_02.rst > b/doc/guides/rel_notes/release_19_02.rst > index e3b2055d0..75128f8f2 100644 > --- a/doc/guides/rel_notes/release_19_02.rst > +++ b/doc/guides/rel_notes/release_19_02.rst > @@ -164,6 +164,9 @@ API Changes > ``rte_pdump_init()`` and enum ``rte_pdump_socktype`` were deprecated > since 18.05 and are removed in this release. >=20 > +* cryptodev: as shown in the the 18.11 deprecation notice, the last > parameter > + of ``rte_cryptodev_queue_pair_setup()``, ``session_pool``, is removed. > + ABI versioning should be bumped in this document. >=20 > ABI Changes > ----------- > @@ -183,6 +186,10 @@ ABI Changes > * mbuf: The format of the sched field of ``rte_mbuf`` has been changed > to include the following fields: ``queue ID``, ``traffic class``, ``co= lor``. >=20 > +* cryptodev: as shown in the the 18.11 deprecation notice, the structure > + ``rte_cryptodev_qp_conf`` has been added two parameters of symmetric > session > + mempool and symmetric session private data mempool. > + >=20 > Shared Library Versions > ----------------------- > diff --git a/drivers/crypto/aesni_gcm/aesni_gcm_pmd.c > b/drivers/crypto/aesni_gcm/aesni_gcm_pmd.c > index ebdf7c35a..abc7a6d5f 100644 ... > +++ b/lib/librte_cryptodev/Makefile > @@ -1,5 +1,5 @@ > # SPDX-License-Identifier: BSD-3-Clause > -# Copyright(c) 2015 Intel Corporation > +# Copyright(c) 2015-2018 Intel Corporation Welcome to 2019 :D >=20 > include $(RTE_SDK)/mk/rte.vars.mk >=20 > @@ -7,7 +7,7 @@ include $(RTE_SDK)/mk/rte.vars.mk > LIB =3D librte_cryptodev.a >=20 > # library version > -LIBABIVER :=3D 5 > +LIBABIVER :=3D 6 Version should also be bumped in the meson.build file. >=20 > # build flags > CFLAGS +=3D -O3