numam-dpdk/drivers/crypto/aesni_gcm
Fiona Trahe ff150afd7e drivers: fix build of crypto anonymous union initialization
In SUSE11-SP3 i686 platform, with gcc 4.5.1, there are compile issues, e.g:
  null_crypto_pmd_ops.c:44:3: error:
  unknown field 'sym' specified in initializer
  cc1: warnings being treated as errors

The member in anonymous union initialization should be inside '{}',
otherwise it will report an error.

Fixes: 26c2e4ad5a ("cryptodev: add capabilities discovery")

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
2016-03-31 21:32:19 +02:00
..
aesni_gcm_ops.h aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
aesni_gcm_pmd_ops.c drivers: fix build of crypto anonymous union initialization 2016-03-31 21:32:19 +02:00
aesni_gcm_pmd_private.h aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
aesni_gcm_pmd.c cryptodev: add capabilities discovery 2016-03-11 10:43:09 +01:00
Makefile aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00
rte_pmd_aesni_gcm_version.map aesni_gcm: add driver for AES-GCM crypto operations 2016-03-11 01:01:42 +01:00