doc: add release notes for Hisilicon hns3 PMD driver

Message ID 1589854269-19608-1-git-send-email-xavier.huwei@huawei.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: add release notes for Hisilicon hns3 PMD driver |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

Wei Hu (Xavier) May 19, 2020, 2:11 a.m. UTC
  Add release notes for Hisilicon hns3 PMD driver.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
---
 doc/guides/rel_notes/release_20_05.rst | 7 +++++++
 1 file changed, 7 insertions(+)
  

Comments

Ferruh Yigit May 19, 2020, 8:17 a.m. UTC | #1
On 5/19/2020 3:11 AM, Wei Hu (Xavier) wrote:
> Add release notes for Hisilicon hns3 PMD driver.
> 
> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 2e94566..1496e52 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -156,6 +156,13 @@  New Features
   * Added support for flow pattern with wildcard VLAN item (without VID value).
   * Updated support for matching on GTP header, added match on GTP flags.
 
+* **Updated Hisilicon hns3 driver.**
+
+  Updated Hisilicon hns3 driver with new features and improvements, including:
+
+  * Added support for TSO
+  * Added support for configuring promiscuous and allmulticast mode for VF
+
 * **Added Chacha20-Poly1305 algorithm to Cryptodev API.**
 
   Chacha20-Poly1305 AEAD algorithm can now be supported in Cryptodev.