net: add CRC AVX512 implementation
[dpdk.git] / doc / guides / rel_notes / release_20_11.rst
index 2ccf35f..71665c1 100644 (file)
@@ -65,6 +65,8 @@ New Features
 * **Updated CRC modules of the net library.**
 
   * Added runtime selection of the optimal architecture-specific CRC path.
+  * Added optimized implementations of CRC32-Ethernet and CRC16-CCITT
+    using the AVX512 and VPCLMULQDQ instruction sets.
 
 * **Added the FEC API, for a generic FEC query and config.**