Re: [dpdk-dev] [PATCH v5 04/15] crypto/caam_jr: add UIO specific operations

2018-10-29 Thread Gagandeep Singh
Hi > -Original Message- > From: Ferruh Yigit > Sent: Sunday, October 28, 2018 6:05 AM > To: Gagandeep Singh ; dev@dpdk.org; Akhil Goyal > > Cc: Hemant Agrawal > Subject: Re: [dpdk-dev] [PATCH v5 04/15] crypto/caam_jr: add UIO specific > operations > > On

Re: [dpdk-dev] [PATCH v5 04/15] crypto/caam_jr: add UIO specific operations

2018-10-27 Thread Ferruh Yigit
On 10/22/2018 3:57 PM, Gagandeep Singh wrote: > caam_jr need support from kernel caam driver for > job ring initialisation. So to access register space > for job ring and allow re configure and map to userspace > UIO interface is used. This also allows to handle the > caam interrupts from the user

[dpdk-dev] [PATCH v5 04/15] crypto/caam_jr: add UIO specific operations

2018-10-22 Thread Gagandeep Singh
caam_jr need support from kernel caam driver for job ring initialisation. So to access register space for job ring and allow re configure and map to userspace UIO interface is used. This also allows to handle the caam interrupts from the user space. This patch adds UIO specific operations Signed-