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 2DF19A00BE; Fri, 12 Jun 2020 02:22:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 096754F9C; Fri, 12 Jun 2020 02:21:06 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by dpdk.org (Postfix) with ESMTP id 875892BF1 for ; Fri, 12 Jun 2020 02:21:01 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id k1so2897533pls.2 for ; Thu, 11 Jun 2020 17:21:01 -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=WYTX+dvCDFQMoXup0RmsJvSKnsZ6qMn5nwHaW1BiF1g=; b=rWqs0o9zCeTCHjqQSa1T/Po7BPW6e9/1Coq8madOos5TJvqkWtEh66FTLfGfw5Jrks pA4fUqnfpa2uyQ2mPJAiBt7rrL3zgqEHylo0ltJFSE4MGHqfHMZM0OPIV6FeQDmJFGfx 3qEX7BbSaAXmZ9XA7D01uYgPbvZxOOErY7BIx0835qmZlZmd5Gmgrf+IVGSRpHvQ+bht K96oH/3edA+ABUzl974zRWat/jLx8dJDAW5mNmP9TXyZsuDcQdCCx32YWGvM/8zKqhXP TzsC4zdBurc2kKMxLGNxcXfU4pf4sYHfqAKGccJdCYewFDZDYOXSh7rekwTimezrM//J jwcQ== 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=WYTX+dvCDFQMoXup0RmsJvSKnsZ6qMn5nwHaW1BiF1g=; b=oLXpE3ZTNzE24qII3H1Fxx+ZvJPLNff5wL+KIarvJbKZN5hcohM2UNacXag+h4iV5k dULa+t5hMTs9+0w+qFQ0PKelu5dC1V64dxs3iOa6K2X910HiTxCtUbMynREN2VPwjxZR 6xbFYFTlEfoFzgnghjPlzoUhNDxZBWQSSWyryCpmZIvvQ/isY8RcSK/85+LQGtXTRu0K LIYQEgo+cBncRktnOgNl78F4O19yPXSkmmKd42b5qHuvFDW+/lA7LtncGnIM3xR2C/WP ZGZY2WGeXyVCudoJ6d82g2bKsIzk6389WNp/CovmFjE/SzQ1uunkumuRJ49gs7qS2Gyu DJig== X-Gm-Message-State: AOAM5339J2vVW/soIzjKJEREO3LvUJurWsDuzD2n1JbWbhf1jNdvf7/z 7nmFctCmA1QjoNVasOvoSX1LBazPWtU= X-Google-Smtp-Source: ABdhPJxQtq6NFwOtVEr5JphS2AyGVgBBuT6j+ZN59cuWYq2bBfeNVkljaToMoGJXCyqWEe/EUuht7A== X-Received: by 2002:a17:902:7c18:: with SMTP id x24mr8919617pll.26.1591921260246; Thu, 11 Jun 2020 17:21:00 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id l63sm4395273pfd.122.2020.06.11.17.20.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Jun 2020 17:20:59 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 11 Jun 2020 17:20:38 -0700 Message-Id: <20200612002039.17450-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200612002039.17450-1-stephen@networkplumber.org> References: <20200612002039.17450-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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 --- 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