From patchwork Fri Aug 4 13:29:00 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: 27442 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 47C4B330D; Fri, 4 Aug 2017 15:29:16 +0200 (CEST) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 829A52C55 for ; Fri, 4 Aug 2017 15:29:14 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id m85so20013469wma.1 for ; Fri, 04 Aug 2017 06:29:14 -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; bh=op/26A1SBp2TwE0exX9qvUez2uau+rdZmyz0f9zgiCI=; b=UddeLcYlRURobQF2XDKo2Df/KpymyXdjgCSTVct/1mWhXhM9MleVpFsdYAir2MFiEg iEgxDMDeqUTPuySnmi0Fezvh9Lk+i4xwJYkXug7r5ys8HCOh/Hc2viVg2kId1EDpaCsn qMndlbxSiXIII1OoIyOzhaw/HK6kqgZYw5qiRB0V7L0kqDm00MXm3R18ASRtqYxJ4UXb 92iw26zXlsqrTNH73tImas+Tzdy7hbX09IKKu4vLj6MFYU9R+ibSZLOLwbUbAooBvd3f fn5Enx78edYisqs0xJK3aqSjULah8ooddYVoCpyxjxxHNMilJzGVe7+og3kyx6xVvfn0 Pzfg== 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; bh=op/26A1SBp2TwE0exX9qvUez2uau+rdZmyz0f9zgiCI=; b=l76yMlBDyIDkQlerh73muq7aUHDUs95UFlWrKdZTqq//87ptIDaoX8Km0+VcNwANEh mFdwv48+818EgXvXPAe6TfLj2p3RxUnZNbf2B6xq8VTxJ3YxxAs5OgXjM3lxf8yev4Q0 mhFr37gRBWy7Xl/px7UbMWPXZ/J8O15YAE6k04dNUuYK6UXTz8cnDpuaYze45xzW37BE wxNtPQMVv/qkW9MZFwoNdfAX2v9SvOqbCqDNxuP8T08TWL/K4969h74SstfSkLAJ22Bv pINCmT2+IYhzsZHJk0tXceEThC11P2xnlfXSPfvdclpvb/exyp50pibu6hQkq1R9+LMm XQZQ== X-Gm-Message-State: AHYfb5j0CDNwOHxq0IGITEXCLQQzqpLZWSxIXNcnDniaN/RkY1cadvCF FXjZB7MgzIzc7tSAO8c= X-Received: by 10.28.168.84 with SMTP id r81mr1395557wme.148.1501853353702; Fri, 04 Aug 2017 06:29:13 -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 p135sm4675111wmg.12.2017.08.04.06.29.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 04 Aug 2017 06:29:12 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Fri, 4 Aug 2017 15:29:00 +0200 Message-Id: <1501853340-17345-1-git-send-email-gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH] doc: remove planned devargs changes for v17.08 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" These changes have been implemented. Signed-off-by: Gaetan Rivet Acked-by: John McNamara --- doc/guides/rel_notes/deprecation.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 72aa404..7024c81 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -16,13 +16,6 @@ Deprecation Notices - ``rte_set_log_type``, replaced by ``rte_log_set_level`` - ``rte_get_log_type``, replaced by ``rte_log_get_level`` -* devargs: An ABI change is planned for 17.08 for the structure ``rte_devargs``. - The current version is dependent on bus-specific device identifier, which will - be made generic and abstracted, in order to make the EAL bus-agnostic. - - Accompanying this evolution, device command line parameters will thus support - explicit bus definition in a device declaration. - * The VDEV subsystem will be converted as driver of the new bus model. It may imply some EAL API changes in 17.08.