* [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs
@ 2021-07-30 8:19 Chenbo Xia
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
2021-08-03 7:47 ` [dpdk-dev] [PATCH] " Zhang, Roy Fan
0 siblings, 2 replies; 6+ messages in thread
From: Chenbo Xia @ 2021-07-30 8:19 UTC (permalink / raw)
To: dev, maxime.coquelin, amorenoz, stephen, thomas, ferruh.yigit,
bruce.richardson, konstantin.ananyev, ktraynor, jerinjacobk
This patch announces the experimental tag removal of 10 vhost APIs,
which have been experimental for more than 2 years. All APIs could
be made stable in DPDK 21.11.
Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
doc/guides/rel_notes/deprecation.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd7..f97a9d0058 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -147,3 +147,11 @@ 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: The experimental tags of ``rte_vhost_driver_get_protocol_features``,
+ ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
+ ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
+ ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``,
+ ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
+ and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and the
+ APIs will be made stable in DPDK 21.11.
\ No newline at end of file
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs
2021-07-30 8:19 [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs Chenbo Xia
@ 2021-07-30 8:24 ` Chenbo Xia
2021-08-03 7:54 ` Zhang, Roy Fan
` (2 more replies)
2021-08-03 7:47 ` [dpdk-dev] [PATCH] " Zhang, Roy Fan
1 sibling, 3 replies; 6+ messages in thread
From: Chenbo Xia @ 2021-07-30 8:24 UTC (permalink / raw)
To: dev, maxime.coquelin, amorenoz, stephen, thomas, ferruh.yigit,
bruce.richardson, konstantin.ananyev, ktraynor, jerinjacobk
This patch announces the experimental tag removal of 10 vhost APIs,
which have been experimental for more than 2 years. All APIs could
be made stable in DPDK 21.11.
Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
---
doc/guides/rel_notes/deprecation.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 9584d6bfd7..5d5b7884d7 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -147,3 +147,11 @@ 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: The experimental tags of ``rte_vhost_driver_get_protocol_features``,
+ ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
+ ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
+ ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``,
+ ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
+ and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and the
+ APIs will be made stable in DPDK 21.11.
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs
2021-07-30 8:19 [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs Chenbo Xia
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
@ 2021-08-03 7:47 ` Zhang, Roy Fan
1 sibling, 0 replies; 6+ messages in thread
From: Zhang, Roy Fan @ 2021-08-03 7:47 UTC (permalink / raw)
To: Xia, Chenbo, dev, maxime.coquelin, amorenoz, stephen, thomas,
Yigit, Ferruh, Richardson, Bruce, Ananyev, Konstantin, ktraynor,
jerinjacobk
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Chenbo Xia
> Sent: Friday, July 30, 2021 9:19 AM
> To: dev@dpdk.org; maxime.coquelin@redhat.com; amorenoz@redhat.com;
> stephen@networkplumber.org; thomas@monjalon.net; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Richardson, Bruce <bruce.richardson@intel.com>;
> Ananyev, Konstantin <konstantin.ananyev@intel.com>;
> ktraynor@redhat.com; jerinjacobk@gmail.com
> Subject: [dpdk-dev] [PATCH] vhost: announce experimental tag removal of
> vhost APIs
>
> This patch announces the experimental tag removal of 10 vhost APIs,
> which have been experimental for more than 2 years. All APIs could
> be made stable in DPDK 21.11.
>
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 9584d6bfd7..f97a9d0058 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,11 @@ 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: The experimental tags of
> ``rte_vhost_driver_get_protocol_features``,
> + ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
> + ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
> + ``rte_vhost_crypto_finalize_requests``,
> ``rte_vhost_crypto_set_zero_copy``,
> + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
> + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and
> the
> + APIs will be made stable in DPDK 21.11.
> \ No newline at end of file
> --
> 2.17.1
As of rte_vhost_crypto related APIs
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
@ 2021-08-03 7:54 ` Zhang, Roy Fan
2021-08-06 8:25 ` Liu, Yong
2021-08-07 17:44 ` Thomas Monjalon
2 siblings, 0 replies; 6+ messages in thread
From: Zhang, Roy Fan @ 2021-08-03 7:54 UTC (permalink / raw)
To: Xia, Chenbo, dev, maxime.coquelin, amorenoz, stephen, thomas,
Yigit, Ferruh, Richardson, Bruce, Ananyev, Konstantin, ktraynor,
jerinjacobk
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Chenbo Xia
> Sent: Friday, July 30, 2021 9:24 AM
> To: dev@dpdk.org; maxime.coquelin@redhat.com; amorenoz@redhat.com;
> stephen@networkplumber.org; thomas@monjalon.net; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Richardson, Bruce <bruce.richardson@intel.com>;
> Ananyev, Konstantin <konstantin.ananyev@intel.com>;
> ktraynor@redhat.com; jerinjacobk@gmail.com
> Subject: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal
> of vhost APIs
>
> This patch announces the experimental tag removal of 10 vhost APIs,
> which have been experimental for more than 2 years. All APIs could
> be made stable in DPDK 21.11.
>
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 9584d6bfd7..5d5b7884d7 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,11 @@ 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: The experimental tags of
> ``rte_vhost_driver_get_protocol_features``,
> + ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
> + ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
> + ``rte_vhost_crypto_finalize_requests``,
> ``rte_vhost_crypto_set_zero_copy``,
> + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
> + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and
> the
> + APIs will be made stable in DPDK 21.11.
> --
> 2.17.1
As of rte_vhost_crypto related APIs
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
2021-08-03 7:54 ` Zhang, Roy Fan
@ 2021-08-06 8:25 ` Liu, Yong
2021-08-07 17:44 ` Thomas Monjalon
2 siblings, 0 replies; 6+ messages in thread
From: Liu, Yong @ 2021-08-06 8:25 UTC (permalink / raw)
To: Xia, Chenbo, dev, maxime.coquelin, amorenoz, stephen, thomas,
Yigit, Ferruh, Richardson, Bruce, Ananyev, Konstantin, ktraynor,
jerinjacobk
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Chenbo Xia
> Sent: Friday, July 30, 2021 4:24 PM
> To: dev@dpdk.org; maxime.coquelin@redhat.com; amorenoz@redhat.com;
> stephen@networkplumber.org; thomas@monjalon.net; Yigit, Ferruh
> <ferruh.yigit@intel.com>; Richardson, Bruce <bruce.richardson@intel.com>;
> Ananyev, Konstantin <konstantin.ananyev@intel.com>;
> ktraynor@redhat.com; jerinjacobk@gmail.com
> Subject: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of
> vhost APIs
>
> This patch announces the experimental tag removal of 10 vhost APIs,
> which have been experimental for more than 2 years. All APIs could
> be made stable in DPDK 21.11.
>
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 9584d6bfd7..5d5b7884d7 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -147,3 +147,11 @@ 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: The experimental tags of
> ``rte_vhost_driver_get_protocol_features``,
> + ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
> + ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
> + ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``,
> + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
> + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and
> the
> + APIs will be made stable in DPDK 21.11.
> --
> 2.17.1
Acked-by: Marvin Liu <yong.liu@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH v2] vhost: announce experimental tag removal of vhost APIs
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
2021-08-03 7:54 ` Zhang, Roy Fan
2021-08-06 8:25 ` Liu, Yong
@ 2021-08-07 17:44 ` Thomas Monjalon
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2021-08-07 17:44 UTC (permalink / raw)
To: Chenbo Xia
Cc: dev, maxime.coquelin, amorenoz, stephen, ferruh.yigit,
bruce.richardson, konstantin.ananyev, ktraynor, jerinjacobk
30/07/2021 10:24, Chenbo Xia:
> This patch announces the experimental tag removal of 10 vhost APIs,
> which have been experimental for more than 2 years. All APIs could
> be made stable in DPDK 21.11.
>
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
> Acked-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> ---
> +* vhost: The experimental tags of ``rte_vhost_driver_get_protocol_features``,
> + ``rte_vhost_driver_get_queue_num``, ``rte_vhost_crypto_create``,
> + ``rte_vhost_crypto_free``, ``rte_vhost_crypto_fetch_requests``,
> + ``rte_vhost_crypto_finalize_requests``, ``rte_vhost_crypto_set_zero_copy``,
> + ``rte_vhost_va_from_guest_pa``, ``rte_vhost_extern_callback_register``,
> + and ``rte_vhost_driver_set_protocol_features`` APIs will be removed and the
> + APIs will be made stable in DPDK 21.11.
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Marvin Liu <yong.liu@intel.com>
"APIs" is replaced with "API functions" for correctness.
Applied, thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-08-07 17:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 8:19 [dpdk-dev] [PATCH] vhost: announce experimental tag removal of vhost APIs Chenbo Xia
2021-07-30 8:24 ` [dpdk-dev] [PATCH v2] " Chenbo Xia
2021-08-03 7:54 ` Zhang, Roy Fan
2021-08-06 8:25 ` Liu, Yong
2021-08-07 17:44 ` Thomas Monjalon
2021-08-03 7:47 ` [dpdk-dev] [PATCH] " Zhang, Roy Fan
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).