From patchwork Tue Oct 24 10:35:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 30780 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2F7611B7C5; Tue, 24 Oct 2017 12:36:19 +0200 (CEST) Received: from mail-wm0-f66.google.com (mail-wm0-f66.google.com [74.125.82.66]) by dpdk.org (Postfix) with ESMTP id C28651B7A4 for ; Tue, 24 Oct 2017 12:36:05 +0200 (CEST) Received: by mail-wm0-f66.google.com with SMTP id m72so14784450wmc.1 for ; Tue, 24 Oct 2017 03:36:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=y2ZyHGTv7T9cbZvPev8M+zh9cnxPGbHqAAUx4DQ33XU=; b=madV1kt1LnFsupfMlwKIuAlXVb7ozpZ1YJpC2/XyjagByfdF/t6j8SXmdVFZjYiJgE an7MRlu/6FjW7iwD7h4zHenodM8MUcCYiEd7r/bhp7Gofn9U/iDy3Y+DBHcIyz/f6QjV lSRW6zgWuaucBf0BCwmUmHTQcgZLV2Ufe0xxTrAf5EV0TO5NEiEFzYO03PaXje6FlXhF 6SXtmpV2fGGMbX5B60+FoRB9E9IOYUC/EOSQg8JCKQuUC18cUq0J6hbGxDhEJuunBPNa fAeV1j4HhV8S8eUz4Xk4Y5mV1Czl8kPMK+arYCYWbBaaUlW6YelU7rlWiTUETrSqagxF 8KSA== 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:in-reply-to:references; bh=y2ZyHGTv7T9cbZvPev8M+zh9cnxPGbHqAAUx4DQ33XU=; b=Ma0WdqJLF8u/ZM+hBAjmAWESQE9Z4D3ejrlfp2po/8SMR28s6/sRPQsDU7YvAdaUzf SkjauqrRgYbalT+Y9RWC+yT5nol+yp73p+uOG7PX0eYo6tVxBhrxNQbfwVclqVFAjN5b rCCBow24BW816hycqaS7KkduYCUAM2gtUmxCTSvy7THsK4mKvFUnz3GFqQyDNOoWtklR RORuB8JeaMWIuGy1/3MPHHoEdAw+qB140f7J0h13Wr1St2EdS9g71Y7qXK20Scc6WHCm DjkPrasuqrtSfx8amNEiznO3aP8mZInNj48EsJ3XTZdwWxfjH2qNWdTaSLCiwBpA0XZE mtVQ== X-Gm-Message-State: AMCzsaXvzIDoUP+oI+FJczqTM2Sq2SnZvk8QH5ikToUSs9dgDyBFmdFT pGWN3HvzKAjHRkYTNBU7xjyWCHpy X-Google-Smtp-Source: ABhQp+RvininLhTfbF3i87wJK8KoFHqOB4g3QaGPgAY/3yNKLMa0FfjRM5HVvkeJOVVai+YrmNSnWw== X-Received: by 10.28.146.18 with SMTP id u18mr7779179wmd.28.1508841365078; Tue, 24 Oct 2017 03:36:05 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id w4sm12205088wrc.17.2017.10.24.03.36.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 24 Oct 2017 03:36:04 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Tue, 24 Oct 2017 12:35:41 +0200 Message-Id: <01f9eb001ad93d611e08d8230b3da58187415e13.1508840586.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: <409639fdf67753288cff5bf7d91f725666ff5678.1508840586.git.gaetan.rivet@6wind.com> References: <409639fdf67753288cff5bf7d91f725666ff5678.1508840586.git.gaetan.rivet@6wind.com> Subject: [dpdk-dev] [PATCH v2 5/6] doc: update detachable flag deprecation notice 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" Remove the deprecation notice as the flag has been removed. Signed-off-by: Gaetan Rivet Acked-by: John McNamara --- doc/guides/rel_notes/deprecation.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 52058f5..354cc1c 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -56,14 +56,6 @@ Deprecation Notices Target release for removal of the legacy API will be defined once most PMDs have switched to rte_flow. -* ethdev: The device flag advertizing hotplug capability - ``RTE_ETH_DEV_DETACHABLE`` is not needed anymore and will be removed in - v17.11. - This capability is verified upon calling the relevant hotplug functions in EAL - by checking that the ``unplug`` ops is set in the bus. This verification is - done by the EAL and not by the ``ethdev`` layer anymore. Users relying on this - flag being present only have to remove their checks to follow the change. - * ethdev: new parameters - ``rte_security_capabilities`` and ``rte_security_ops`` will be added to ``rte_eth_dev_info`` and ``rte_eth_dev`` respectively to support security operations like