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 478841B295 for ; Mon, 30 Oct 2017 12:06:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C2A3120DD6; Mon, 30 Oct 2017 07:06:33 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 30 Oct 2017 07:06:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=/pm3dfCcEGpXmGy/6iGwFs6EagKClD3RzWrAxcuEI7w=; b=WV5SM IRvtQjE0cAuekffHzhFPcsgFNWOd8pA/XRc4x5N4HuyYAFEoko9SYdt5zopRXbXy xsv7TYdfWNf8eJ+lbesEcGfH3SNshh1vzyPHFcTVCXDZUzNsBi3cNeaIvtRY+nPH wzNDGYmyKU5LjZCr5Gu+RF6f+peF69WV1qw3/4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=/pm3dfCcEGpXmGy/6iGwFs6EagKCl D3RzWrAxcuEI7w=; b=FPMIQVhSZQy2QoMAiKOrSUQBIulASx4UeRdtZ04W88Gvo j4u4cRc9Ih5UYC75hRyBGnxULE8RXMfbv9T7sflFMgPhHYGUllmRowo4GGgWRple q0C9O5uOZtCBhKPejJ2kugvYfWsAWC6VLWbktVZpU2sFceqKJiXNq96BQ2XjNg6c oTlBsg1u+3kqMMENxYU8InPWK8/DbeaN8uzEJSTVN77OZIRUpLoCIQeaj0lMZ2us 17ViHa3s+J4t0QOt7zCG/ZaK/PJpLdPwpBcEWwpTJjIIF+0n4McVwvnt4wdSPYum nQAeRw/wBU9VzwyD+JWaC4du2R183qDXDwJTCxN0w== X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6B3047F39D; Mon, 30 Oct 2017 07:06:33 -0400 (EDT) From: Thomas Monjalon To: akhil.goyal@nxp.com Cc: pablo.de.lara.guarch@intel.com, declan.doherty@intel.com, dev@dpdk.org Date: Mon, 30 Oct 2017 12:06:32 +0100 Message-ID: <13025039.YgYnWXZ3ut@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] rte_security deprecation 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: Mon, 30 Oct 2017 11:06:34 -0000 Hi, The deprecation notice for rte_security was not removed: http://dpdk.org/commit/be7c7cce25 Please submit a patch to remove it and explain what was really done. The API and ABI changes must be described in the release notes. Thanks