Re: [dpdk-dev] [PATCH v2 6/8] crypto/bcmfs: add session handling and capabilities

2020-09-29 Thread Vikas Gupta
Hi Akhil, On Tue, Sep 29, 2020 at 1:16 AM Akhil Goyal wrote: > > Hi Vikas, > > > diff --git a/doc/guides/cryptodevs/features/bcmfs.ini > > b/doc/guides/cryptodevs/features/bcmfs.ini > > new file mode 100644 > > index 0..82d2c639d > > --- /dev/null > > +++ b/doc/guides/cryptodevs/features/

Re: [dpdk-dev] [PATCH v2 6/8] crypto/bcmfs: add session handling and capabilities

2020-09-28 Thread Akhil Goyal
Hi Vikas, > diff --git a/doc/guides/cryptodevs/features/bcmfs.ini > b/doc/guides/cryptodevs/features/bcmfs.ini > new file mode 100644 > index 0..82d2c639d > --- /dev/null > +++ b/doc/guides/cryptodevs/features/bcmfs.ini > @@ -0,0 +1,56 @@ > +; > +; Supported features of the 'bcmfs' crypto

[dpdk-dev] [PATCH v2 6/8] crypto/bcmfs: add session handling and capabilities

2020-08-13 Thread Vikas Gupta
Add session handling and capabilities supported by crypto h/w accelerator. Signed-off-by: Vikas Gupta Signed-off-by: Raveendra Padasalagi Reviewed-by: Ajit Khaparde --- doc/guides/cryptodevs/bcmfs.rst | 46 ++ doc/guides/cryptodevs/features/bcmfs.ini | 56 ++ drivers/crypt