From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40C41C4742C for ; Wed, 11 Nov 2020 10:48:06 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id A902B2063A for ; Wed, 11 Nov 2020 10:48:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A902B2063A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADF784CA6; Wed, 11 Nov 2020 11:48:03 +0100 (CET) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 45BA9137D for ; Wed, 11 Nov 2020 11:48:02 +0100 (CET) Received: by mail-wm1-f65.google.com with SMTP id h2so1849584wmm.0 for ; Wed, 11 Nov 2020 02:48:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=7yfUCoDAntUvO0jURe+1qINGduG/yqbAVkAiMcnZKrE=; b=a4LaDghkCsK5pfsBEeLh0ABpLzHbrt1Hl48xE+TJjRAoTOxMqF/s/9VDS3lQfnoUGx QLlcExVrvNNIk5U7l/9HPFIMSVqA/lJYF+bXvwGFv5db1fVcpJS81xUGq8NhKLY7J2zf ctqLovQuz6Nwe9mhmqQeKZjMVbwE7EEtMY/aA5968S3hekEgaNNQCcFcpeFz1VbsanLx EJhZErSEMgmcQ+0kioF9x9+2cYL/vTRmA1pVHx2OqCGFjaIOGD8bck+bmK2gWCg/6cyo 418dy24ufxGpqp1GtLrb8k9aR9zCEZ05ux6/rYZBK5BsZcU1XvQ5Gagl+ToV3M2XxAt6 fd2w== X-Gm-Message-State: AOAM5305m7rQOx1EZ8PEhFfOOwr9rhMNoHyToUTOhZBmbgVkUlhph/KI zRs/Jq7EtH7FhFbgTuDQgmVRNnXjfyxVpK3R X-Google-Smtp-Source: ABdhPJwqC0hTAodIyk2gtxjDHguS/LhL+m1znOGIRmB96wdb1MmG253vcsupHlh58xJdjHEe6g1Lcg== X-Received: by 2002:a7b:c845:: with SMTP id c5mr3290877wml.135.1605091681087; Wed, 11 Nov 2020 02:48:01 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id q12sm866674wrx.86.2020.11.11.02.47.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Nov 2020 02:48:00 -0800 (PST) Message-ID: <4565690f81ba9c3e99d39e638f12e193001158d7.camel@debian.org> From: Luca Boccassi To: Stephen Hemminger , dev@dpdk.org Date: Wed, 11 Nov 2020 10:47:59 +0000 In-Reply-To: <20201110225544.1876-8-stephen@networkplumber.org> References: <20200922143202.8755-1-stephen@networkplumber.org> <20201110225544.1876-1-stephen@networkplumber.org> <20201110225544.1876-8-stephen@networkplumber.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v10 7/7] eal: mark old definitions as deprecated 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" On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote: > This patch marks the compatiablity macros with RTE_DEPRECATED > which causes a warning if used. There are no remaining warnings > in the current release. >=20 > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/include/rte_bus.h | 6 ++++-- > lib/librte_eal/include/rte_dev.h | 6 ++++-- > lib/librte_eal/include/rte_devargs.h | 6 ++++-- > 3 files changed, 12 insertions(+), 6 deletions(-) Reviewed-by: Luca Boccassi --=20 Kind regards, Luca Boccassi