[dpdk-dev] [PATCH] cryptodev: make crypto session device independent

2017-05-26 Thread Michal Jastrzebski
From: Slawomir Mrozowicz Change crypto device's session management to make it device independent and simplify architecture when session is intended to be used on more than one device. Sessions private data is agnostic to underlying device by adding an indirection in the sessions private data usi

[dpdk-dev] [PATCH] cryptodev: make crypto session device independent

2017-05-26 Thread Michal Jastrzebski
From: Slawomir Mrozowicz Change crypto device's session management to make it device independent and simplify architecture when session is intended to be used on more than one device. Sessions private data is agnostic to underlying device by adding an indirection in the sessions private data usi