[dpdk-dev] [PATCH v2] qat: fix phys address of content descriptor

2016-06-07 Thread Thomas Monjalon
> > Fix an error with computation of physical address of content descriptor in > > the > > symmetric operations session > > > > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > > > > Signed-off-by: Arkadiusz Kusztal > > --- > > v2: Added fixes line to commit message > >

[dpdk-dev] [PATCH v2] qat: fix phys address of content descriptor

2016-06-02 Thread Jain, Deepak K
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, June 1, 2016 11:52 AM > To: dev at dpdk.org > Cc: Trahe, Fiona ; Griffin, John > ; Jain, Deepak K ; > olivier.matz at 6wind.com; thomas.monjalon at 6wind.com; Kusztal, ArkadiuszX > > Subject: [PATCH v2] qat: fix phys

[dpdk-dev] [PATCH v2] qat: fix phys address of content descriptor

2016-06-01 Thread Arek Kusztal
From: Arkadiusz Kusztal Fix an error with computation of physical address of content descriptor in the symmetric operations session Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") Signed-off-by: Arkadiusz Kusztal --- v2: Added fixes line to commit