Re: [dpdk-dev] [PATCH 1/3] crypto/mvsam: add S/G support to crypto dirver

2018-09-21 Thread Andrzej Ostruszka
Hello Akhil I'm taking over handling of the patches submitted by Tomasz. First of all, thank you for taking time to review them. On 17.09.2018 16:07, Akhil Goyal wrote: > Hi Tomasz, [...] > Please update the doc file for pmd and also set appropriate feature flag for > scatter gather support. [.

Re: [dpdk-dev] [PATCH 1/3] crypto/mvsam: add S/G support to crypto dirver

2018-09-17 Thread Akhil Goyal
Hi Tomasz, On 8/27/2018 5:52 PM, Tomasz Duszynski wrote: From: Zyta Szpak The patch adds support for chained source mbufs given to crypto operations. The crypto engine accepts source buffer containing a number of segments. The destination buffer stays the same - always one segment. On decrypt

[dpdk-dev] [PATCH 1/3] crypto/mvsam: add S/G support to crypto dirver

2018-08-27 Thread Tomasz Duszynski
From: Zyta Szpak The patch adds support for chained source mbufs given to crypto operations. The crypto engine accepts source buffer containing a number of segments. The destination buffer stays the same - always one segment. On decryption, EIP engine will look for digest at 'auth_icv_offset' off