From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id 2DD3C187 for ; Mon, 30 Apr 2018 16:43:04 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id c14-v6so8283802wrd.4 for ; Mon, 30 Apr 2018 07:43:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fWTzLoXMZ3wog0yBlsw4O3d81nmhWHrBWLkos/WjMl8=; b=R9FqBaI45+hDhTrk3vrLppMgMjhQyrTRIRxW4Rdeog9PtN1BgcjUpat6xqBAMnWW0r bVnJcCm9D49ID+YHTGuRMhiDstLBVZUcQ8sFf2syF5jdFYiRz62oJmVI447B1I1+istZ iczV6JEEuSrbajgb0EBKapjd1yrCDM8qyzXL0bLFni0CSFeDfsu3XZMg9jV7vd3nuAx7 OIvZ/vjLO8LBYf428tbkKv/Fp/sFMJYqQL+iVGor8Fng79ikrDdwKYw5YCbgHb7naiJJ eE8FDkRLTjlR4TlAc3I0NinBs1D+/SwJi6w+sONZXjNIFlBAaow1aX7ZnVq/Jz/1N0EC W9xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fWTzLoXMZ3wog0yBlsw4O3d81nmhWHrBWLkos/WjMl8=; b=RVPNQKAZvP+hNRpHj95jzklDTRMCUuPKIpwi37c0mBwNodIHGgIQMEKr2/NGz0fswJ bmiWryspGacaEFUfQpaimiuTmxgLYDdVa/nX4mgGjcSJFqhMip/YdKZCyjtPYfgnQoU1 bZRHcex2Rgeg0RdV2anwijCuNJXDPBaiq2n6IQM3kku+aLi12u5Nqsc8YFafRQ9qQehP 9uqWAJ+h1mF3dwb/A1ThfavuUYLAhRaqZm/fcrKuAv92kHZv99agbt5A/SSwqbU8lIqT v6dGbnnxSdW38IgmZ5FhzlSzZN9VCCfwxRHUkiH5SEOQpY2wrTCJGR8RbD5If6+J5Fc5 OFLQ== X-Gm-Message-State: ALQs6tCTqL+5pvnYhdhOI2/SGC9eKhyIGFEGj1XUHPBjAP1w/aUbNFQ9 KUZR6/3CHWLubtOiUzjIzlM= X-Google-Smtp-Source: AB8JxZosXsby+bUeYkvL2YWUUiMWJw+8wajJ3Ua9k4iVJow9Q/9XFBOm1x+CnIKNhjiI4YNTqtfi0A== X-Received: by 2002:adf:af28:: with SMTP id z37-v6mr8912541wrc.72.1525099383227; Mon, 30 Apr 2018 07:43:03 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id v66sm12012900wmd.41.2018.04.30.07.43.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 07:43:02 -0700 (PDT) From: luca.boccassi@gmail.com To: Ferruh Yigit Cc: Shahaf Shuler , dpdk stable Date: Mon, 30 Apr 2018 15:40:39 +0100 Message-Id: <20180430144223.18657-24-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180430144223.18657-1-luca.boccassi@gmail.com> References: <20180430140606.4615-80-luca.boccassi@gmail.com> <20180430144223.18657-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'doc: reduce initial offload API rework scope to drivers' has been queued to stable release 18.02.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 14:43:04 -0000 Hi, FYI, your patch has been queued to stable release 18.02.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/02/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 7659eef1f86732b93d94babecac42ccdd20d5eed Mon Sep 17 00:00:00 2001 From: Ferruh Yigit Date: Fri, 13 Apr 2018 22:20:59 +0100 Subject: [PATCH] doc: reduce initial offload API rework scope to drivers [ upstream commit 315ee8374e0e94fe9ae101da02ff9d91384521f6 ] Do ethdev new offloading API switch in two steps. In v18.05 target is implementing the new ethdev-PMD offload interface, which means converting all PMDs to new offloading API. Next target is removing the old ethdev offload API. It will effect applications and will force them to implement new offloading API. Fixes: 3004d3454192 ("doc: update deprecation of ethdev offload API") Signed-off-by: Ferruh Yigit Acked-by: Shahaf Shuler --- doc/guides/rel_notes/deprecation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 9b5576152..e9fcb69ca 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -97,8 +97,12 @@ Deprecation Notices * ethdev: a new Tx and Rx offload API was introduced on 17.11. In the new API, offloads are divided into per-port and per-queue offloads. Offloads are disabled by default and enabled per application request. - The old offloads API is target to be deprecated on 18.05. This includes: + The old ethdev - drivers offload interface will be deprecated on 18.05. + This includes: + - removal of the conversion in ethdev from new offloading API to old API for drivers. + + In later releases the old offloading API will be deprecated, which will include: - removal of ``ETH_TXQ_FLAGS_NO*`` flags. - removal of ``txq_flags`` field from ``rte_eth_txconf`` struct. - removal of the offloads bit-field from ``rte_eth_rxmode`` struct. -- 2.14.2