Following changes are added to improve performance. 1. optimize virtual to physical address conversion 2. support for multiple sessions in a single queue pair 3. support for ipsec protocol offload
changes in v3: - updated release notes in patch 3/3 for ipsec protocol offload. changes in v2: - incorporated comments from Hemant - split the patchset to remove dependency on bus/dpaa patch Note: 1. This patchset is now independent of the patches on net subtree. 2. bus/dpaa patch is already applied to net subtree. 3. The last patch in v1 of this series will be sent separately as it will be dependent on the net subtree. Akhil Goyal (1): crypto/dpaa_sec: support ipsec protocol offload Hemant Agrawal (2): crypto/dpaa_sec: optimize virt to phy conversion crypto/dpaa_sec: support multiple sessions per qp doc/guides/cryptodevs/features/dpaa_sec.ini | 1 + doc/guides/rel_notes/release_18_02.rst | 5 + drivers/crypto/dpaa_sec/dpaa_sec.c | 591 ++++++++++++++++++++++++---- drivers/crypto/dpaa_sec/dpaa_sec.h | 135 +++++-- 4 files changed, 618 insertions(+), 114 deletions(-) -- 2.9.3