From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A21FF41D50; Thu, 23 Feb 2023 15:27:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9522D43203; Thu, 23 Feb 2023 15:27:23 +0100 (CET) Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) by mails.dpdk.org (Postfix) with ESMTP id B193543196; Thu, 23 Feb 2023 15:27:21 +0100 (CET) Received: by mail-vs1-f43.google.com with SMTP id f13so11581707vsg.6; Thu, 23 Feb 2023 06:27:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=K9tRafRLbhJHUZ+COXCJLfeFyHbS7/TSJ+/uQpQnwpE=; b=FbML0uwgv6lk6UnvdZaukqv+ICCJoP7kQqgq8rWymfLKGXluPNrUlMhTl84lDEkN0F F1yudIlxuG1FHFsQri60SZ7Dr1bIHYw5versyenV0BoOdjMp84kaUL3VJVyjqcB1Pi32 bveF+Q/krfOZElXQC/HE9jzNKOa8hgZhB4K+Eb/q2I9MKVIJRkMXxx/ikCMjJALbgsKS vfHArdu4PO2gY16lEBNHZrBuW3wKO/PBXW01I+otA4poufml/jenWN4413hxXq74M88w pbD3CLiJWbB6fv03iErmxOdcDFW/hZRgWy1bsibqsqNbGBbVl9X7ZY0xVbFui6e9VImA TLLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=K9tRafRLbhJHUZ+COXCJLfeFyHbS7/TSJ+/uQpQnwpE=; b=eyngGA59wvzAqm2foRzRzEFuKbG3/rZ4zfKAqNvUuY+CafgYfVuLNNQF1iVeDoi4Lx +VFuKDsBisVLnWuNH6QLXU2dS2CO9kuQQrpr5clFh4NCYTqbslpEWiRkb3BpYZKJ1SYy LloGTDHfYHYQ7SDV1WdDbrVJFOLNN+wsNQXmuEsP0qtCPbsFu6uyJM9bniXoLWikWixL 7V8Qk1/z1tpl9ANXfSI+lXRbLvbna1r1y9ZPRWr/UUpGcu4Afe301rAd19Kw1qF/iM4N osANTQMkhtpeqAwtIMJ+YRv/s+OLpt1EP88PwRCJBeEBlFCuxnhKSx1TtdleEfdQ6Qx0 43Jg== X-Gm-Message-State: AO0yUKXi+u+3ED38ftnZ+uHKM/flui+c60Wza+tQe3P/w52W9JTll6Rz kN2OryDrzjNClPI+0ylPNZrZEh7nTRfKlLiYpBA= X-Google-Smtp-Source: AK7set8GJMtAtecCExzZpX5t7aY/HcDbZUs0+S++iogGphnFrRoojKJNQ0s5qt9vRSnOGoSQlMe3FSuyDQpyW+mK0pA= X-Received: by 2002:a1f:b491:0:b0:411:6fb4:2583 with SMTP id d139-20020a1fb491000000b004116fb42583mr765232vkf.1.1677162440974; Thu, 23 Feb 2023 06:27:20 -0800 (PST) MIME-Version: 1.0 References: <20230220144711.2698257-1-david.marchand@redhat.com> In-Reply-To: <20230220144711.2698257-1-david.marchand@redhat.com> From: Jerin Jacob Date: Thu, 23 Feb 2023 19:56:54 +0530 Message-ID: Subject: Re: [PATCH] doc: fix reference to event timer header To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Erik Gabriel Carrillo , Jerin Jacob , Pavan Nikhilesh Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, Feb 20, 2023 at 8:17 PM David Marchand 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 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 >