* [dpdk-dev] [PATCH] doc: update release notes for timer library changes
@ 2019-05-06 21:29 Erik Gabriel Carrillo
2019-05-06 21:29 ` Erik Gabriel Carrillo
2019-05-07 15:32 ` Mcnamara, John
0 siblings, 2 replies; 6+ messages in thread
From: Erik Gabriel Carrillo @ 2019-05-06 21:29 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev
Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
---
doc/guides/rel_notes/release_19_05.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index 5044ac7..f4457ac 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -266,6 +266,11 @@ API Changes
* power: ``rte_power_set_env`` and ``rte_power_unset_env`` functions
have been modified to be thread safe.
+* timer: Functions have been introduced that allow multiple instances of the
+ timer lists to be created, and they are now allocated in shared memory. New
+ functions allow particular timer lists to be selected when timers are being
+ started, stopped, and managed.
+
ABI Changes
-----------
@@ -296,6 +301,9 @@ ABI Changes
alignment for ``rte_crypto_asym_op`` to restore expected ``rte_crypto_op``
layout and alignment.
+* timer: ``rte_timer_subsystem_init`` now returns success or failure to reflect
+ whether it was able to allocate memory.
+
Shared Library Versions
-----------------------
--
2.6.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes for timer library changes
2019-05-06 21:29 [dpdk-dev] [PATCH] doc: update release notes for timer library changes Erik Gabriel Carrillo
@ 2019-05-06 21:29 ` Erik Gabriel Carrillo
2019-05-07 15:32 ` Mcnamara, John
1 sibling, 0 replies; 6+ messages in thread
From: Erik Gabriel Carrillo @ 2019-05-06 21:29 UTC (permalink / raw)
To: john.mcnamara; +Cc: dev
Signed-off-by: Erik Gabriel Carrillo <erik.g.carrillo@intel.com>
---
doc/guides/rel_notes/release_19_05.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index 5044ac7..f4457ac 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -266,6 +266,11 @@ API Changes
* power: ``rte_power_set_env`` and ``rte_power_unset_env`` functions
have been modified to be thread safe.
+* timer: Functions have been introduced that allow multiple instances of the
+ timer lists to be created, and they are now allocated in shared memory. New
+ functions allow particular timer lists to be selected when timers are being
+ started, stopped, and managed.
+
ABI Changes
-----------
@@ -296,6 +301,9 @@ ABI Changes
alignment for ``rte_crypto_asym_op`` to restore expected ``rte_crypto_op``
layout and alignment.
+* timer: ``rte_timer_subsystem_init`` now returns success or failure to reflect
+ whether it was able to allocate memory.
+
Shared Library Versions
-----------------------
--
2.6.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for timer library changes
2019-05-06 21:29 [dpdk-dev] [PATCH] doc: update release notes for timer library changes Erik Gabriel Carrillo
2019-05-06 21:29 ` Erik Gabriel Carrillo
@ 2019-05-07 15:32 ` Mcnamara, John
2019-05-07 15:32 ` Mcnamara, John
2019-05-09 22:19 ` Thomas Monjalon
1 sibling, 2 replies; 6+ messages in thread
From: Mcnamara, John @ 2019-05-07 15:32 UTC (permalink / raw)
To: Carrillo, Erik G; +Cc: dev
> -----Original Message-----
> From: Carrillo, Erik G
> Sent: Monday, May 6, 2019 10:30 PM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: update release notes for timer library changes
>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for timer library changes
2019-05-07 15:32 ` Mcnamara, John
@ 2019-05-07 15:32 ` Mcnamara, John
2019-05-09 22:19 ` Thomas Monjalon
1 sibling, 0 replies; 6+ messages in thread
From: Mcnamara, John @ 2019-05-07 15:32 UTC (permalink / raw)
To: Carrillo, Erik G; +Cc: dev
> -----Original Message-----
> From: Carrillo, Erik G
> Sent: Monday, May 6, 2019 10:30 PM
> To: Mcnamara, John <john.mcnamara@intel.com>
> Cc: dev@dpdk.org
> Subject: [PATCH] doc: update release notes for timer library changes
>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: update release notes for timer library changes
2019-05-07 15:32 ` Mcnamara, John
2019-05-07 15:32 ` Mcnamara, John
@ 2019-05-09 22:19 ` Thomas Monjalon
2019-05-09 22:19 ` Thomas Monjalon
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2019-05-09 22:19 UTC (permalink / raw)
To: Carrillo, Erik G; +Cc: dev, Mcnamara, John
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-05-09 22:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06 21:29 [dpdk-dev] [PATCH] doc: update release notes for timer library changes Erik Gabriel Carrillo
2019-05-06 21:29 ` Erik Gabriel Carrillo
2019-05-07 15:32 ` Mcnamara, John
2019-05-07 15:32 ` Mcnamara, John
2019-05-09 22:19 ` Thomas Monjalon
2019-05-09 22:19 ` Thomas Monjalon
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).