[dpdk-dev] [PATCH] aesni_gcm: fix incorrect supported key sizes

2016-04-06 Thread Thomas Monjalon
2016-04-06 18:29, Thomas Monjalon: > 2016-04-06 16:39, Pablo de Lara: > > AES-GCM PMD only supports 128-bit keys, but not 192 and 256, > > which the capabilities structure was reporting. > > > > Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities") > > I think you mean > Fixes:

[dpdk-dev] [PATCH] aesni_gcm: fix incorrect supported key sizes

2016-04-06 Thread Thomas Monjalon
2016-04-06 16:39, Pablo de Lara: > AES-GCM PMD only supports 128-bit keys, but not 192 and 256, > which the capabilities structure was reporting. > > Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities") I think you mean Fixes: 26c2e4ad5ad4 ("cryptodev: add capabilities

[dpdk-dev] [PATCH] aesni_gcm: fix incorrect supported key sizes

2016-04-06 Thread Pablo de Lara
AES-GCM PMD only supports 128-bit keys, but not 192 and 256, which the capabilities structure was reporting. Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities") Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c | 8 1 file changed, 4