RE: [EXT] [PATCH v10 0/7] bbdev changes for 22.11

2022-09-30 Thread Akhil Goyal
> v10: replacing the _PADDED_MAX enum to _SIZE_MAX macro based on > suggestion from Ferruh/Maxime/Akhil. Thanks Since we have a consensus. Series Acked-by: Akhil Goyal Applied to dpdk-next-crypto Added release notes and removed deprecation notices. Please fix the documentation as recommended as

[PATCH v10 0/7] bbdev changes for 22.11

2022-09-30 Thread Nicolas Chautru
v10: replacing the _PADDED_MAX enum to _SIZE_MAX macro based on suggestion from Ferruh/Maxime/Akhil. Thanks v9: removing code snippet from documentation in 5/7 requested by Akhil. Thanks. v8: edit based on review by Akhil : typos, coding guidelines. No functional change. Thanks v7: couple of typ