Re: [dpdk-dev] [EXT] [PATCH v9 00/15] drivers: introduce mlx5 crypto PMD
From: Akhil Goyal <hidden>
Date: 2021-07-20 20:43:12
v2: - Add data-path part. v3: - Rebase. v4: - Rebase + Address the following Akhil comments: - Set HW feature flag in the capability patch. - Fix mp object release in session clear. - Some spelling and word missing in doc. - Squash data-unit adjustment to the session operations commit. - Wording: device argument -> devarg. v5: - Add mlx5 crypto tests into test library. - Update documentation according to Akhil comments. - Fix memory region management. - Fix multi segment case in data-path code. - Split documentation to the correct commits according to Akhil comments. - Rebase to new version. - Change license to Nvidia license. v6: - Rebase to new version. - Address David's comment and update log accordingly. - Update testing app commits as suggested by Akhil. v7: - Rebase to new version. - Add scatter gather and OOP test cases. v8: - Add a test case that was removed by error. v9: - Reorganize the basic operation commit. - Move the seesion operation commit after QP patch. - Fix coding style. - Move the rel_notes to the last PMD change. - Move the mlx5 test code to last. - Rename the driver name to crypto_mlx5. - Split the MBUF_DATAPAYLOAD_SIZE update out of the series.
Series Acked-by: Akhil Goyal [off-list ref] Applied to dpdk-next-crypto Updated MAINTAINERS file for ownership of mlx5.rst and mlx5.ini files Fixed some typos while applying patches.