[v1,12/12] doc: enable DCF datapath configuration

Message ID 20200605201737.33766-13-ting.xu@intel.com (mailing list archive)
State Superseded, archived
Delegated to: xiaolong ye
Headers
Series enable DCF datapath configuration |

Checks

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

Commit Message

Xu, Ting June 5, 2020, 8:17 p.m. UTC
  Add doc for DCF datapath configuration in DPDK 20.08 release note.

Signed-off-by: Ting Xu <ting.xu@intel.com>
---
 doc/guides/rel_notes/release_20_08.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Xiaolong Ye June 5, 2020, 2:41 p.m. UTC | #1
Hi, Ting

On 06/05, Ting Xu wrote:
>Add doc for DCF datapath configuration in DPDK 20.08 release note.
>

It'd be better to also add some document update in ice.rst.

Thanks,
Xiaolong

>Signed-off-by: Ting Xu <ting.xu@intel.com>
>---
> doc/guides/rel_notes/release_20_08.rst | 5 +++++
> 1 file changed, 5 insertions(+)
>
>diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
>index 39064afbe..3cda6111c 100644
>--- a/doc/guides/rel_notes/release_20_08.rst
>+++ b/doc/guides/rel_notes/release_20_08.rst
>@@ -56,6 +56,11 @@ New Features
>      Also, make sure to start the actual text at the margin.
>      =========================================================
> 
>+* **Updated the Intel ice driver.**
>+
>+  Updated the Intel ice driver with new features and improvements, including:
>+
>+  * Added support for DCF datapath configuration.
> 
> Removed Items
> -------------
>-- 
>2.17.1
>
  
Xu, Ting June 9, 2020, 7:50 a.m. UTC | #2
Hi, Xiaolong

> -----Original Message-----
> From: Ye, Xiaolong <xiaolong.ye@intel.com>
> Sent: Friday, June 5, 2020 10:42 PM
> To: Xu, Ting <ting.xu@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Yang, Qiming
> <qiming.yang@intel.com>; Mcnamara, John <john.mcnamara@intel.com>;
> Kovacevic, Marko <marko.kovacevic@intel.com>
> Subject: Re: [dpdk-dev] [PATCH v1 12/12] doc: enable DCF datapath
> configuration
> 
> Hi, Ting
> 
> On 06/05, Ting Xu wrote:
> >Add doc for DCF datapath configuration in DPDK 20.08 release note.
> >
> 
> It'd be better to also add some document update in ice.rst.
> 
> Thanks,
> Xiaolong
> 

I find that there is no additional information need to be added in ice.rst for datapath configure.
For multiple VF and buildin recipe in DCF, I update ice.rst in their RFC patchset.

Thanks!

> >Signed-off-by: Ting Xu <ting.xu@intel.com>
> >---
> > doc/guides/rel_notes/release_20_08.rst | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> >diff --git a/doc/guides/rel_notes/release_20_08.rst
> b/doc/guides/rel_notes/release_20_08.rst
> >index 39064afbe..3cda6111c 100644
> >--- a/doc/guides/rel_notes/release_20_08.rst
> >+++ b/doc/guides/rel_notes/release_20_08.rst
> >@@ -56,6 +56,11 @@ New Features
> >      Also, make sure to start the actual text at the margin.
> >      =========================================================
> >
> >+* **Updated the Intel ice driver.**
> >+
> >+  Updated the Intel ice driver with new features and improvements,
> including:
> >+
> >+  * Added support for DCF datapath configuration.
> >
> > Removed Items
> > -------------
> >--
> >2.17.1
> >
  

Patch

diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst
index 39064afbe..3cda6111c 100644
--- a/doc/guides/rel_notes/release_20_08.rst
+++ b/doc/guides/rel_notes/release_20_08.rst
@@ -56,6 +56,11 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **Updated the Intel ice driver.**
+
+  Updated the Intel ice driver with new features and improvements, including:
+
+  * Added support for DCF datapath configuration.
 
 Removed Items
 -------------