[PATCH] doc: fix reference to event timer header

Jerin Jacob jerinjacobk at gmail.com
Thu Feb 23 15:26:54 CET 2023


On Mon, Feb 20, 2023 at 8:17 PM David Marchand
<david.marchand at 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 at dpdk.org
>
> Signed-off-by: David Marchand <david.marchand at 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
>


More information about the stable mailing list