Re: [dpdk-dev] [PATCH v3 3/4] common/qat: add dual thread support

2020-01-14 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 3/4] common/qat: add dual thread support > > From: Fiona Trahe > >

[dpdk-dev] [PATCH v3 3/4] common/qat: add dual thread support

2019-12-11 Thread Arek Kusztal
From: Fiona Trahe 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