> -----Original Message----- > From: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com> > Sent: Wednesday, December 11, 2019 2:50 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona <fiona.tr...@intel.com>; Doherty, Declan > <declan.dohe...@intel.com>; Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com> > Subject: [PATCH v3 3/4] common/qat: add dual thread support > > From: Fiona Trahe <fiona.tr...@intel.com> > > 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, but enqueues and > dequeues may be in separate threads. > Documentation updated. > > Signed-off-by: Fiona Trahe <fiona.tr...@intel.com> > Signed-off-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> Acked-by: Fiona Trahe <fiona.tr...@intel.com>