RE: [PATCH 0/7] add Nitrox compress device support

2024-03-03 Thread Akhil Goyal
> Subject: [PATCH 0/7] add Nitrox compress device support > > Add the Nitrox PMD to support Nitrox compress device. > --- > v5: > * Added missing entry for nitrox folder in compress meson.json > > v4: > * Fixed checkpatch warnings. > * Updated release notes. >

[PATCH 0/7] add Nitrox compress device support

2024-03-02 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox compress device. --- v5: * Added missing entry for nitrox folder in compress meson.json v4: * Fixed checkpatch warnings. * Updated release notes. v3: * Fixed ABI compatibility issue. v2: * Reformatted patches to minimize number of changes. * Removed empty fil

[PATCH 0/7] add Nitrox compress device support

2024-03-01 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox compress device. --- v4: * Fixed checkpatch warnings. * Updated release notes. v3: * Fixed ABI compatibility issue. v2: * Reformatted patches to minimize number of changes. * Removed empty file with only copyright. * Updated all feature flags in nitrox.ini fil

RE: [PATCH 0/7] add Nitrox compress device support

2024-02-29 Thread Akhil Goyal
Please add release notes for the addition of new PMD. > -Original Message- > From: Nagadheeraj Rottela > Sent: Thursday, February 15, 2024 6:19 PM > To: Akhil Goyal ; fanzhang@gmail.com; Ashish Gupta > > Cc: dev@dpdk.org; Nagadheeraj Rottela > Subject: [

[PATCH 0/7] add Nitrox compress device support

2024-02-15 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox compress device. --- v3: * Fixed ABI compatibility issue. v2: * Reformatted patches to minimize number of changes. * Removed empty file with only copyright. * Updated all feature flags in nitrox.ini file. * Added separate gotos in nitrox_pci_probe() function.

[PATCH 0/7] add Nitrox compress device support

2024-02-12 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox compress device. --- v2: * Reformatted patches to minimize number of changes. * Removed empty file with only copyright. * Updated all feature flags in nitrox.ini file. * Added separate gotos in nitrox_pci_probe() function. Nagadheeraj Rottela (7): crypto/nitr

[PATCH 0/7] add Nitrox compress device support

2023-10-27 Thread Nagadheeraj Rottela
Add the Nitrox PMD to support Nitrox compress device. Nagadheeraj Rottela (7): crypto/nitrox: move nitrox common code to common folder compress/nitrox: add nitrox compressdev driver common/nitrox: add compress hardware queue management crypto/nitrox: set queue type during queue pair setup