From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 02:02:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208,217";a="32568059" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.81]) ([10.237.221.81]) by fmsmga007.fm.intel.com with ESMTP; 17 Apr 2018 02:02:07 -0700 To: Anoob Joseph , Akhil Goyal , Declan Doherty Cc: Jerin Jacob , Narayana Prasad , dev@dpdk.org References: <1523881395-32127-1-git-send-email-anoob.joseph@caviumnetworks.com> From: Radu Nicolau Message-ID: Date: Tue, 17 Apr 2018 10:02:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1523881395-32127-1-git-send-email-anoob.joseph@caviumnetworks.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix usage print 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: , X-List-Received-Date: Tue, 17 Apr 2018 09:02:10 -0000 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