[2/3] doc: update release notes for hns3

Message ID 1611150232-609-3-git-send-email-oulijun@huawei.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series update doc for hns3 |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Lijun Ou Jan. 20, 2021, 1:43 p.m. UTC
  Add TM(Traffic Management) feature with hns3 in release notes.

Signed-off-by: Lijun Ou <oulijun@huawei.com>
---
 doc/guides/rel_notes/release_21_02.rst | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Ferruh Yigit Jan. 28, 2021, 12:25 a.m. UTC | #1
On 1/20/2021 1:43 PM, Lijun Ou wrote:
> Add TM(Traffic Management) feature with hns3 in release notes.
> 

Can you please add the commits of the patches introducing the feature mentioned 
in the release notes as fixes tag, for reference?

> Signed-off-by: Lijun Ou <oulijun@huawei.com>
> ---
>   doc/guides/rel_notes/release_21_02.rst | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
> index ae36b6a..e51277d 100644
> --- a/doc/guides/rel_notes/release_21_02.rst
> +++ b/doc/guides/rel_notes/release_21_02.rst
> @@ -82,6 +82,10 @@ New Features
>   
>     * Added support for 64B completion queue entries
>   
> +* **Updated hns3 driver.**
> +  * Added support for traffic management
> +    Support for configuring port's peak rate and TC's peak rate with PF
> +

This is giving doc build warning [1], I guess an empty line required after first 
line, also should there be two bullet points?

doc build can be tested as:
meson setup -Denable_docs=true build-doc
ninja -C build-doc

[1]
release_21_02.rst:87: WARNING: Unexpected indentation

>   * **Updated Intel ice driver.**
>   
>     * Added Double VLAN support for DCF switch QinQ filtering.
>
  

Patch

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index ae36b6a..e51277d 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -82,6 +82,10 @@  New Features
 
   * Added support for 64B completion queue entries
 
+* **Updated hns3 driver.**
+  * Added support for traffic management
+    Support for configuring port's peak rate and TC's peak rate with PF
+
 * **Updated Intel ice driver.**
 
   * Added Double VLAN support for DCF switch QinQ filtering.