Re: [dpdk-dev] [DPDK] [PATCH 1/3] qat: remove atomics

2017-09-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Burakov, Anatoly > Sent: Friday, August 25, 2017 10:31 AM > To: dev@dpdk.org > Cc: Griffin, John ; Trahe, Fiona > ; Jain, Deepak K ; De > Lara Guarch, Pablo ; Burakov, Anatoly > > Subject: [DPDK] [PATCH 1/3] qat: remove atomics Title should be "crypto/qat: r

[dpdk-dev] [DPDK] [PATCH 1/3] qat: remove atomics

2017-08-25 Thread Anatoly Burakov
From: "Burakov, Anatoly" Replacing atomics in the qat driver with simple 16-bit integers for number of inflight packets. This adds a new limitation to the QAT driver: each queue pair is now explicitly single-threaded. Signed-off-by: Burakov, Anatoly --- doc/guides/cryptodevs/qat.rst