Re: [dpdk-dev] [EXT] [PATCH v8 01/16] drivers: introduce mlx5 crypto PMD
From: Suanming Mou <hidden>
Date: 2021-07-20 08:26:49
-----Original Message----- From: Akhil Goyal <redacted> Sent: Saturday, July 17, 2021 3:19 AM To: Shiri Kuzin <redacted>; dev@dpdk.org Cc: Matan Azrad <redacted>; Suanming Mou [off-list ref]; david.marchand@redhat.com Subject: RE: [EXT] [PATCH v8 01/16] drivers: introduce mlx5 crypto PMDquoted
diff --git a/doc/guides/rel_notes/release_21_08.rstb/doc/guides/rel_notes/release_21_08.rst index 7d289e07e3..2bf4ce7a73 100644--- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst@@ -125,6 +125,11 @@ New Features The experimental PMD power management API now supports managing multiple Ethernet Rx queues per lcore. +* **Added support for Nvidia crypto device driver.** + + * Added mlx5 crypto driver to support AES-XTS cipher operations. + The first device to support it is ConnectX-6. +Update release notes when the feature is complete. Probably in your enq/deq patch (12/16)
I assume it should be (13/16)? Since this patch finishes implementing all the callbacks.
quoted
+static const struct rte_pci_id mlx5_crypto_pci_id_map[] = { + { + RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, + PCI_DEVICE_ID_MELLANOX_CONNECTX6) + }, + { + .vendor_id = 0 + } + };Fix indentation.
Good catch.
quoted
+