From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B696AA00BE; Sat, 13 Jun 2020 02:02:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C20CC1C12F; Sat, 13 Jun 2020 02:01:21 +0200 (CEST) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 175581C07E for ; Sat, 13 Jun 2020 02:01:18 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id w20so4862078pga.6 for ; Fri, 12 Jun 2020 17:01:18 -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=KwzVuk45Qw5c35FLz95SxK9IsWCloAy0F5VLjgrWh24=; b=fmf+ezHPuZeb7Iscq5TKr+xM66x+EYiOkZuRU1Mv+VU2P6syoHlfBdzsqjlHVhVjQd pYUOkfCfD9mpe8xUwKZSJ1jBerRJ2uyzbSME3CEpNsezOKs8DJvRxnvx64YKyg1s527M Q5K7yWzCuENlO3exsAdRXPwEO5BVtF/k3XkGIm+vosm7XGAPDTixT077sHg4JoGWpE0F 1jqaYnljsxY3Pppl4vEL59SA7KSXD1vtbuHFn8j8HU+svSTpGF9qSZ48FFU7cca8vez9 CR6AoDwgCR1O6guEe3fHVg/u3s2EfTdrLmhvljbA+bF6m02dXAoi9HhPjuhuX1trJAUN MZ9Q== 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=KwzVuk45Qw5c35FLz95SxK9IsWCloAy0F5VLjgrWh24=; b=fYISXDrutm0FSCcfLvAEDQ9fvqV4t8jQHDqAwcado+SxtzaLIaKd8lBzn5XntHIXZ+ wCDD5hW5IvpmA1B2sawWmBB6QHoEjoBC22UIwadNoCAcY/1YXt38J47WNVrwTfZYiaVT /YH/8KHmKjYDLqsXYHfhWoplE50t3bkHRtfTpIfjPzgZeNqPphVU75h3VS+KK5ndK4cA blI+Hxxd0pHLq4+Wr1eW2/vluKGwyLl7dxc8TUwtg1mmbGxpsciFUQozwqrzp28WVC+9 ku/r2KLDiYRD0gcD/XOj8s6TfwA0qUpjSGcWB0uC31oV499KZq8Fa4sUUsoeVXN9v7SF YMbQ== X-Gm-Message-State: AOAM5331d+efx2AkmWmNPv9myff9BEtyQH5DZq+QUffb0ZLuals3nFlw 8HRyofzkpMIHz5Ai+/owJQ0JWeO1zig= X-Google-Smtp-Source: ABdhPJxp2yQF04vdJDF+GKf8tHgJkHdyQlPsqH3iZnxvHS+y1K3iwsqxSV+qxJe/92yGS/CsdPNjJw== X-Received: by 2002:a05:6a00:134c:: with SMTP id k12mr13640234pfu.313.1592006476736; Fri, 12 Jun 2020 17:01:16 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 6sm7205921pfi.170.2020.06.12.17.01.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jun 2020 17:01:15 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Luca Boccassi Date: Fri, 12 Jun 2020 17:00:54 -0700 Message-Id: <20200613000055.7909-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200613000055.7909-1-stephen@networkplumber.org> References: <20200613000055.7909-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 09/10] 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index dee4ccbb5887..9e68544e7920 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -91,6 +91,11 @@ API Changes Also, make sure to start the actual text at the margin. ========================================================= +* eal: The definitions related to including and excluding devices + has been changed from blacklist/whitelist to blocklist/allowlist. + 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 ----------- -- 2.26.2