From patchwork Mon Feb 20 14:47:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 124187 X-Patchwork-Delegate: jerinj@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF09141CEC; Mon, 20 Feb 2023 15:47:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 342D94306E; Mon, 20 Feb 2023 15:47:24 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 06D2B4306B for ; Mon, 20 Feb 2023 15:47:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1676904442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ut4eW4IJX74u3+64ZSueF87SvaDTcG3BudssxNY3Uwo=; b=cpzB/GXZ4e5DPrqvJZ9TZWRvMXEACzVSnMj7vNN02lnOfFklouIs47JWSLOQeC1cXVreFX L9GYYOQ547K8bGPK3mw51WD0xotqZf+fmNAPDuGsT2HAGR57M2bhNUFUW9jCNOl5cC87mC Bzls++dp+yNUNJTnAwtEykN1G26gNoo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-204-XsKOeseTN5Ww_ubKuiDzMg-1; Mon, 20 Feb 2023 09:47:19 -0500 X-MC-Unique: XsKOeseTN5Ww_ubKuiDzMg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CDDA785A588; Mon, 20 Feb 2023 14:47:18 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.224.55]) by smtp.corp.redhat.com (Postfix) with ESMTP id B03101121314; Mon, 20 Feb 2023 14:47:17 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: stable@dpdk.org, Erik Gabriel Carrillo , Jerin Jacob , Pavan Nikhilesh Subject: [PATCH] doc: fix reference to event timer header Date: Mon, 20 Feb 2023 15:47:11 +0100 Message-Id: <20230220144711.2698257-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 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 --- 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: