From patchwork Tue Jul 14 05:39:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 73985 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9C709A0540; Tue, 14 Jul 2020 07:41:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 67D081D567; Tue, 14 Jul 2020 07:39:48 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by dpdk.org (Postfix) with ESMTP id DAA5A1D44D for ; Tue, 14 Jul 2020 07:39:42 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id u185so7107435pfu.1 for ; Mon, 13 Jul 2020 22:39:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GfNs547XVxfKmlR5nSzvbiYpJTa3PJ7WDb/yJC8EJrw=; b=PRkvFSXS1WSVnAtTBlSjW4U4ItkMFuImfhvC9QcKRTIlJvsjftcmKZxos8cWBGUj3U XtzJdrjGhd/rHdbLMNel3fNvrwc3Opm9BkQM8XGUjLfxhRiMRzwVvOM+OTKZrLdD1m51 kapPHMEKZMgv/mIQhIkB6ifWlnzFfXbgO3gE90EYR9SSFANEIPd42hlGvRKfTyfLUEWu +TfJwH2AsVjH7oYgy+PJA9MMp6RrIUEu5O++3QMOFD5DHtV7uo/hnzQ0YlvqWfW5QBRK TwgKGZeSR6rdwpvIUD86uiIsMTV57RpY8WKzzYJdcUcQnPc0QjHMkw543xSJVktz/qK/ pkGQ== 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:mime-version:content-transfer-encoding; bh=GfNs547XVxfKmlR5nSzvbiYpJTa3PJ7WDb/yJC8EJrw=; b=stW6cAxRhw3Ad4mhv68GM161+Q/fGXt4oOTq3wUinJugVa7OWaUy1cfKaOFE3Y8jCA /PjybhUT9DboE9lthczxCAPyo/v3NVAZ/Qh+wKRA/RM4REy+ifSnFWMYaFhyJ6YveegA ZUSHjXkyhdGByCqkp5f9s8SWAU7Czh3SCpIoTLJqISdVQjp5Zt748xJpuZDsQP9cVVnn vTyETFzPnwH+IBw0oK/1v3kCsTv+SFeb7UGvKZFDOKJg8lbnXzylPxLrZscIyPMHEnuU 33JFGqgUIAP4/iy+3QEM7XcAeaRAb4uMcnQuaaXixExpFQ/JAWfL7HQRKxJb0EaDrUy5 C4Pg== X-Gm-Message-State: AOAM532p2KWAKVCh811D8RFPUsqxHyqULfOxiiFiUaBXQ0vCsqD4M70V G+Fx2ue/1uvTQcERlofPPlv0tAwS6k91vw== X-Google-Smtp-Source: ABdhPJzKftXHqvLwwtziYX5kGYDHDmptNHucdgY1dxXigKv6vEH7ZEQAsJl3gGhx13QxT0K5pnOtvA== X-Received: by 2002:aa7:86c1:: with SMTP id h1mr2717538pfo.175.1594705181676; Mon, 13 Jul 2020 22:39:41 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id h9sm15810259pfk.155.2020.07.13.22.39.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 22:39:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Luca Boccassi Date: Mon, 13 Jul 2020 22:39:17 -0700 Message-Id: <20200714053919.5609-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200714053919.5609-1-stephen@networkplumber.org> References: <20200613000055.7909-1-stephen@networkplumber.org> <20200714053919.5609-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v4 09/11] doc: add note about blacklist/whitelist changes 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 blacklist/whitelist changes to API will not be a breaking change for applications in this release but worth adding a note to encourage migration. Signed-off-by: Stephen Hemminger Acked-by: Luca Boccassi --- doc/guides/rel_notes/release_20_08.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index f19b748728e4..b9509f657b30 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -261,6 +261,12 @@ API Changes * vhost: The API of ``rte_vhost_host_notifier_ctrl`` was changed to be per queue and not per device, a qid parameter was added to the arguments list. +* eal: The definitions related to including and excluding devices + has been changed from blacklist/whitelist to include/exclude. + There are compatiablity macros and command line mapping to accept + the old values but applications and scripts are strongly encouraged + to migrate to the new names. + ABI Changes -----------