From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8735EA0C43; Fri, 8 Oct 2021 00:08:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 26F504122E; Fri, 8 Oct 2021 00:08:00 +0200 (CEST) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by mails.dpdk.org (Postfix) with ESMTP id 0B98B411EA for ; Fri, 8 Oct 2021 00:07:57 +0200 (CEST) Received: by mail-lf1-f48.google.com with SMTP id u18so30679808lfd.12 for ; Thu, 07 Oct 2021 15:07:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=tdnVKJwY3K7UwNBlsHumVYE+iGUsiUsCiG/p2SfqACc=; b=kdGcg4QT3zGcFc96rEa5bBRe8gbjqVEyosFaUnRsSj5Ep4DzOyKypqTn2B9nkHyHvG XeEzKOoVUqkAR4mdLMCqrTJnyny4Knq84nW0QwbkBF/+l3bmweq+9SMLVAP8lcgLUp99 XbAH3JpCGCH1shMQWrOVUS6pjOl8jIhHgcujc5ZiuUzzJY7yeVgtSsBP7r02X2U32qr4 MVY95gH5f/VPffU9TLGboxwTLJX88fpJzMa/jOZekTErxW4iAZpogGim1rLq+w7zH84H f/FbbkbIQRZUU1NDaoxmUiBRvvpytWbED8fYrnzmGdrYLlkKU4/HeQ2DUkyxFxg4MJpS lKcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=tdnVKJwY3K7UwNBlsHumVYE+iGUsiUsCiG/p2SfqACc=; b=W9NiUwMGGq8cb10JRRFuyWpEnFstf2WdOeQ22iTUdM379KSlj2ZDw/rFae/1Nop6Th mxscV2kLLCzxq//maZUUuX1BsDxWFdu1KwMreiD15rqxGWiXAQKAKspSO2J+wN0XFM2/ +eOsRENQ0H7QgQE1kwU2JLaEUDmoGDKXQzq5YMH12+jjg0/rBid5esXMJt20bAfXv8Cq 3PstNyZ6bxpHcXYomSUULUzfbl1NfOas2oQdtgtfGTogfT72VuObn3XLggf0cn6ED4DQ cHcz0823BLdjb39bHEGY0YKpGnbAsjDe1f4/srlpGDCdu9tr9m6pp/hRyd+FLTbRkcap 5Apw== X-Gm-Message-State: AOAM531Z6AVnx6ofctIsgXlzYCaTY+zRIXQ9+F7z5V6cFsyWCFrzXtvZ DyEAZFTCU5zGSDZBTvmW55OmHcmMfFkdyQ== X-Google-Smtp-Source: ABdhPJxesCoFFE2Zg8PnRN2Df5CCYahQaHs5tygeG0ih7a6nUSE0kwTJgCC6SjpoWWZHw27+DU6mVw== X-Received: by 2002:ac2:4e04:: with SMTP id e4mr4957126lfr.145.1633644476461; Thu, 07 Oct 2021 15:07:56 -0700 (PDT) Received: from sovereign.. (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id bf12sm57184ljb.87.2021.10.07.15.07.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 15:07:56 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Kozlyuk , Akhil Goyal , Ashish Gupta , Declan Doherty , Fiona Trahe , Khoa To , Narcisa Ana Maria Vasile , Thomas Monjalon , Tyler Retzlaff Date: Fri, 8 Oct 2021 01:07:50 +0300 Message-Id: <20211007220750.313779-3-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.29.3 In-Reply-To: <20211007220750.313779-1-dmitry.kozliuk@gmail.com> References: <20211001163306.76538-1-dmitry.kozliuk@gmail.com> <20211007220750.313779-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 2/2] doc: remove unneeded deprecations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" It was announced that `min` and `max` fields and variables in public headers will be renamed to avoid clash with `min` and `max` macros defined in Windows headers. However, it is unnecessary, because these are function-like macros, which are not expanded unless the next token is an opening brace. It cannot happen for integer fields and variables. Remove the deprecation notices. Fixes: c4379ee599ef ("doc: announce API changes for Windows compatibility") Signed-off-by: Dmitry Kozlyuk --- doc/guides/rel_notes/deprecation.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 918ea3f403..b9e77f6153 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -193,12 +193,6 @@ Deprecation Notices and ``rte_vhost_driver_set_protocol_features`` functions will be removed and the API functions will be made stable in DPDK 21.11. -* compressdev: ``min`` and ``max`` fields of ``rte_param_log2_range`` structure - will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers. - -* cryptodev: ``min`` and ``max`` fields of ``rte_crypto_param_range`` structure - will be renamed in DPDK 21.11 to avoid conflict with Windows Sockets headers. - * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform`` has a limited size ``uint16_t``. It will be moved and extended as ``uint32_t`` in DPDK 21.11. -- 2.29.3