mbox series

[0/2] test/ipsec: fixes

Message ID 1561728562-11213-1-git-send-email-bernard.iremonger@intel.com (mailing list archive)
Headers
Series test/ipsec: fixes |

Message

Iremonger, Bernard June 28, 2019, 1:29 p.m. UTC
  The patches in this patch set depend on the following patches:

http://patches.dpdk.org/patch/54541/
http://patches.dpdk.org/patch/54542/
http://patches.dpdk.org/patch/54543/

Bernard Iremonger (2):
  test/ipsec: fix teardown function
  test/ipsec: fix destroy sa function

 app/test/test_ipsec.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
  

Comments

Akhil Goyal July 1, 2019, 11:46 a.m. UTC | #1
> -----Original Message-----
> From: Bernard Iremonger <bernard.iremonger@intel.com>
> Sent: Friday, June 28, 2019 6:59 PM
> To: dev@dpdk.org; konstantin.ananyev@intel.com; Akhil Goyal
> <akhil.goyal@nxp.com>
> Cc: Bernard Iremonger <bernard.iremonger@intel.com>
> Subject: [PATCH 0/2] test/ipsec: fixes
> 
> The patches in this patch set depend on the following patches:
> 
> http://patches.dpdk.org/patch/54541/
> http://patches.dpdk.org/patch/54542/ 
> http://patches.dpdk.org/patch/54543/ 
> 
> Bernard Iremonger (2):
>   test/ipsec: fix teardown function
>   test/ipsec: fix destroy sa function
> 
>  app/test/test_ipsec.c | 14 +++++++++-----
>  1 file changed, 9 insertions(+), 5 deletions(-)
> 
> --
> 2.7.4
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto

Thanks.