DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] doc: fix missing release note for GVE PMD DQO
@ 2023-07-03  3:00 Junfeng Guo
  2023-07-03 17:34 ` Rushil Gupta
  0 siblings, 1 reply; 4+ messages in thread
From: Junfeng Guo @ 2023-07-03  3:00 UTC (permalink / raw)
  To: qi.z.zhang, ferruh.yigit, rushilg; +Cc: dev, joshwash, jeroendb, Junfeng Guo

Add missing release note for GVE PMD enabling for DQO queue format.

Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
---
 doc/guides/rel_notes/release_23_07.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
index 4459144140..28c538acc9 100644
--- a/doc/guides/rel_notes/release_23_07.rst
+++ b/doc/guides/rel_notes/release_23_07.rst
@@ -200,6 +200,9 @@ New Features
 
   Enhanced the GRO library to support TCP packets over IPv6 network.
 
+* **Added GVE PMD enabling for DQO.**
+
+  Added GVE PMD enabling for DQO queue format.
 
 Removed Items
 -------------
-- 
2.34.1


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

* Re: [PATCH] doc: fix missing release note for GVE PMD DQO
  2023-07-03  3:00 [PATCH] doc: fix missing release note for GVE PMD DQO Junfeng Guo
@ 2023-07-03 17:34 ` Rushil Gupta
  2023-07-04 11:32   ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Rushil Gupta @ 2023-07-03 17:34 UTC (permalink / raw)
  To: Junfeng Guo; +Cc: qi.z.zhang, ferruh.yigit, dev, joshwash, jeroendb

On Sun, Jul 2, 2023 at 8:00 PM Junfeng Guo <junfeng.guo@intel.com> wrote:
>
> Add missing release note for GVE PMD enabling for DQO queue format.
>
> Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")
>
> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
> ---
>  doc/guides/rel_notes/release_23_07.rst | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
> index 4459144140..28c538acc9 100644
> --- a/doc/guides/rel_notes/release_23_07.rst
> +++ b/doc/guides/rel_notes/release_23_07.rst
> @@ -200,6 +200,9 @@ New Features
>
>    Enhanced the GRO library to support TCP packets over IPv6 network.
>
> +* **Added GVE PMD enabling for DQO.**
> +
> +  Added GVE PMD enabling for DQO queue format.
>
>  Removed Items
>  -------------
> --
> 2.34.1
>
Acked-by: Rushil Gupta <rushilg@google.com>

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

* Re: [PATCH] doc: fix missing release note for GVE PMD DQO
  2023-07-03 17:34 ` Rushil Gupta
@ 2023-07-04 11:32   ` Ferruh Yigit
  2023-07-05  2:37     ` Guo, Junfeng
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2023-07-04 11:32 UTC (permalink / raw)
  To: Rushil Gupta, Junfeng Guo; +Cc: qi.z.zhang, dev, joshwash, jeroendb

On 7/3/2023 6:34 PM, Rushil Gupta wrote:
> On Sun, Jul 2, 2023 at 8:00 PM Junfeng Guo <junfeng.guo@intel.com> wrote:
>>
>> Add missing release note for GVE PMD enabling for DQO queue format.
>>
>> Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")
>>
>> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
>> ---
>>  doc/guides/rel_notes/release_23_07.rst | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst
>> index 4459144140..28c538acc9 100644
>> --- a/doc/guides/rel_notes/release_23_07.rst
>> +++ b/doc/guides/rel_notes/release_23_07.rst
>> @@ -200,6 +200,9 @@ New Features
>>
>>    Enhanced the GRO library to support TCP packets over IPv6 network.
>>
>> +* **Added GVE PMD enabling for DQO.**
>> +
>> +  Added GVE PMD enabling for DQO queue format.
>>

Updated as following while merging

 * **Updated Google GVE net driver.**

   Added DQO queue descriptor format support.


Also location was wrong, expected location of updates documented in
section comment, relocated according it.


Btw, what DQO stands for, I didn't able to find it?

>>  Removed Items
>>  -------------
>> --
>> 2.34.1
>>
> Acked-by: Rushil Gupta <rushilg@google.com>
>

Applied to dpdk-next-net/main, thanks.



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

* RE: [PATCH] doc: fix missing release note for GVE PMD DQO
  2023-07-04 11:32   ` Ferruh Yigit
@ 2023-07-05  2:37     ` Guo, Junfeng
  0 siblings, 0 replies; 4+ messages in thread
From: Guo, Junfeng @ 2023-07-05  2:37 UTC (permalink / raw)
  To: Ferruh Yigit, Rushil Gupta; +Cc: Zhang, Qi Z, dev, joshwash, jeroendb



> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@amd.com>
> Sent: Tuesday, July 4, 2023 19:33
> To: Rushil Gupta <rushilg@google.com>; Guo, Junfeng
> <junfeng.guo@intel.com>
> Cc: Zhang, Qi Z <qi.z.zhang@intel.com>; dev@dpdk.org;
> joshwash@google.com; jeroendb@google.com
> Subject: Re: [PATCH] doc: fix missing release note for GVE PMD DQO
> 
> On 7/3/2023 6:34 PM, Rushil Gupta wrote:
> > On Sun, Jul 2, 2023 at 8:00 PM Junfeng Guo <junfeng.guo@intel.com>
> wrote:
> >>
> >> Add missing release note for GVE PMD enabling for DQO queue format.
> >>
> >> Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO")
> >>
> >> Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
> >> ---
> >>  doc/guides/rel_notes/release_23_07.rst | 3 +++
> >>  1 file changed, 3 insertions(+)
> >>
> >> diff --git a/doc/guides/rel_notes/release_23_07.rst
> b/doc/guides/rel_notes/release_23_07.rst
> >> index 4459144140..28c538acc9 100644
> >> --- a/doc/guides/rel_notes/release_23_07.rst
> >> +++ b/doc/guides/rel_notes/release_23_07.rst
> >> @@ -200,6 +200,9 @@ New Features
> >>
> >>    Enhanced the GRO library to support TCP packets over IPv6 network.
> >>
> >> +* **Added GVE PMD enabling for DQO.**
> >> +
> >> +  Added GVE PMD enabling for DQO queue format.
> >>
> 
> Updated as following while merging
> 
>  * **Updated Google GVE net driver.**
> 
>    Added DQO queue descriptor format support.
> 
> 
> Also location was wrong, expected location of updates documented in
> section comment, relocated according it.

Thanks for the efforts!
We'll be careful about this in the following releases.
And put the doc and release note update align with the feature upstream.

> 
> 
> Btw, what DQO stands for, I didn't able to find it?

Yes, I also tried to find out but no meaningful explain. Maybe just a label.
https://github.com/GoogleCloudPlatform/compute-virtual-ethernet-linux/releases
"
v1.3.0
gve 1.3.0

This release adds support for gVNIC's Diorite queue format (DQO)
...
"
Thanks!

> 
> >>  Removed Items
> >>  -------------
> >> --
> >> 2.34.1
> >>
> > Acked-by: Rushil Gupta <rushilg@google.com>
> >
> 
> Applied to dpdk-next-net/main, thanks.
> 


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

end of thread, other threads:[~2023-07-05  2:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03  3:00 [PATCH] doc: fix missing release note for GVE PMD DQO Junfeng Guo
2023-07-03 17:34 ` Rushil Gupta
2023-07-04 11:32   ` Ferruh Yigit
2023-07-05  2:37     ` Guo, Junfeng

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