17c36a6746
The ZUC API to encrypt packets does not require the operations
to share the same key. Currently, the operations were being
batched only when they shared the same key, but this is not needed.
Instead, now operations will be batched based on the transform
(cipher only, auth only...).
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rte_pmd_zuc_version.map | ||
rte_zuc_pmd_ops.c | ||
rte_zuc_pmd_private.h | ||
rte_zuc_pmd.c |