From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 1A9B21C00 for ; Thu, 11 May 2017 02:48:06 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9F13C20708; Wed, 10 May 2017 20:48:05 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 10 May 2017 20:48:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=nLm9egX+uNJ8e8a /2w9LtVCpEXGp3n+qiKPK3JV9xr0=; b=Uqbd06T99QiyVYLE9kf+wRy3/HmFyhH BS6eDF4KBZIjgFD8YJWDvj6yYiGyak3iX9X1tHqFTzn7f6fvi8AGQVxT0wszylRz 9svaCMuBUbFFX4YvhFwB54t5IpXuFkHUJh6qde3KaStL4Wb0SoLErDwqZFWExwbu t6I+elINx+S0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=nLm9egX+uNJ8e8a/2w9LtVCpEXGp3n+qiKPK3JV9xr0=; b=qa+266Tt IT1+uUkHWaLI/bwDaPwttnOODLYaZ3Xkr+5p4UvinwqQj5HU+MFNDl61HPpUuX9i v9fuA9zTZuFNuwVoM+61s/91VZjw8zQfIReZTmQj2nuUlc3ezOQDrOhptOR/NxWO XKvadmjeTRPFcFgS9dhcL2G+TVly0o5Ym56ifIfdpXocU/ftgMLQBzsHyk1HO/CB YepaNIfjiJ9D8ukI2bVxw+utCfXTBMrJALJtdC2O2aPSpXtuiSt9w7P3EbLm8nxJ gYTGjB3cQB/L6RfDwk27KncvTZ8Inq6uOXTXeNMTrqMxLTyKVW1KarmgKAm1AQYY nxhRMsFugeIqGw== X-ME-Sender: X-Sasl-enc: nKGQ5L1hfCjtZzGVokK1UJjMtEJYRbgZskVyt3ll4nQC 1494463685 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 524DC7E970; Wed, 10 May 2017 20:48:05 -0400 (EDT) From: Thomas Monjalon To: "Mrozowicz, SlawomirX" Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Doherty, Declan" Date: Thu, 11 May 2017 02:48:04 +0200 Message-ID: <9067713.SfcEZPhZx9@xps> In-Reply-To: References: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal 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, 11 May 2017 00:48:06 -0000 > > Refer to RFC patch - cryptodev: remove crypto device type enumeration > >=20 > > It is planned to remove device type enumeration rte_cryptodev_type from > > library to remove the coupling between crypto PMD and the > > librte_cryptodev. > >=20 > > In this case following stuctures will be changed: rte_cryptodev_session, > > rte_cryptodev_sym_session, rte_cryptodev_info, rte_cryptodev. > >=20 > > It is planned to change the function rte_cryptodev_count_devtype(). > > The function prototype doesn=E2=80=99t clearly show the operation. > > From next release 17.08 the dev_type will be changed to driver_id. > > So the function name will change to > > rte_cryptodev_device_count_by_driver(). > >=20 > > Signed-off-by: Slawomir Mrozowicz >=20 > Acked-by: Pablo de Lara Applied, thanks