Message ID | 20210120020642.261607-1-yuying.zhang@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Qi Zhang |
Headers | show |
Series | [v2] doc: update release notes for iavf | expand |
Context | Check | Description |
---|---|---|
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
> -----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
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 -------------
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(+)