crypto/dpaa_sec: update release notes

Message ID 20210907133702.10309-1-hemant.agrawal@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: akhil goyal
Headers
Series crypto/dpaa_sec: update release notes |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/iol-testing warning apply patch failure
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Hemant Agrawal Sept. 7, 2021, 1:37 p.m. UTC
  Update the release notes in DPAAx for the changes in recent patches.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 doc/guides/rel_notes/release_21_11.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Akhil Goyal Sept. 7, 2021, 7:15 p.m. UTC | #1
> Update the release notes in DPAAx for the changes in recent patches.
> 
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---
>  doc/guides/rel_notes/release_21_11.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_11.rst
> b/doc/guides/rel_notes/release_21_11.rst
> index 0afd21812f..c747a0fb11 100644
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> @@ -75,10 +75,14 @@ New Features
>  * **Updated NXP dpaa2_sec crypto PMD.**
> 
>    * Added raw vector datapath API support
> +  * Added PDCP short MAC-I support
> 
>  * **Updated NXP dpaa_sec crypto PMD.**
> 
>    * Added raw vector datapath API support
> +  * Added PDCP short MAC-I support
> +  * Added non-HMAC, DES, AES-XCBC and AES-CMAC algo support
> +
> 
Please send a next version for each of the series including each of the
Item separately in the release notes.
For example, DES-CBC patch will have update in release notes only for it
Subsequently for others also.
Please also remove entry from deprecation notices and subsequently update
the release notes ABI changes section done in a particular patch.

I tried splitting it, but it would also need changes in deprecation notices.
Please rebase the 3 series in following order (as for 3rd series I am waiting for review from Intel)
1. Algo support in dpaaX
2. short MAC
3. raw crypto
  
Hemant Agrawal Sept. 8, 2021, 7:02 a.m. UTC | #2
On 9/8/2021 12:45 AM, Akhil Goyal wrote:
>> Update the release notes in DPAAx for the changes in recent patches.
>>
>> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
>> ---
>>   doc/guides/rel_notes/release_21_11.rst | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/release_21_11.rst
>> b/doc/guides/rel_notes/release_21_11.rst
>> index 0afd21812f..c747a0fb11 100644
>> --- a/doc/guides/rel_notes/release_21_11.rst
>> +++ b/doc/guides/rel_notes/release_21_11.rst
>> @@ -75,10 +75,14 @@ New Features
>>   * **Updated NXP dpaa2_sec crypto PMD.**
>>
>>     * Added raw vector datapath API support
>> +  * Added PDCP short MAC-I support
>>
>>   * **Updated NXP dpaa_sec crypto PMD.**
>>
>>     * Added raw vector datapath API support
>> +  * Added PDCP short MAC-I support
>> +  * Added non-HMAC, DES, AES-XCBC and AES-CMAC algo support
>> +
>>
> Please send a next version for each of the series including each of the
> Item separately in the release notes.
> For example, DES-CBC patch will have update in release notes only for it
> Subsequently for others also.
> Please also remove entry from deprecation notices and subsequently update
> the release notes ABI changes section done in a particular patch.
>
> I tried splitting it, but it would also need changes in deprecation notices.
> Please rebase the 3 series in following order (as for 3rd series I am waiting for review from Intel)
> 1. Algo support in dpaaX
> 2. short MAC
> 3. raw crypto
ok
>
  

Patch

diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index 0afd21812f..c747a0fb11 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -75,10 +75,14 @@  New Features
 * **Updated NXP dpaa2_sec crypto PMD.**
 
   * Added raw vector datapath API support
+  * Added PDCP short MAC-I support
 
 * **Updated NXP dpaa_sec crypto PMD.**
 
   * Added raw vector datapath API support
+  * Added PDCP short MAC-I support
+  * Added non-HMAC, DES, AES-XCBC and AES-CMAC algo support 
+
 
 
 Removed Items