From patchwork Mon May 28 16:10:35 2018 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: 40483 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 [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 30E4E2583; Mon, 28 May 2018 18:10:58 +0200 (CEST) Received: from mail-wr0-f196.google.com (mail-wr0-f196.google.com [209.85.128.196]) by dpdk.org (Postfix) with ESMTP id D39B4F72 for ; Mon, 28 May 2018 18:10:56 +0200 (CEST) Received: by mail-wr0-f196.google.com with SMTP id v13-v6so9364668wrp.13 for ; Mon, 28 May 2018 09:10:56 -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=Eq/jJZnSu+1DuwRoYSnp/SqprWXCzr/SHTCSGJkQT2o=; b=Pj8nYJQJsDMwG9UfnNuN90LQzhBOpboLuAjoI+lW2GicDA3b939rsG2/AFHTwexCu3 fAfCDDqScBqeaPMHhwNq24CiSSG6xdGRkPOZ4vKQGxW7iM4wI/h5MVMUOstHZboydlze 2ycQs9tlu0W48eglXqk9e3JXMq3lCEEgpv5DO+yqPZ6o+B9w3b2vSYPy+urA5vWIvVsQ xSsrmLRXiNIl2UqBGg4i19GtSUw8QyxZ/XXucOiOsMG3oWWWI0ipeK25cCfK5yzOTZLK 1hOzv3oUIMSYJ4P994dMl+65XfHLJewz5WOkEUZaG4lEh3ZiqmrctzhnS01EU4kvp695 9N4w== 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=Eq/jJZnSu+1DuwRoYSnp/SqprWXCzr/SHTCSGJkQT2o=; b=r+SjBjluIY0SROOUHw6BKWlHL7ViQKujycSmSX0QLA/ds7TeM3UdFSRAokKd0GbRg8 gCf8fjyOKKSfSfh1/6bB/HAKdLMaKkjFII1yVdvVRJVwhKho8hQXJ1rid6T+i7th7AwE SxKtIgAlfNtBIo8w0GEh70Z7Xy96UAiFDVusTTLZgx/nAlUbTxyLWz+sGwXdztm82E5M TwJDIlc3cs7XZYkBbL2Hs77qhgnYHdbTg5ebw1ZUU5AZCnWVkzt/eq1K/ekyJ1nwdVag ueODAyM+WLXOdZECIWlB1Ota2nIFP02belhgYRjGfbmehhNh2oIUMy6nparQB4ed7HY3 c54g== X-Gm-Message-State: ALKqPweKdqWamYo4ViUShxWZ8GgmWDZRUHpTeKa0egZjwNgMajFj2zp6 +6FwUTrz95kmbABLTdzh4rP3ffDx X-Google-Smtp-Source: AB8JxZp12Pq47kIop06xiRLHFOB/VqdgCQ2MAZUF9vD5LuLsVrWolgzHXfITzG+lmoRJrPvNYH6j+A== X-Received: by 2002:adf:9b86:: with SMTP id d6-v6mr12365607wrc.240.1527523856011; Mon, 28 May 2018 09:10:56 -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 n12-v6sm9219550wrp.69.2018.05.28.09.10.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 May 2018 09:10:54 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Mon, 28 May 2018 18:10:35 +0200 Message-Id: <20180528161035.3506-1-gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH v1] doc: postpone devargs genericisation work 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" Device querying and declaration has been postponed to 18.08. Additionally, while working on the feature, some changes previously announced won't be enacted. Signed-off-by: Gaetan Rivet --- doc/guides/rel_notes/deprecation.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 103520cc2..1ce692eac 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -18,13 +18,12 @@ Deprecation Notices - if DPDK is not running as root and $XDG_RUNTIME_DIR is not set, path will be set to ``/tmp/dpdk//config`` -* eal: both declaring and identifying devices will be streamlined in v18.05. +* eal: both declaring and identifying devices will be streamlined in v18.08. New functions will appear to query a specific port from buses, classes of device and device drivers. Device declaration will be made coherent with the new scheme of device identification. As such, ``rte_devargs`` device representation will change. - - removal of ``name`` and ``args`` fields. - The enum ``rte_devtype`` was used to identify a bus and will disappear. - Functions previously deprecated will change or disappear: