This patch adds support for DOCSIS AES-256 when using AESNI-MB
Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
* Added support for matching on IPv4 Time To Live and IPv6 Hop Limit.
+* **Updated the AESNI MB crypto PMD.**
+
+ * Updated the AESNI MB PMD with AES-256 DOCSIS algorithm.
+
* **Added handling of mixed crypto algorithms in QAT PMD for GEN2.**
Enabled handling of mixed algorithms in encrypted digest hash-cipher
.block_size = 16,
.key_size = {
.min = 16,
+#if IMB_VERSION_NUM >= IMB_VERSION(0, 53, 3)
+ .max = 32,
+ .increment = 16
+#else
.max = 16,
.increment = 0
+#endif
},
.iv_size = {
.min = 16,