* [dpdk-dev] [PATCH 0/2] vhost: v21.11 deprecation notices
@ 2021-07-29 14:42 Maxime Coquelin
2021-07-29 14:42 ` [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal Maxime Coquelin
2021-07-29 14:42 ` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming Maxime Coquelin
0 siblings, 2 replies; 7+ messages in thread
From: Maxime Coquelin @ 2021-07-29 14:42 UTC (permalink / raw)
To: dev, chenbo.xia, amorenoz, bruce.richardson, ferruh.yigit,
thomas, aconole
Cc: Maxime Coquelin
Two deprecations planned for DPDK v21.11 in Vhost:
- marking vDPA driver API as internal
- prefixing Vhost ops struct with rte_
Maxime Coquelin (2):
vhost: announce vDPA driver API marking as internal
vhost: notice Vhost ops struct renaming
doc/guides/rel_notes/deprecation.rst | 7 +++++++
1 file changed, 7 insertions(+)
--
2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal
2021-07-29 14:42 [dpdk-dev] [PATCH 0/2] vhost: v21.11 deprecation notices Maxime Coquelin
@ 2021-07-29 14:42 ` Maxime Coquelin
2021-07-30 5:32 ` Xia, Chenbo
2021-07-29 14:42 ` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming Maxime Coquelin
1 sibling, 1 reply; 7+ messages in thread
From: Maxime Coquelin @ 2021-07-29 14:42 UTC (permalink / raw)
To: dev, chenbo.xia, amorenoz, bruce.richardson, ferruh.yigit,
thomas, aconole
Cc: Maxime Coquelin
This patch announces the marking if all the vDPA driver API
as internal.
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd7..b34bed61a6 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -147,3 +147,7 @@ Deprecation Notices
* cmdline: ``cmdline`` structure will be made opaque to hide platform-specific
content. On Linux and FreeBSD, supported prior to DPDK 20.11,
original structure will be kept until DPDK 21.11.
+
+* vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
+ ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
+ driver API will be marked as internal in DPDK v21.11.
--
2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming
2021-07-29 14:42 [dpdk-dev] [PATCH 0/2] vhost: v21.11 deprecation notices Maxime Coquelin
2021-07-29 14:42 ` [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal Maxime Coquelin
@ 2021-07-29 14:42 ` Maxime Coquelin
2021-07-30 5:33 ` Xia, Chenbo
2021-08-03 9:28 ` Adrian Moreno
1 sibling, 2 replies; 7+ messages in thread
From: Maxime Coquelin @ 2021-07-29 14:42 UTC (permalink / raw)
To: dev, chenbo.xia, amorenoz, bruce.richardson, ferruh.yigit,
thomas, aconole
Cc: Maxime Coquelin
This patch announce the renaming of struct vhost_device_ops
to rte_vhost_device_ops in DPDK v21.11.
Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
doc/guides/rel_notes/deprecation.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index b34bed61a6..76ebf162bd 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -151,3 +151,6 @@ Deprecation Notices
* vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
driver API will be marked as internal in DPDK v21.11.
+
+* vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops``
+ int DPDK v21.11.
--
2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal
2021-07-29 14:42 ` [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal Maxime Coquelin
@ 2021-07-30 5:32 ` Xia, Chenbo
2021-07-30 7:13 ` Maxime Coquelin
0 siblings, 1 reply; 7+ messages in thread
From: Xia, Chenbo @ 2021-07-30 5:32 UTC (permalink / raw)
To: Maxime Coquelin, dev, amorenoz, Richardson, Bruce, Yigit, Ferruh,
thomas, aconole
Hi Maxime,
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Thursday, July 29, 2021 10:43 PM
> To: dev@dpdk.org; Xia, Chenbo <chenbo.xia@intel.com>; amorenoz@redhat.com;
> Richardson, Bruce <bruce.richardson@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; thomas@monjalon.net; aconole@redhat.com
> Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
> Subject: [PATCH 1/2] vhost: announce vDPA driver API marking as internal
>
> This patch announces the marking if all the vDPA driver API
> as internal.
Marking if all -> marking all?
And API -> APIs
With things fixed:
Acked-by: Chenbo Xia <chenbo.xia@intel.com>
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 9584d6bfd7..b34bed61a6 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,7 @@ Deprecation Notices
> * cmdline: ``cmdline`` structure will be made opaque to hide platform-
> specific
> content. On Linux and FreeBSD, supported prior to DPDK 20.11,
> original structure will be kept until DPDK 21.11.
> +
> +* vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
> + ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
> + driver API will be marked as internal in DPDK v21.11.
> --
> 2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming
2021-07-29 14:42 ` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming Maxime Coquelin
@ 2021-07-30 5:33 ` Xia, Chenbo
2021-08-03 9:28 ` Adrian Moreno
1 sibling, 0 replies; 7+ messages in thread
From: Xia, Chenbo @ 2021-07-30 5:33 UTC (permalink / raw)
To: Maxime Coquelin, dev, amorenoz, Richardson, Bruce, Yigit, Ferruh,
thomas, aconole
Hi Maxime,
> -----Original Message-----
> From: Maxime Coquelin <maxime.coquelin@redhat.com>
> Sent: Thursday, July 29, 2021 10:43 PM
> To: dev@dpdk.org; Xia, Chenbo <chenbo.xia@intel.com>; amorenoz@redhat.com;
> Richardson, Bruce <bruce.richardson@intel.com>; Yigit, Ferruh
> <ferruh.yigit@intel.com>; thomas@monjalon.net; aconole@redhat.com
> Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
> Subject: [PATCH 2/2] vhost: notice Vhost ops struct renaming
>
> This patch announce the renaming of struct vhost_device_ops
> to rte_vhost_device_ops in DPDK v21.11.
Announce -> announces
With things fixed:
Acked-by: Chenbo Xia <chenbo.xia@intel.com>
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index b34bed61a6..76ebf162bd 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,6 @@ Deprecation Notices
> * vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
> ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
> driver API will be marked as internal in DPDK v21.11.
> +
> +* vhost: rename ``struct vhost_device_ops`` to ``struct
> rte_vhost_device_ops``
> + int DPDK v21.11.
> --
> 2.31.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal
2021-07-30 5:32 ` Xia, Chenbo
@ 2021-07-30 7:13 ` Maxime Coquelin
0 siblings, 0 replies; 7+ messages in thread
From: Maxime Coquelin @ 2021-07-30 7:13 UTC (permalink / raw)
To: Xia, Chenbo, dev, amorenoz, Richardson, Bruce, Yigit, Ferruh,
thomas, aconole
On 7/30/21 7:32 AM, Xia, Chenbo wrote:
> Hi Maxime,
>
>> -----Original Message-----
>> From: Maxime Coquelin <maxime.coquelin@redhat.com>
>> Sent: Thursday, July 29, 2021 10:43 PM
>> To: dev@dpdk.org; Xia, Chenbo <chenbo.xia@intel.com>; amorenoz@redhat.com;
>> Richardson, Bruce <bruce.richardson@intel.com>; Yigit, Ferruh
>> <ferruh.yigit@intel.com>; thomas@monjalon.net; aconole@redhat.com
>> Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
>> Subject: [PATCH 1/2] vhost: announce vDPA driver API marking as internal
>>
>> This patch announces the marking if all the vDPA driver API
>> as internal.
>
> Marking if all -> marking all?
I meant marking of
> And API -> APIs
>
> With things fixed:
>
> Acked-by: Chenbo Xia <chenbo.xia@intel.com>
Thanks, I'll post a v2.
Maxime
>>
>> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
>> ---
>> doc/guides/rel_notes/deprecation.rst | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/deprecation.rst
>> b/doc/guides/rel_notes/deprecation.rst
>> index 9584d6bfd7..b34bed61a6 100644
>> --- a/doc/guides/rel_notes/deprecation.rst
>> +++ b/doc/guides/rel_notes/deprecation.rst
>> @@ -147,3 +147,7 @@ Deprecation Notices
>> * cmdline: ``cmdline`` structure will be made opaque to hide platform-
>> specific
>> content. On Linux and FreeBSD, supported prior to DPDK 20.11,
>> original structure will be kept until DPDK 21.11.
>> +
>> +* vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
>> + ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
>> + driver API will be marked as internal in DPDK v21.11.
>> --
>> 2.31.1
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming
2021-07-29 14:42 ` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming Maxime Coquelin
2021-07-30 5:33 ` Xia, Chenbo
@ 2021-08-03 9:28 ` Adrian Moreno
1 sibling, 0 replies; 7+ messages in thread
From: Adrian Moreno @ 2021-08-03 9:28 UTC (permalink / raw)
To: Maxime Coquelin, dev, chenbo.xia, bruce.richardson, ferruh.yigit,
thomas, aconole
On 7/29/21 4:42 PM, Maxime Coquelin wrote:
> This patch announce the renaming of struct vhost_device_ops
> to rte_vhost_device_ops in DPDK v21.11.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index b34bed61a6..76ebf162bd 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -151,3 +151,6 @@ Deprecation Notices
> * vhost: ``rte_vdpa_register_device``, ``rte_vdpa_unregister_device``,
> ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA
> driver API will be marked as internal in DPDK v21.11.
> +
> +* vhost: rename ``struct vhost_device_ops`` to ``struct rte_vhost_device_ops``
> + int DPDK v21.11.
>
With nits spotted by Chenbo,
Acked-by: Adrian Moreno <amorenoz@redhat.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-08-03 9:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 14:42 [dpdk-dev] [PATCH 0/2] vhost: v21.11 deprecation notices Maxime Coquelin
2021-07-29 14:42 ` [dpdk-dev] [PATCH 1/2] vhost: announce vDPA driver API marking as internal Maxime Coquelin
2021-07-30 5:32 ` Xia, Chenbo
2021-07-30 7:13 ` Maxime Coquelin
2021-07-29 14:42 ` [dpdk-dev] [PATCH 2/2] vhost: notice Vhost ops struct renaming Maxime Coquelin
2021-07-30 5:33 ` Xia, Chenbo
2021-08-03 9:28 ` Adrian Moreno
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).