[dpdk-dev] [PATCH 03/11] examples/ipsec-secgw: Fixed create session also for aead

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Oct 16 17:33:13 CEST 2017



> -----Original Message-----
> From: aviadye at dev.mellanox.co.il [mailto:aviadye at dev.mellanox.co.il]
> Sent: Saturday, October 14, 2017 2:28 PM
> To: dev at dpdk.org; Gonzalez Monroy, Sergio
> <sergio.gonzalez.monroy at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; aviadye at mellanox.com
> Cc: borisp at mellanox.com; akhil.goyal at nxp.com;
> hemant.agrawal at nxp.com; Nicolau, Radu <radu.nicolau at intel.com>;
> Doherty, Declan <declan.doherty at intel.com>; aviadye at dev.mellanox.co.il;
> liranl at mellanox.com; nelio.laranjeiro at 6wind.com; thomas at monjalon.net
> Subject: [dpdk-dev][PATCH 03/11] examples/ipsec-secgw: Fixed create
> session also for aead
> 
> From: Aviad Yehezkel <aviadye at mellanox.com>
> 
> Search for session also with aead key
> 
> Signed-off-by: Aviad Yehezkel <aviadye at mellanox.com

...

 %u, cipher_algo
> %u, "
> -				"auth_algo %u\n", key.lcore_id,
> key.cipher_algo,
> -				key.auth_algo);
> +			"auth_algo %u aead_algo %u\n",

You are missing a comma between auth_algo and aead_algo.

Pablo



More information about the dev mailing list