doc: update release notes for DCF reset API

Message ID 20211110085926.253464-1-dapengx.yu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Qi Zhang
Headers
Series doc: update release notes for DCF reset API |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-spell-check-testing warning Testing issues
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional fail Functional Testing issues

Commit Message

Yu, DapengX Nov. 10, 2021, 8:59 a.m. UTC
  From: Dapeng Yu <dapengx.yu@intel.com>

The ice DCF device reset has been supported. Release notes is updated
to synchronize with the feature.

Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>
---
 doc/guides/rel_notes/release_21_11.rst | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Qi Zhang Nov. 16, 2021, 1:53 a.m. UTC | #1
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of dapengx.yu@intel.com
> Sent: Wednesday, November 10, 2021 4:59 PM
> Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yigit@intel.com>; Yu, DapengX
> <dapengx.yu@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: update release notes for DCF reset API
> 
> From: Dapeng Yu <dapengx.yu@intel.com>
> 
> The ice DCF device reset has been supported. Release notes is updated to
> synchronize with the feature.
> 
> Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>

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

Applied to dpdk-next-net-intel.

Thanks
Qi
  
Ferruh Yigit Nov. 16, 2021, 12:44 p.m. UTC | #2
On 11/10/2021 8:59 AM, dapengx.yu@intel.com wrote:
> From: Dapeng Yu <dapengx.yu@intel.com>
> 
> The ice DCF device reset has been supported. Release notes is updated
> to synchronize with the feature.
> 

Hi Dapeng,

Can you please provide fixes line, for the commit that introduced the
feature you are documenting?

> Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>
> ---
>   doc/guides/rel_notes/release_21_11.rst | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
> index 01923e2deb..c2ec50b59e 100644
> --- a/doc/guides/rel_notes/release_21_11.rst
> +++ b/doc/guides/rel_notes/release_21_11.rst
> @@ -199,6 +199,7 @@ New Features
>     * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow.
>     * Added DEV_RX_OFFLOAD_TIMESTAMP support.
>     * Added timesync API support under scalar path.
> +  * Added DCF reset API
>   
>   * **Updated Intel ixgbe driver.**
>   
>
  
Qi Zhang Nov. 16, 2021, 12:46 p.m. UTC | #3
> -----Original Message-----
> From: Yigit, Ferruh <ferruh.yigit@intel.com>
> Sent: Tuesday, November 16, 2021 8:45 PM
> To: Yu, DapengX <dapengx.yu@intel.com>
> Cc: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> Subject: Re: [PATCH] doc: update release notes for DCF reset API
> 
> On 11/10/2021 8:59 AM, dapengx.yu@intel.com wrote:
> > From: Dapeng Yu <dapengx.yu@intel.com>
> >
> > The ice DCF device reset has been supported. Release notes is updated
> > to synchronize with the feature.
> >
> 
> Hi Dapeng,
> 
> Can you please provide fixes line, for the commit that introduced the feature
> you are documenting?

Should be below commit 
Fixes: 1a86f4dbdf42 ("net/ice: support DCF device reset")

Thanks
Qi

> 
> > Signed-off-by: Dapeng Yu <dapengx.yu@intel.com>
> > ---
> >   doc/guides/rel_notes/release_21_11.rst | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/doc/guides/rel_notes/release_21_11.rst
> > b/doc/guides/rel_notes/release_21_11.rst
> > index 01923e2deb..c2ec50b59e 100644
> > --- a/doc/guides/rel_notes/release_21_11.rst
> > +++ b/doc/guides/rel_notes/release_21_11.rst
> > @@ -199,6 +199,7 @@ New Features
> >     * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS
> flow.
> >     * Added DEV_RX_OFFLOAD_TIMESTAMP support.
> >     * Added timesync API support under scalar path.
> > +  * Added DCF reset API
> >
> >   * **Updated Intel ixgbe driver.**
> >
> >
  

Patch

diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst
index 01923e2deb..c2ec50b59e 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -199,6 +199,7 @@  New Features
   * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow.
   * Added DEV_RX_OFFLOAD_TIMESTAMP support.
   * Added timesync API support under scalar path.
+  * Added DCF reset API
 
 * **Updated Intel ixgbe driver.**