[v2,01/15] doc: update release note

Message ID 20220616023939.1798769-2-jin.liu@corigine.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series Add support of NFP3800 chip and firmware with NFDk |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-testing warning apply patch failure

Commit Message

Jin Liu June 16, 2022, 2:39 a.m. UTC
  Add support for a new type NFP NIC NFP3800 and firmware with NFDk.

Signed-off-by: Jin Liu <jin.liu@corigine.com>
Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Signed-off-by: Niklas Söderlund <niklas.soderlund@corigine.com>
---
 doc/guides/rel_notes/release_22_07.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Ferruh Yigit June 16, 2022, 3:04 p.m. UTC | #1
On 6/16/2022 3:39 AM, Jin Liu wrote:
> Add support for a new type NFP NIC NFP3800 and firmware with NFDk.
> 
> Signed-off-by: Jin Liu <jin.liu@corigine.com>
> Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
> Signed-off-by: Niklas Söderlund <niklas.soderlund@corigine.com>
> ---
>   doc/guides/rel_notes/release_22_07.rst | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
> index 7d5e3fac77..d5274c9e3d 100644
> --- a/doc/guides/rel_notes/release_22_07.rst
> +++ b/doc/guides/rel_notes/release_22_07.rst
> @@ -146,6 +146,9 @@ New Features
>     * ``RTE_EVENT_QUEUE_ATTR_WEIGHT``
>     * ``RTE_EVENT_QUEUE_ATTR_AFFINITY``
>   
> +* **Added support for new NFP NIC.**
> +
> +  Added support for a new type NFP NIC NFP3800 and the firmware with NFDk.
>   

Hi Jin,

Instead of having doc patch as separate patch, can you please squash it 
to the patch that is adding the announced feature?
In the feature this enabled people checking the git history to find code 
and doc update atomically in same commit.
Like NFP3800 support part can go into patch 8/15.

And can you please check the order of the log in the document's section 
comment? It should be grouped with net driver updates, in vendor name 
sorted manner, instead of going to end.
  

Patch

diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst
index 7d5e3fac77..d5274c9e3d 100644
--- a/doc/guides/rel_notes/release_22_07.rst
+++ b/doc/guides/rel_notes/release_22_07.rst
@@ -146,6 +146,9 @@  New Features
   * ``RTE_EVENT_QUEUE_ATTR_WEIGHT``
   * ``RTE_EVENT_QUEUE_ATTR_AFFINITY``
 
+* **Added support for new NFP NIC.**
+
+  Added support for a new type NFP NIC NFP3800 and the firmware with NFDk.
 
 Removed Items
 -------------