From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1CC26A0C45; Thu, 16 Sep 2021 17:25:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07F424069E; Thu, 16 Sep 2021 17:25:37 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 57C0A40151 for ; Thu, 16 Sep 2021 17:25:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631805934; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lFh7cf1Kt4Zdf/09Q7PF09WcB7Cyq8AAoJq2yAy9Umk=; b=BowkRTQ3TZORP1sEJ8nZmnjJCJpebqg0kK3yBNb5OSa2CMVZIfTP6xHXl3GoxRWIsLDQGl FamMa0kdXgjUIRWHpHuBf6jKecpB2ssVt/Ny9gxZmnO+eWIhBPnYPTEYmjh2UmeQoLpzDG I9KVF4x5UkBspYV0TnhytMpSfcqb+zU= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-365-hH8lB8SpPjiglTaIk-cYIg-1; Thu, 16 Sep 2021 11:25:33 -0400 X-MC-Unique: hH8lB8SpPjiglTaIk-cYIg-1 Received: by mail-lf1-f72.google.com with SMTP id i40-20020a0565123e2800b003f53da59009so4231977lfv.16 for ; Thu, 16 Sep 2021 08:25:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lFh7cf1Kt4Zdf/09Q7PF09WcB7Cyq8AAoJq2yAy9Umk=; b=ySgCqyXI2MsJ2Isj5sF3VkapxtQCm5+1ti6i3cvTaazNohMJtrHpdOTnIMLtjIH6ab DltSfoRxIHxAQlZ/oAKV+CM7qGAdVGOv/7eNmeJlNmrA5+XIGogciqT/dVCMvCxKLtvD nVz7zqzEb9cNHKexvgU10MFnB/7q3aM/EJ7f+AM66TsMaJVdFrN8XuUbSNOvFCsxwDg0 CPoNdogvcT1cvDT+co9oWzBQ++Zi65lySSfuXLTd7rezeT4auL7iMeU/j6S8cAZ/ky6j tRlFfnC9qQATn9tU2DB+dvmXAmhFMqO0GwiJds43HrC1W7mvF2tSF+Hl8M+uOcSZa5um gscQ== X-Gm-Message-State: AOAM5302ML/T0etyHjknOC1r1+yk4IHXJv08HUW388rJsfLnG/aeJ8oK m7+97bw1tZuCj+J+pZxF3ljurslxid0Gq8OVh7MWlDYxfs2sdZgbBzJz1EVBYQMsE0deSKkhgOZ cf/c1VrBHCsz0UvRMQNE= X-Received: by 2002:a2e:88d0:: with SMTP id a16mr5316121ljk.81.1631805931955; Thu, 16 Sep 2021 08:25:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw2VdZvtFTcoaF2iPe3hCnYMg4GSx6LQfL6y+H58Taiz2UdnvTdKH4mRodYiKdpJBDliUyeMWIrlRVLc8nWTJ4= X-Received: by 2002:a2e:88d0:: with SMTP id a16mr5316099ljk.81.1631805931699; Thu, 16 Sep 2021 08:25:31 -0700 (PDT) MIME-Version: 1.0 References: <20210820031614.451034-1-stephen@networkplumber.org> <20210823150653.53083-1-stephen@networkplumber.org> In-Reply-To: <20210823150653.53083-1-stephen@networkplumber.org> From: David Marchand Date: Thu, 16 Sep 2021 17:25:20 +0200 Message-ID: To: Stephen Hemminger Cc: dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] eal: remove the deprecated whitelist/blacklist and master/slave API's X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Mon, Aug 23, 2021 at 5:07 PM Stephen Hemminger wrote: > > New API's for these were added in 20.11 and the old API was retained > but marked deprecated. Since 21.11 is the next LTS, it is time > to remove the deprecated ones. > > Signed-off-by: Stephen Hemminger Reviewed-by: Ruifeng Wang Fixed typo that Ruifeng caught. Acked-by: David Marchand Applied, thanks. -- David Marchand