From patchwork Tue Mar 7 11:52:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Eremin-Solenikov X-Patchwork-Id: 94979 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp1849193qgd; Tue, 7 Mar 2017 03:52:52 -0800 (PST) X-Received: by 10.200.51.19 with SMTP id t19mr20357098qta.242.1488887572647; Tue, 07 Mar 2017 03:52:52 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v91si17724836qte.144.2017.03.07.03.52.52; Tue, 07 Mar 2017 03:52:52 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 48A3D62D7B; Tue, 7 Mar 2017 11:52:52 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 4BDAD62CC1; Tue, 7 Mar 2017 11:52:46 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id F16CE60F4C; Tue, 7 Mar 2017 11:52:43 +0000 (UTC) Received: from mail-wr0-f180.google.com (mail-wr0-f180.google.com [209.85.128.180]) by lists.linaro.org (Postfix) with ESMTPS id BE1AF60A6F for ; Tue, 7 Mar 2017 11:52:27 +0000 (UTC) Received: by mail-wr0-f180.google.com with SMTP id u108so137152061wrb.3 for ; Tue, 07 Mar 2017 03:52:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=t5eH7n9b+ZOKsrArWKiABiDKcpb7QtSLOBrQwcIdwlI=; b=W+pnn7t66ovq4yeI9GzIhl/JcmiC3STM73WujZ7iMIcMolWqxXzzaSwX3PLyOhGdH4 5S8EoGBqbVXQvSDOsVVO3QD0ORKwDvPCaTIjWuH4XRukbCeH3XjRwKCJqcDsO0G78ZO3 DKEzl6gdqxiTlctakHXY/Bk+GSYKgnxAWiCSi8pMnxEMQlm4hrL7RkTLURo7Y+o1oFgl G4ieljUghQtDqV4aagPKAXpIi7V8p/vGkkggo9WPmwOiV8vIed+fY8Q8wcj14AMNUnKI WtTD+ox4uML9mp+UAbou8XKLT7uC6MHVwQEgWXQ0E8njfTCsxS+OCHvvEQy35U3+t4in W3xQ== X-Gm-Message-State: AMke39kYbUzgf0UsgSPYRY5iBYbT2prwVAUGTgExV2e7hUp8tZZIhGkQZLasv7s64IMUzy6S+SwTiw== X-Received: by 10.223.176.7 with SMTP id f7mr1999884wra.124.1488887546679; Tue, 07 Mar 2017 03:52:26 -0800 (PST) Received: from forlindon.c.hoisthospitality.com ([109.74.56.122]) by smtp.gmail.com with ESMTPSA id y145sm18652299wmc.17.2017.03.07.03.52.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Mar 2017 03:52:26 -0800 (PST) From: Dmitry Eremin-Solenikov To: lng-odp@lists.linaro.org Date: Tue, 7 Mar 2017 14:52:22 +0300 Message-Id: <20170307115225.29225-1-dmitry.ereminsolenikov@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [lng-odp] [API-NEXT 0/3] deprecated hints proposal X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" As promised, here comes a reworked deprecated API proposal. Main differences from Petri's proposal: - No configure-time switches. ODP and helper libraries are ABI-compatible with both kinds applications: using deprecated API and disabling them; - Simple compile time switch to enable use of deprecated API just for the applications/examples that are not ported yet. Dmitry Eremin-Solenikov (2): api: hints: rework ODP_DEPRECATED API api: crypto: use ODP_DEPRECATED{,_FIELD} declarations Petri Savolainen (1): test: crypto: remove references to deprecated crypto apis doc/helper-guide/Doxyfile | 1 + doc/platform-api-guide/Doxyfile | 1 + example/ipsec/odp_ipsec_misc.h | 4 ++-- example/ipsec/odp_ipsec_sa_db.c | 4 ++-- example/ipsec/odp_ipsec_stream.c | 6 +++--- helper/Makefile.am | 1 + include/odp/api/spec/crypto.h | 26 ++++++++++++++------------ include/odp/api/spec/hints.h | 13 +++++++++++++ platform/linux-generic/Makefile.am | 1 + test/common_plat/performance/odp_crypto.c | 4 ++-- 10 files changed, 40 insertions(+), 21 deletions(-) -- 2.11.0