[dpdk-dev] [PATCH] app/test: fix linkage scope of gmac plaintext array

2016-09-22 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday, September 22, 2016 7:53 AM > To: dev at dpdk.org > Cc: Trahe, Fiona; Jain, Deepak K; De Lara Guarch, Pablo; Griffin, John; > Kusztal, > ArkadiuszX > Subject: [PATCH] app/test: fix linkage scope of gmac plaintext array >

[dpdk-dev] [PATCH] app/test: fix linkage scope of gmac plaintext array

2016-09-22 Thread Arek Kusztal
Array gmac_plaintext in test_cryptodev_gcm_test_vectors.h needs to be changed to static Fixes: 7495f7594fed ("app/test: add GMAC authentication tests to cryptodev tests") Signed-off-by: Arek Kusztal --- app/test/test_cryptodev_gcm_test_vectors.h | 3 +-- 1 file changed, 1 insertion(+), 2 delet