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 DE669A0C50; Fri, 23 Jul 2021 21:36:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6883640DDA; Fri, 23 Jul 2021 21:36:41 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id B7608406A3; Fri, 23 Jul 2021 21:36:39 +0200 (CEST) Received: from [192.168.100.116] (unknown [37.139.99.76]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id CB4B47F51A; Fri, 23 Jul 2021 22:36:38 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru CB4B47F51A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1627068999; bh=6keDUxpVAIOTD4iVCO4E26Jicw+LYQqOHSjZn/JaA2c=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=dErKYyyle/Nt+KSMccOma/whaIWF+a5dWjNmdeMS6KVrWYZO72lnIz7Iob2THHVqM wO/QQ7wNb/I6JM7M6isAn8injTawbK3/TLXWXzrHe6V2wfD0A3rvti22iZbquVpUXk gUj+YqGhe2QU9TZwtJaIYXr2CHCA89+dZeepzbc8= To: Ferruh Yigit , Xiaoyun Li , Wei Dai , Jingjing Wu Cc: dev@dpdk.org, stable@dpdk.org, Thomas Monjalon References: <20210723122419.3438329-1-ferruh.yigit@intel.com> From: Andrew Rybchenko Message-ID: Date: Fri, 23 Jul 2021 22:36:37 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210723122419.3438329-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix help string for port reset 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 7/23/21 3:24 PM, Ferruh Yigit wrote: > Command help string is missing 'reset' keyword, although description has > it. Adding it. > > Fixes: 97f1e196799f ("app/testpmd: add port reset command") > Cc: stable@dpdk.org > > Signed-off-by: Ferruh Yigit Reviewed-by: Andrew Rybchenko