DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes for DCF reset API
@ 2021-11-10  8:59 dapengx.yu
  2021-11-16  1:53 ` Zhang, Qi Z
  2021-11-16 12:44 ` Ferruh Yigit
  0 siblings, 2 replies; 4+ messages in thread
From: dapengx.yu @ 2021-11-10  8:59 UTC (permalink / raw)
  Cc: dev, ferruh.yigit, Dapeng Yu

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(+)

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.**
 
-- 
2.27.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [dpdk-dev] [PATCH] doc: update release notes for DCF reset API
  2021-11-10  8:59 [dpdk-dev] [PATCH] doc: update release notes for DCF reset API dapengx.yu
@ 2021-11-16  1:53 ` Zhang, Qi Z
  2021-11-16 12:44 ` Ferruh Yigit
  1 sibling, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2021-11-16  1:53 UTC (permalink / raw)
  To: Yu, DapengX; +Cc: dev, Yigit, Ferruh, Yu, DapengX



> -----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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: update release notes for DCF reset API
  2021-11-10  8:59 [dpdk-dev] [PATCH] doc: update release notes for DCF reset API dapengx.yu
  2021-11-16  1:53 ` Zhang, Qi Z
@ 2021-11-16 12:44 ` Ferruh Yigit
  2021-11-16 12:46   ` Zhang, Qi Z
  1 sibling, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2021-11-16 12:44 UTC (permalink / raw)
  To: dapengx.yu; +Cc: dev, Qi Zhang

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.**
>   
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH] doc: update release notes for DCF reset API
  2021-11-16 12:44 ` Ferruh Yigit
@ 2021-11-16 12:46   ` Zhang, Qi Z
  0 siblings, 0 replies; 4+ messages in thread
From: Zhang, Qi Z @ 2021-11-16 12:46 UTC (permalink / raw)
  To: Yigit, Ferruh, Yu, DapengX; +Cc: dev



> -----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.**
> >
> >


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-16 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  8:59 [dpdk-dev] [PATCH] doc: update release notes for DCF reset API dapengx.yu
2021-11-16  1:53 ` Zhang, Qi Z
2021-11-16 12:44 ` Ferruh Yigit
2021-11-16 12:46   ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).