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

2020-01-15 Thread Akhil Goyal
> > 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

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

2020-01-15 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,