mbox series

[v2,0/3] app/testseventdev: crypto producer fixes

Message ID 20221104122556.751286-1-vfialko@marvell.com (mailing list archive)
Headers
Series app/testseventdev: crypto producer fixes |

Message

Volodymyr Fialko Nov. 4, 2022, 12:25 p.m. UTC
  This patch series address issues with crypto producer - correct setup
sequence and multi stage handling with time stamp attached.

v2:
- Split fixes into individual patches

Volodymyr Fialko (3):
  app/testeventdev: setup crypto adapter before sessions
  app/testeventdev: fix asymmetric last stage handling
  app/testeventdev: fix timestamp with crypto producer

 app/test-eventdev/test_perf_atq.c    |  74 +++++------------
 app/test-eventdev/test_perf_common.c |  63 ++++++++++-----
 app/test-eventdev/test_perf_common.h | 116 +++++++++++++++++++++------
 app/test-eventdev/test_perf_queue.c  |  81 ++++++-------------
 4 files changed, 182 insertions(+), 152 deletions(-)
  

Comments

Anoob Joseph Nov. 7, 2022, 11:01 a.m. UTC | #1
> 
> This patch series address issues with crypto producer - correct setup
> sequence and multi stage handling with time stamp attached.
> 
> v2:
> - Split fixes into individual patches
> 
> Volodymyr Fialko (3):
>   app/testeventdev: setup crypto adapter before sessions
>   app/testeventdev: fix asymmetric last stage handling
>   app/testeventdev: fix timestamp with crypto producer
> 

Series Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Jerin Jacob Nov. 7, 2022, 6:14 p.m. UTC | #2
On Mon, Nov 7, 2022 at 4:31 PM Anoob Joseph <anoobj@marvell.com> wrote:
>
> >
> > This patch series address issues with crypto producer - correct setup
> > sequence and multi stage handling with time stamp attached.
> >
> > v2:
> > - Split fixes into individual patches
> >
> > Volodymyr Fialko (3):
> >   app/testeventdev: setup crypto adapter before sessions
> >   app/testeventdev: fix asymmetric last stage handling
> >   app/testeventdev: fix timestamp with crypto producer
> >
>
> Series Acked-by: Anoob Joseph <anoobj@marvell.com>


Series applied to dpdk-next-net-eventdev/for-main. Thanks

>
>