DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
@ 2020-10-01 10:36 Maxime Coquelin
  2020-10-01 11:42 ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Maxime Coquelin @ 2020-10-01 10:36 UTC (permalink / raw)
  To: dev, ferruh.yigit, thomas, david.marchand, john.mcnamara; +Cc: Maxime Coquelin

Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
 doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index 4eb3224a76..2a0f1605fe 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -78,6 +78,12 @@ New Features
     ``--portmask=N``
     where N represents the hexadecimal bitmask of ports used.
 
+* ** Updated Virtio driver.**
+
+  * Added support for Vhost-vDPA backend to Virtio-user PMD.
+  * Changed Virtio device default link speed to unknown and added support for
+    200G link speed.
+
 
 Removed Items
 -------------
@@ -91,6 +97,8 @@ Removed Items
    Also, make sure to start the actual text at the margin.
    =======================================================
 
+* vhost: Dequeue zero-copy support has been removed.
+
 
 API Changes
 -----------
@@ -172,6 +180,8 @@ API Changes
 
 * bpf: ``RTE_BPF_XTYPE_NUM`` has been dropped from ``rte_bpf_xtype``.
 
+* vhost: moved vDPA APIs from experimental to stable.
+
 
 ABI Changes
 -----------
-- 
2.26.2


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

* Re: [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
  2020-10-01 10:36 [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note Maxime Coquelin
@ 2020-10-01 11:42 ` Thomas Monjalon
  2020-10-01 11:45   ` Maxime Coquelin
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-10-01 11:42 UTC (permalink / raw)
  To: Maxime Coquelin; +Cc: dev, ferruh.yigit, david.marchand, john.mcnamara

01/10/2020 12:36, Maxime Coquelin:
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
>  doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Those changes should have been part of the original commits.
Please can you add the "Fixes:" lines so we can have an easy
reference to the code change?




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

* Re: [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
  2020-10-01 11:42 ` Thomas Monjalon
@ 2020-10-01 11:45   ` Maxime Coquelin
  2020-10-01 12:53     ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Maxime Coquelin @ 2020-10-01 11:45 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, ferruh.yigit, david.marchand, john.mcnamara



On 10/1/20 1:42 PM, Thomas Monjalon wrote:
> 01/10/2020 12:36, Maxime Coquelin:
>> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>> ---
>>  doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
>>  1 file changed, 10 insertions(+)
> 
> Those changes should have been part of the original commits.
> Please can you add the "Fixes:" lines so we can have an easy
> reference to the code change?

I'm not convinced it is a good idea, as it creates avoidable conflicts
when someone wants to backport features.

But if you insist I can do it.


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

* Re: [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
  2020-10-01 11:45   ` Maxime Coquelin
@ 2020-10-01 12:53     ` Thomas Monjalon
  2020-10-01 21:33       ` Thomas Monjalon
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-10-01 12:53 UTC (permalink / raw)
  To: Maxime Coquelin; +Cc: dev, ferruh.yigit, david.marchand, john.mcnamara

01/10/2020 13:45, Maxime Coquelin:
> 
> On 10/1/20 1:42 PM, Thomas Monjalon wrote:
> > 01/10/2020 12:36, Maxime Coquelin:
> >> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> >> ---
> >>  doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
> >>  1 file changed, 10 insertions(+)
> > 
> > Those changes should have been part of the original commits.
> > Please can you add the "Fixes:" lines so we can have an easy
> > reference to the code change?
> 
> I'm not convinced it is a good idea, as it creates avoidable conflicts
> when someone wants to backport features.

Not sure I understand the conflict you think of.

> But if you insist I can do it.




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

* Re: [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
  2020-10-01 12:53     ` Thomas Monjalon
@ 2020-10-01 21:33       ` Thomas Monjalon
  2020-10-01 21:41         ` Maxime Coquelin
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2020-10-01 21:33 UTC (permalink / raw)
  To: Maxime Coquelin; +Cc: dev, ferruh.yigit, david.marchand, john.mcnamara

01/10/2020 14:53, Thomas Monjalon:
> 01/10/2020 13:45, Maxime Coquelin:
> > 
> > On 10/1/20 1:42 PM, Thomas Monjalon wrote:
> > > 01/10/2020 12:36, Maxime Coquelin:
> > >> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> > >> ---
> > >>  doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
> > >>  1 file changed, 10 insertions(+)
> > > 
> > > Those changes should have been part of the original commits.
> > > Please can you add the "Fixes:" lines so we can have an easy
> > > reference to the code change?
> > 
> > I'm not convinced it is a good idea, as it creates avoidable conflicts
> > when someone wants to backport features.
> 
> Not sure I understand the conflict you think of.
> 
> > But if you insist I can do it.

I did the release notes updates in the relevant patches
while pulling next-net.
I've removed the deprecation notice as well.



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

* Re: [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note
  2020-10-01 21:33       ` Thomas Monjalon
@ 2020-10-01 21:41         ` Maxime Coquelin
  0 siblings, 0 replies; 6+ messages in thread
From: Maxime Coquelin @ 2020-10-01 21:41 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, ferruh.yigit, david.marchand, john.mcnamara



On 10/1/20 11:33 PM, Thomas Monjalon wrote:
> 01/10/2020 14:53, Thomas Monjalon:
>> 01/10/2020 13:45, Maxime Coquelin:
>>>
>>> On 10/1/20 1:42 PM, Thomas Monjalon wrote:
>>>> 01/10/2020 12:36, Maxime Coquelin:
>>>>> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>>>>> ---
>>>>>  doc/guides/rel_notes/release_20_11.rst | 10 ++++++++++
>>>>>  1 file changed, 10 insertions(+)
>>>>
>>>> Those changes should have been part of the original commits.
>>>> Please can you add the "Fixes:" lines so we can have an easy
>>>> reference to the code change?
>>>
>>> I'm not convinced it is a good idea, as it creates avoidable conflicts
>>> when someone wants to backport features.
>>
>> Not sure I understand the conflict you think of.

I meant having both the code and release note parts in the same patch.
Sorry if I was not clear.

>>> But if you insist I can do it.
> 
> I did the release notes updates in the relevant patches
> while pulling next-net.
> I've removed the deprecation notice as well.

OK, that's fine anyway.

Thanks,
Maxime


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

end of thread, other threads:[~2020-10-01 21:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 10:36 [dpdk-dev] [PATCH] doc: add Vhost and Virtio updates to release note Maxime Coquelin
2020-10-01 11:42 ` Thomas Monjalon
2020-10-01 11:45   ` Maxime Coquelin
2020-10-01 12:53     ` Thomas Monjalon
2020-10-01 21:33       ` Thomas Monjalon
2020-10-01 21:41         ` Maxime Coquelin

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