Re: [dpdk-dev] [RFC 0/7] crypto/ipsec_mb: introduce ipsec_mb framework

2021-06-18 Thread David Marchand
Hello, On Fri, Jun 18, 2021 at 2:18 PM pbronowx wrote: > > This set of patches introduces the new framework making all common code of > SW crypto PMDs implementations build on top of intel-ipsec-mb library > sharable, also helps to reduce future effort on the code maintenance and > future updates

[dpdk-dev] [RFC 0/7] crypto/ipsec_mb: introduce ipsec_mb framework

2021-06-18 Thread pbronowx
This set of patches introduces the new framework making all common code of SW crypto PMDs implementations build on top of intel-ipsec-mb library sharable, also helps to reduce future effort on the code maintenance and future updates. It also moves all SW PMD implementations specific details into si