[lng-odp] [PATCH] api: ipsec: change semantics of odp_ipsec_result function

2017-05-08 Thread Dmitry Eremin-Solenikov
- Move packets from the event instead of copying them. This simplifies event handling/freeing code, which now does not have to track, which packets were copied from the event and which packets should be freed. - Do not require to free the event before processing packets. This allows

Re: [lng-odp] [PATCH] api: ipsec: change semantics of odp_ipsec_result function

2017-04-12 Thread Dmitry Eremin-Solenikov
ists.linaro.org >> Subject: [lng-odp] [PATCH] api: ipsec: change semantics of >> odp_ipsec_result function >> >> - Move packets from the event instead of copying them. This simplifies >>event handling/freeing code, which now does not have to track, which >>

Re: [lng-odp] [PATCH] api: ipsec: change semantics of odp_ipsec_result function

2017-04-12 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Dmitry Eremin-Solenikov > Sent: Tuesday, April 11, 2017 2:02 AM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH] api: ipsec: change semantics of > odp_

[lng-odp] [PATCH] api: ipsec: change semantics of odp_ipsec_result function

2017-04-10 Thread Dmitry Eremin-Solenikov
- Move packets from the event instead of copying them. This simplifies event handling/freeing code, which now does not have to track, which packets were copied from the event and which packets should be freed. - Do not require to free the event before processing packets. This allows