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 CBE69A00C2 for ; Sat, 25 Apr 2020 22:10:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD53B1C0D2; Sat, 25 Apr 2020 22:10:07 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 9CE671C199 for ; Sat, 25 Apr 2020 22:10:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587845405; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EGUw/qj3qPN9I/JczBf2H2KwG+PuNuKCYl6BL0DVhwY=; b=XqkSxZzNrwdKAXshLzfF3n6mUzUvNQAL1TS0weyqz3zWYjAKAfDaq2urY4R8VXDYuJe5uZ +qat6J1UJV/b53KplRXOf5Lz6oRlxNN6Z6cCTgVcKviTpO6OhZQeLHzQBpTlr9p/NJl4zF t0S+RxVK7Al5BX1mzpEx69TYJTKmloY= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-186-d0fj4zKxMEOxp7ZLmdIy1w-1; Sat, 25 Apr 2020 16:10:01 -0400 X-MC-Unique: d0fj4zKxMEOxp7ZLmdIy1w-1 Received: by mail-vk1-f200.google.com with SMTP id u190so6876115vke.0 for ; Sat, 25 Apr 2020 13:10:01 -0700 (PDT) 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=v+YbPqdGegTpOoiFlBfRjwPFYGNks+Vvj2dS8R7R4hQ=; b=SHoqSmrfbhGNJ6KZubBNIzE8WWCnCVhgB522lXIx8V4jYiCpkbKHbTK1p+xAMWhSSA QHT17V0/KW2PUchTCsvEAxGbWbBO9fXx//pR74THp/Ln6nxEGYPlzOKhbtHJGiZ6uvfT j/TYAUF1gfQxkEQF14Ik75Qt/6TtqLd4kA0ML1h5I1RikTW76zj3DhjrFMNdoa9O2ZE7 80ECfkW37bKi/iTG5XYZv2xYJT43h9u5E8DNAFVJM6Kk/A1LnU2b9ZZZxvWkio/cSMjP xuTVUVaIiczJ5tQRpv6GmamzwsHU/RB4KekcCJ5QikDzq9tBV4e+ZI/L0+Cqla6CAgu9 O/Tw== X-Gm-Message-State: AGi0PubKWjF9i4CmVqAzYDfCHhKE1L8jH+4Y7yBHU2d2k24FQBcpfP9u m+t5iZnimHdX6zODJngqHy8sEO6mEuoCcQZOcMDkagYaR2oqkr4G7IQKnqj1utgjpQ031QwFgtx HHdFmPovhdTVXHoKl/iBOI9w= X-Received: by 2002:a9f:2c87:: with SMTP id w7mr12174727uaj.41.1587845400778; Sat, 25 Apr 2020 13:10:00 -0700 (PDT) X-Google-Smtp-Source: APiQypIGlpUq+BFTiCXQYffyPGFcvEAcqS1kWq3TpvQQ3LDHgGfDKeOW0i1KSWlTAJt3tNAPGTfZ+88pLwAW3XVuhKo= X-Received: by 2002:a9f:2c87:: with SMTP id w7mr12174703uaj.41.1587845400519; Sat, 25 Apr 2020 13:10:00 -0700 (PDT) MIME-Version: 1.0 References: <20200420232532.1736187-1-thomas@monjalon.net> In-Reply-To: <20200420232532.1736187-1-thomas@monjalon.net> From: David Marchand Date: Sat, 25 Apr 2020 22:09:48 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Vipin Varghese , dpdk stable , Reshma Pattan , Konstantin Ananyev , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , Pablo de Lara Guarch X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH] app: fix usage help of options separated by dashes X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Apr 21, 2020 at 1:26 AM Thomas Monjalon wrote= : > > The EAL options and app-specific options are separated > with double dashes. > > The help of testpmd, test-acl and pdump were missing > the dashes after EAL options. > Note: testpmd was completely missing the EAL options. > > Fixes: af75078fece3 ("first public release") > Fixes: 26c057ab6c45 ("acl: new test-acl application") > Fixes: b2854d5317e8 ("app/pdump: support multi-core capture") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson Applied, thanks. --=20 David Marchand