Re: [dpdk-dev] [PATCH v4 00/10] ipsec: new library for IPsec data-path processing

2018-12-21 Thread Akhil Goyal
Hi Konstantin, I am done with the review, will be running the code in early next week after I finish the review of changes in ipsec application. key points for review were  - some code may be generic and can be moved in appropriate files  - documentation update  - spell checks spacing etc.  -

[dpdk-dev] [PATCH v4 00/10] ipsec: new library for IPsec data-path processing

2018-12-14 Thread Konstantin Ananyev
This patch series depends on the patch: http://patches.dpdk.org/patch/48044/ to be applied first. v3 -> v4 - Changes to adress Declan comments - Update docs v2 -> v3 - Several fixes for IPv6 support - Extra checks for input parameters in public APi functions v1 -> v2 - Changes to get into