patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] doc: fix reference to event timer header
@ 2023-02-20 14:47 David Marchand
  2023-02-23 14:26 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2023-02-20 14:47 UTC (permalink / raw)
  To: dev; +Cc: stable, Erik Gabriel Carrillo, Jerin Jacob, Pavan Nikhilesh

The event timer header is rte_event_timer_adapter.h.
Besides, we don't need to detail the full path to such a header.

Fixes: 30e7fbd62839 ("doc: add event timer adapter guide")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 doc/guides/prog_guide/event_timer_adapter.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/event_timer_adapter.rst b/doc/guides/prog_guide/event_timer_adapter.rst
index 4e07f0cc23..2a15ed8f5c 100644
--- a/doc/guides/prog_guide/event_timer_adapter.rst
+++ b/doc/guides/prog_guide/event_timer_adapter.rst
@@ -35,7 +35,7 @@ device upon timer expiration.
 
 The Event Timer Adapter API represents each event timer with a generic struct,
 which contains an event and user metadata.  The ``rte_event_timer`` struct is
-defined in ``lib/event/librte_event_timer_adapter.h``.
+defined in ``rte_event_timer_adapter.h``.
 
 .. _timer_expiry_event:
 
-- 
2.39.2


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

* Re: [PATCH] doc: fix reference to event timer header
  2023-02-20 14:47 [PATCH] doc: fix reference to event timer header David Marchand
@ 2023-02-23 14:26 ` Jerin Jacob
  0 siblings, 0 replies; 2+ messages in thread
From: Jerin Jacob @ 2023-02-23 14:26 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, stable, Erik Gabriel Carrillo, Jerin Jacob, Pavan Nikhilesh

On Mon, Feb 20, 2023 at 8:17 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> The event timer header is rte_event_timer_adapter.h.
> Besides, we don't need to detail the full path to such a header.
>
> Fixes: 30e7fbd62839 ("doc: add event timer adapter guide")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Applied to dpdk-next-net-eventdev/for-main. Thanks


> ---
>  doc/guides/prog_guide/event_timer_adapter.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/prog_guide/event_timer_adapter.rst b/doc/guides/prog_guide/event_timer_adapter.rst
> index 4e07f0cc23..2a15ed8f5c 100644
> --- a/doc/guides/prog_guide/event_timer_adapter.rst
> +++ b/doc/guides/prog_guide/event_timer_adapter.rst
> @@ -35,7 +35,7 @@ device upon timer expiration.
>
>  The Event Timer Adapter API represents each event timer with a generic struct,
>  which contains an event and user metadata.  The ``rte_event_timer`` struct is
> -defined in ``lib/event/librte_event_timer_adapter.h``.
> +defined in ``rte_event_timer_adapter.h``.
>
>  .. _timer_expiry_event:
>
> --
> 2.39.2
>

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

end of thread, other threads:[~2023-02-23 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 14:47 [PATCH] doc: fix reference to event timer header David Marchand
2023-02-23 14:26 ` Jerin Jacob

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