[v1,4/4] doc: add release notes for Intel ice PMD

Message ID 20200309141437.11800-5-haiyue.wang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: xiaolong ye
Headers
Series add Intel DCF PMD support |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot warning Travis build: failed
ci/Intel-compilation fail apply issues

Commit Message

Wang, Haiyue March 9, 2020, 2:14 p.m. UTC
  Add release notes for the new Intel ice feature DCF (Device Config
Function).

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
---
 doc/guides/rel_notes/release_20_05.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Xiaolong Ye March 9, 2020, 3:22 p.m. UTC | #1
Release note doesn't have to be a separate patch, can go with the feature  
patch.

Thanks,
Xiaolong

On 03/09, Haiyue Wang wrote:
>Add release notes for the new Intel ice feature DCF (Device Config
>Function).
>
>Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
>---
> doc/guides/rel_notes/release_20_05.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
>index 000bbf501..f404ee7fd 100644
>--- a/doc/guides/rel_notes/release_20_05.rst
>+++ b/doc/guides/rel_notes/release_20_05.rst
>@@ -62,6 +62,11 @@ New Features
> 
>   * Added support for matching on IPv4 Time To Live and IPv6 Hop Limit.
> 
>+* **Updated the Intel ice driver.**
>+
>+  Updated the Intel ice driver with new features and improvements, including:
>+
>+  * Added support for DCF (Device Config Function) feature.
> 
> Removed Items
> -------------
>-- 
>2.25.1
>
  
Wang, Haiyue March 10, 2020, 2:16 a.m. UTC | #2
Got it.

BR,
Haiyue

> -----Original Message-----
> From: Ye, Xiaolong <xiaolong.ye@intel.com>
> Sent: Monday, March 9, 2020 23:22
> To: Wang, Haiyue <haiyue.wang@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming <qiming.yang@intel.com>; Xing,
> Beilei <beilei.xing@intel.com>; Zhao1, Wei <wei.zhao1@intel.com>
> Subject: Re: [PATCH v1 4/4] doc: add release notes for Intel ice PMD
> 
> Release note doesn't have to be a separate patch, can go with the feature
> patch.
> 
> Thanks,
> Xiaolong
> 
> On 03/09, Haiyue Wang wrote:
> >Add release notes for the new Intel ice feature DCF (Device Config
> >Function).
> >
> >Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
> >---
> > doc/guides/rel_notes/release_20_05.rst | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> >diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
> >index 000bbf501..f404ee7fd 100644
> >--- a/doc/guides/rel_notes/release_20_05.rst
> >+++ b/doc/guides/rel_notes/release_20_05.rst
> >@@ -62,6 +62,11 @@ New Features
> >
> >   * Added support for matching on IPv4 Time To Live and IPv6 Hop Limit.
> >
> >+* **Updated the Intel ice driver.**
> >+
> >+  Updated the Intel ice driver with new features and improvements, including:
> >+
> >+  * Added support for DCF (Device Config Function) feature.
> >
> > Removed Items
> > -------------
> >--
> >2.25.1
> >
  

Patch

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 000bbf501..f404ee7fd 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -62,6 +62,11 @@  New Features
 
   * Added support for matching on IPv4 Time To Live and IPv6 Hop Limit.
 
+* **Updated the Intel ice driver.**
+
+  Updated the Intel ice driver with new features and improvements, including:
+
+  * Added support for DCF (Device Config Function) feature.
 
 Removed Items
 -------------