Re: [dpdk-dev] [PATCH v3 0/4] Add dual threading in QAT PMD

2019-12-11 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, December 11, 2019 2:50 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Doherty, Declan > ; Kusztal, ArkadiuszX > Subject: [PATCH v3 0/4] Add dual threading in QAT PMD > > Remove the limitation whereby

[dpdk-dev] [PATCH v3 0/4] Add dual threading in QAT PMD

2019-12-11 Thread Arek Kusztal
Remove the limitation whereby enqueue and dequeue must be done in same thread. The inflight calculation is reworked to be thread-safe for 2 threads - note this is not general multi-thread support, i.e all enqueues to a qp must still be done in one thread and all dequeues must be done in one thread,