From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B50CBA052B; Wed, 29 Jul 2020 17:24:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5651AE07; Wed, 29 Jul 2020 17:24:43 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 53BE73B5 for ; Wed, 29 Jul 2020 17:24:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596036280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Qc5QU6KZJ8oxXO+L2hnFM21q947//HOHmB+WakJPAV0=; b=eyeHt/HKt0+VQl08yGTZhY4JQIae2u32pzXLRb106jtYbtyxzxLs+PzVBk1qVzB0K7v+hz QSTtJFKZL8XzDysFbQ2JrDcoZiUn65W2VTT/g4qJTrDM8jICMvUXoOLS3mYhwWm0Px2btx oPgPVOm/migXevoiX0Xa5Pk2XejoIFs= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-342-Rr4-a162NB6FajK3CT8CmQ-1; Wed, 29 Jul 2020 11:24:37 -0400 X-MC-Unique: Rr4-a162NB6FajK3CT8CmQ-1 Received: by mail-vs1-f69.google.com with SMTP id b72so3139373vsd.10 for ; Wed, 29 Jul 2020 08:24:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qc5QU6KZJ8oxXO+L2hnFM21q947//HOHmB+WakJPAV0=; b=dhhWYla76mP2VEE+Eu3/JiKq6S3OAirKWyn9iiXWky58QLr9EbcbDc5PwB9fy2wiMr fmt36WxBEyD5wRkDfkJCpSp4dRWa04zZwKZK6WAAaNwuARIhY+1/3hYLhBN3DRv4lnex KT8/ohaRS6bOnQdzsnXFdXTGqAatTHZ3Yb8CQKApQwpDoR1FrKvQrD5Yr066cb5/w5/E yFtFhz9Xxe9oPbq3btq2RdEEZaMPDGwUhz77FPI2cS2SV1AR+MS8cd6vY8lvOKjZd+iL 4X9fhqsXw2dvFrL+ymXh73zWDDQTzgXTbWV3MaJJ8pOnteN6ssPOG5rdrrapRDMzyui/ xSRw== X-Gm-Message-State: AOAM532Bat/elFLpQ9H+MoceQJUCdXmuAU+ztRKAlb3S05TH6hEGOZcE 68fcysG1P1Gb6x0IXKrIhlTn/oZwzxhfffCpaHTQFAZv6b14p5AHEpKD18zKSk2thvAJppg5wGu rkqt/LIs7fV3XpxdCRq4= X-Received: by 2002:ab0:a8a:: with SMTP id d10mr9729478uak.41.1596036277176; Wed, 29 Jul 2020 08:24:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwpCJHkiFVsPeFVBkiMGlD0t3hMx6XMXHRP48NBu1VHEXY+uRsacpTdMj4GKR++f4cbLh5mMv0OVILp0NGzaeE= X-Received: by 2002:ab0:a8a:: with SMTP id d10mr9729452uak.41.1596036276858; Wed, 29 Jul 2020 08:24:36 -0700 (PDT) MIME-Version: 1.0 References: <20200729144651.17524-1-arkadiuszx.kusztal@intel.com> In-Reply-To: <20200729144651.17524-1-arkadiuszx.kusztal@intel.com> From: David Marchand Date: Wed, 29 Jul 2020 17:24:25 +0200 Message-ID: To: Arek Kusztal Cc: dev , Akhil Goyal , "Trahe, Fiona" , Anoob Joseph , shallyv@marvell.com, Declan Doherty , Fan Zhang , "Ananyev, Konstantin" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] [RFC] doc: announce removal of crypto list end enumerators 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jul 29, 2020 at 4:47 PM Arek Kusztal wrote: > > Enumerators RTE_CRYPTO_CIPHER_LIST_END, RTE_CRYPTO_AUTH_LIST_END, > RTE_CRYPTO_AEAD_LIST_END will be removed to prevent some problems > that may arise when adding new algorithms. How does it cohabitate with Ferruh notice? Is it a complement? or redundant? https://git.dpdk.org/dpdk/commit/doc/guides/rel_notes/deprecation.rst?id=58245da070289f4b248f15970c3f8af73ea601ed > > Signed-off-by: Arek Kusztal > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index a58a179..34b0e3c 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -142,3 +142,9 @@ Deprecation Notices > Python 2 support will be completely removed in 20.11. > In 20.08, explicit deprecation warnings will be displayed when running > scripts with Python 2. > + > +* cryptodev: ``RTE_CRYPTO_AEAD_LIST_END`` from ``enum rte_crypto_aead_algorithm``, > + ``RTE_CRYPTO_CIPHER_LIST_END`` from ``enum rte_crypto_cipher_algorithm`` and > + ``RTE_CRYPTO_AUTH_LIST_END`` from ``enum rte_crypto_auth_algorithm`` will be > + removed. > + -- David Marchand