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 CA1EFA04DD; Fri, 20 Nov 2020 10:00:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 473EAF90; Fri, 20 Nov 2020 10:00:37 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 043F5DED for ; Fri, 20 Nov 2020 10:00:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605862833; 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=nF31Qb9QDeSusGDVggpmU/W5mDOF0rZ9MzXI9sWnIBc=; b=fckMR7TOK+HiHSylG35JZZ2ngmLEg/puYGGBF1fKOAO4jiT6ghQQZxxx2WBt241Prrz4gP W/NMbBiQSalTv9GOZ2HJYuilYxytb81VjRbjNUxR0z8UxFWidIXVGs5NXtuOA7wIjtJHza lVM939gt6QkZ0hCRhF27P+vex4qYf04= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-307-NwLJ_wRPPMy4XlgYh--nyQ-1; Fri, 20 Nov 2020 04:00:31 -0500 X-MC-Unique: NwLJ_wRPPMy4XlgYh--nyQ-1 Received: by mail-vk1-f197.google.com with SMTP id r192so3880123vkf.21 for ; Fri, 20 Nov 2020 01:00:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nF31Qb9QDeSusGDVggpmU/W5mDOF0rZ9MzXI9sWnIBc=; b=TZBWY2r9jGqt1UXW160ND7LvZcGp+A4tp7t2EynydDHmG+1YnnWdmy88iLsDmVppOZ NlVoSIEtFGR+1FAp+/AhyDoZhn7GDpNNLPQAaigiuF5YrBk9bdznwH+gtHoFe2clEgaG 62+Lu4BrSySLbEhiweGqUhaxynFDWSwfP1/jkYP93kKz6LMM21dl1rCnNpRExU5H5WPt rWc2lUmV/xKhrlS4m8elX2llb/+co5VdqJzrStSSHF/wvIJoaSBF3avtC09zhHOF9ZvZ lQJAmo3EMwXQuyxv/8fzTJRDsC7R/ow7U6ypVBfL4N5qq7hpywlJxHOB5B7ZgnxCHPPQ zbcA== X-Gm-Message-State: AOAM533/pWr7fN1cx+8HsS3JbOFpT2XTJRQ1wtXaHWJ957wms67Uou4U RqdAdqPQNqtGvRH7klHHIK0A34xnKrSbT6xqER/IMLPnsFoVqhr4fh7hkofSQQit0iXMpiSIWlT TWyUsnHFcclRPoPwdgHk= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr11797860vsa.5.1605862830697; Fri, 20 Nov 2020 01:00:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxH+shknEaYrGzYxON62A+14by/ldSzD4Iht8kraIseNxjUNEVYfbLjJkYWtts0EA6NHw8jpL2i1JzNLbDNI7E= X-Received: by 2002:a05:6102:2362:: with SMTP id o2mr11797852vsa.5.1605862830421; Fri, 20 Nov 2020 01:00:30 -0800 (PST) MIME-Version: 1.0 References: <20201116100618.2894-1-david.marchand@redhat.com> <3637281.tEGt3ByTlc@thomas> In-Reply-To: <3637281.tEGt3ByTlc@thomas> From: David Marchand Date: Fri, 20 Nov 2020 10:00:19 +0100 Message-ID: To: David Marchand Cc: dev , Stephen Hemminger , Luca Boccassi , Bruce Richardson , Thomas Monjalon 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 1/3] test/eal: remove unneeded command 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 Thu, Nov 19, 2020 at 7:50 PM Thomas Monjalon wrote: > > 16/11/2020 11:06, David Marchand: > > All EAL flags tests are run by calling the "eal_flags_autotest" command. > > There is no compatibility to maintain for sub commands only called by > > meson. > > > > Fixes: db27370b5720 ("eal: replace blacklist/whitelist options") > > > > Signed-off-by: David Marchand > > Acked-by: Thomas Monjalon Series applied. -- David Marchand