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

2019-10-08 Thread Trahe, Fiona
Hi Akhil, We're going to defer this patchset this to 20.02. We want to add another patch to it to mitigate some performance impacts it causes.# I'm not sure of the process for this - do I just mark it in patchwork as deferred? Or is there a tag I can put in an email, like Deferred-by? Fiona > -

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

2019-10-04 Thread Akhil Goyal
Hi Fiona, This patchset need a rebase. Could you please send v3. Thanks, Akhil > -Original Message- > From: Fiona Trahe > Sent: Friday, September 6, 2019 9:42 PM > To: dev@dpdk.org > Cc: Akhil Goyal ; arkadiuszx.kusz...@intel.com; > fiona.tr...@intel.com > Subject: [PATCH v2 0/3] Add du

[dpdk-dev] [PATCH v2 0/3] Add dual threading in QAT PMD

2019-09-06 Thread 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 done in one thread,