Re: [lng-odp] [RFCv2] api:crypto: Adding IPSEC protocol APIs.

2016-11-03 Thread Nikhil Agarwal
On 3 November 2016 at 18:55, Francois Ozog wrote: > Hi, > > Some hardware can accept clear IP packets, some require segmentation to be > done and IPSec headers prepended before sending the packets (unencrypted) > to HW. > > I would have expected capabilities reflect that so that ODP knows what to

Re: [lng-odp] [RFCv2] api:crypto: Adding IPSEC protocol APIs.

2016-11-03 Thread Francois Ozog
Hi, Some hardware can accept clear IP packets, some require segmentation to be done and IPSec headers prepended before sending the packets (unencrypted) to HW. I would have expected capabilities reflect that so that ODP knows what to do: we don't want upper layers to be exposed to this HW specifi

Re: [lng-odp] [RFCv2] api:crypto: Adding IPSEC protocol APIs.

2016-10-25 Thread Bill Fischofer
On Mon, Oct 24, 2016 at 12:04 PM, Nikhil Agarwal wrote: > This RFC introduces IPSEC crypto offload APIs. These APIs can be used in > accelerator > pipeline model or for look aside IPSEC model. > > TODO items: > - statistics amd capability APIs > - Encrypt and send APIs > > Signed-off-by: Nikhil A

Re: [lng-odp] [RFCv2] api:crypto: Adding IPSEC protocol APIs.

2016-10-24 Thread Josep Puigdemont
On Mon, Oct 24, 2016 at 10:34:54PM +0530, Nikhil Agarwal wrote: > This RFC introduces IPSEC crypto offload APIs. These APIs can be used in > accelerator > pipeline model or for look aside IPSEC model. > > TODO items: > - statistics amd capability APIs > - Encrypt and send APIs > > Signed-off-by:

[lng-odp] [RFCv2] api:crypto: Adding IPSEC protocol APIs.

2016-10-24 Thread Nikhil Agarwal
This RFC introduces IPSEC crypto offload APIs. These APIs can be used in accelerator pipeline model or for look aside IPSEC model. TODO items: - statistics amd capability APIs - Encrypt and send APIs Signed-off-by: Nikhil Agarwal --- include/odp/api/spec/crypto.h | 29 ++