[v2] doc: update release notes for iavf

Message ID 20210120020642.261607-1-yuying.zhang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series [v2] doc: update release notes for iavf |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Zhang, Yuying Jan. 20, 2021, 2:06 a.m. UTC
  Add iavf PMD new feature in release notes.

Fixes: 61abc5f611a0 ("net/iavf: support TCP/UDP flow item without input set")

Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>
---
 doc/guides/rel_notes/release_21_02.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Qi Zhang Jan. 20, 2021, 10:21 a.m. UTC | #1
> -----Original Message-----
> From: Zhang, Yuying <yuying.zhang@intel.com>
> Sent: Wednesday, January 20, 2021 10:07 AM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>
> Cc: Zhang, Yuying <yuying.zhang@intel.com>
> Subject: [PATCH v2] doc: update release notes for iavf
> 
> Add iavf PMD new feature in release notes.
> 
> Fixes: 61abc5f611a0 ("net/iavf: support TCP/UDP flow item without input set")
> 
> Signed-off-by: Yuying Zhang <yuying.zhang@intel.com>

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi
  

Patch

diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst
index 78ec2758e..ecd7cd206 100644
--- a/doc/guides/rel_notes/release_21_02.rst
+++ b/doc/guides/rel_notes/release_21_02.rst
@@ -106,6 +106,9 @@  New Features
 
   * Added Double VLAN support for DCF switch QinQ filtering.
 
+* **Updated Intel iavf driver.**
+  * Added support for FDIR TCP/UDP pattern without input set.
+
 
 Removed Items
 -------------