Re: [dpdk-dev] [PATCH v2 1/8] crypto/bcmfs: add BCMFS driver

2020-09-29 Thread Vikas Gupta
Hi Akhil, On Tue, Sep 29, 2020 at 12:19 AM Akhil Goyal wrote: > > Hi Vikas, > > > +BCMFS crypto PMD depend upon the devices present in the path > > +/sys/bus/platform/devices/fs/ on the platform. > > +Each cryptodev PMD instance can be attached to the nodes present > > +in the mentioned path. > >

Re: [dpdk-dev] [PATCH v2 1/8] crypto/bcmfs: add BCMFS driver

2020-09-28 Thread Akhil Goyal
Hi Vikas, > +BCMFS crypto PMD depend upon the devices present in the path > +/sys/bus/platform/devices/fs/ on the platform. > +Each cryptodev PMD instance can be attached to the nodes present > +in the mentioned path. It would be good, if you can mention the details about the SDKs which need To b

[dpdk-dev] [PATCH v2 1/8] crypto/bcmfs: add BCMFS driver

2020-08-13 Thread Vikas Gupta
Add Broadcom FlexSparc(FS) device creation driver which registers to a vdev and create a device. Add APIs for logs, supportive documention and maintainers file. Signed-off-by: Vikas Gupta Signed-off-by: Raveendra Padasalagi Reviewed-by: Ajit Khaparde --- MAINTAINERS