Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix usage print

2018-04-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Radu Nicolau > Sent: Tuesday, April 17, 2018 10:02 AM > To: Anoob Joseph ; Akhil Goyal > ; Doherty, Declan > Cc: Jerin Jacob ; Narayana Prasad > ; dev@dpdk.org > Subject: Re: [dpdk-dev

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix usage print

2018-04-17 Thread Radu Nicolau
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 m

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix usage print

2018-04-16 Thread Anoob Joseph
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