From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radu Nicolau Subject: Re: [PATCH] examples/ipsec-secgw: fix usage print Date: Tue, 17 Apr 2018 10:02:06 +0100 Message-ID: References: <1523881395-32127-1-git-send-email-anoob.joseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , Narayana Prasad , dev@dpdk.org To: Anoob Joseph , Akhil Goyal , Declan Doherty Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E928BA48B for ; Tue, 17 Apr 2018 11:02:09 +0200 (CEST) In-Reply-To: <1523881395-32127-1-git-send-email-anoob.joseph@caviumnetworks.com> Content-Language: en-US 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 4/16/2018 1:23 PM, Anoob Joseph wrote: > The usage print was not updated when jumbo frames & crypto_dev mask > support was added. Fixing that. Also, the optional arguments were not > properly highlighted in the usage header. This is also fixed. > > General cleanup of the usage print was also done to make it look more > cleaner and similar to what is existing in other applications like > l3fwd. > > Fixes: bbabfe6e4ee4 ("examples/ipsec_secgw: support jumbo frames") > Fixes: 2c68fe791538 ("examples/ipsec-secgw: add cryptodev mask option") > Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application") > > Signed-off-by: Anoob Joseph > --- > Acked-by: Radu Nicolau