From patchwork Tue Apr 18 15:48:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 23720 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 5EC6D5587; Tue, 18 Apr 2017 17:49:04 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7F7E02BB1 for ; Tue, 18 Apr 2017 17:49:02 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2017 08:49:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.37,219,1488873600"; d="scan'208"; a="1120768348" Received: from sivswdev01.ir.intel.com (HELO localhost.localdomain) ([10.237.217.45]) by orsmga001.jf.intel.com with ESMTP; 18 Apr 2017 08:48:59 -0700 From: Bernard Iremonger To: dev@dpdk.org Cc: john.mcnamara@intel.com, ferruh.yigit@intel.com, Bernard Iremonger Date: Tue, 18 Apr 2017 16:48:56 +0100 Message-Id: <1492530536-2428-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev 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" The deprecation of the bypass functions in the ethdev has not been done in 17.05. Let's postpone to 17.08. Signed-off-by: Bernard Iremonger Acked-by: John McNamara Acked-by: Reshma Pattan Acked-by: Konstantin Ananyev --- doc/guides/rel_notes/deprecation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 00e379c00..5c44fa13e 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -40,7 +40,7 @@ Deprecation Notices ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` instead of ``void`` and a fourth parameter ``void *ret_param`` will be added. -* ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_* +* ethdev: for 17.08 it is planned to deprecate the following nine rte_eth_dev_* functions and move them into the ixgbe PMD: ``rte_eth_dev_bypass_init``, ``rte_eth_dev_bypass_state_set``,