[dpdk-dev] [PATCH] cryptodev: renaming 2 elements for clarity

2016-04-06 Thread Thomas Monjalon
2016-04-04 18:14, Fiona Trahe: > renamed rte_cryptodev_sym_session.type -> dev_type > (as it's not a session type, but a device type) > > renamed rte_crypto_sym_op.type -> sess_type > (as it's not an op type, but a session type) > > Signed-off-by: Fiona Trahe Applied, thanks

[dpdk-dev] [PATCH] cryptodev: renaming 2 elements for clarity

2016-04-04 Thread Fiona Trahe
renamed rte_cryptodev_sym_session.type -> dev_type (as it's not a session type, but a device type) renamed rte_crypto_sym_op.type -> sess_type (as it's not an op type, but a session type) Signed-off-by: Fiona Trahe --- drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 7 ---