Re: [dpdk-dev] [PATCH] crypto/qat: fix handle device-agnostic session

2017-07-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Tuesday, July 18, 2017 9:22 AM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Griffin, John > ; Jain, Deepak K > Subject: RE: [PATCH] crypto/qat: fix handle device-agnostic session > > > > > -Original Messag

Re: [dpdk-dev] [PATCH] crypto/qat: fix handle device-agnostic session

2017-07-18 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Monday, July 17, 2017 5:57 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > ; > Griffin, John ; Jain, Deepak K > ; Kusztal, ArkadiuszX > > Subject: [PATCH] crypto/qat: fix handle device-agnostic session > > Old

[dpdk-dev] [PATCH] crypto/qat: fix handle device-agnostic session

2017-07-17 Thread Arek Kusztal
Older generations of QuickAssist hardware may not support all algorithms supported by newer generations. When sessions were specific to the device this only needed to be handled on session creation. With device-agnostic sessions, a session created for a newer device may get routed to an older devic