[dpdk-dev] [PATCH v3 0/4] Various fixes for L2fwd-crypto

2016-02-24 Thread Thomas Monjalon
2016-02-15 16:44, Declan Doherty: > On 12/02/16 09:17, Pablo de Lara wrote: > > Pablo de Lara (4): > >l2fwd-crypto: fix total stats > >l2fwd-crypto: fix incorrect params in command line help > >l2fwd-crypto: fix auth params setting > >l2fwd-crypto: fix typos > > > > examples/l2fwd

[dpdk-dev] [PATCH v3 0/4] Various fixes for L2fwd-crypto

2016-02-15 Thread Declan Doherty
On 12/02/16 09:17, Pablo de Lara wrote: > This patchset includes param handling, typo and > statistics fixes in the L2fwd-crypto sample app. > > Changes in v3: > - Reset all accumulated stats > > Changes in v2: > - Include "Fixes" line > > > Pablo de Lara (4): >l2fwd-crypto: fix total stats >

[dpdk-dev] [PATCH v3 0/4] Various fixes for L2fwd-crypto

2016-02-12 Thread Pablo de Lara
This patchset includes param handling, typo and statistics fixes in the L2fwd-crypto sample app. Changes in v3: - Reset all accumulated stats Changes in v2: - Include "Fixes" line Pablo de Lara (4): l2fwd-crypto: fix total stats l2fwd-crypto: fix incorrect params in command line help l2fw