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 41C40430E8; Thu, 24 Aug 2023 07:30:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22569410EE; Thu, 24 Aug 2023 07:30:22 +0200 (CEST) Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by mails.dpdk.org (Postfix) with ESMTP id 2B88140EE1 for ; Thu, 24 Aug 2023 07:30:20 +0200 (CEST) Received: by mail-ua1-f46.google.com with SMTP id a1e0cc1a2514c-7a294a4ee4bso343862241.0 for ; Wed, 23 Aug 2023 22:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692855019; x=1693459819; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=NrKXncRepOItup+gEpyo6OZ4nSFuZOZPGbJ/J+dRqog=; b=nbePGPivC1EiTUEDP1mWx/3lgAsBSLSjXdl08FL912jZz6clJeoSf/rnXpryRQLEvO VZCxl61J2zR7gjuXkAT5eiYr12ZJs3CI0iz9twnlYurTVrJQTPPVZT0teky2rsgsmoy0 PZw5bydpv1e5WWgtrXvK9W+nPYCSINp3w9DnL0UiiSqE9Lq8pnm7/W/n4rXad/0iDdfS f/FR7DlZicIx8fplMo6YIlBPYL5zIb6rsb5BSgyVGdJ8H57fY3PU9e5Pk1kwYv6AQERl xu5x2c/RLBIYtrSsInH5ib9kMMSs57HQ7p/g3oqcFClYfMSdYGe7TSrA8ftG3iDf2Kfk d1Zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692855019; x=1693459819; h=content-transfer-encoding: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=NrKXncRepOItup+gEpyo6OZ4nSFuZOZPGbJ/J+dRqog=; b=SNX6ACbn++wfyOAY8M4Tc1nvN3XMkOI36RSpeH0LvAMN5AVAo61UcoLsjZCmqa0ec0 itB9r2emDBDKAKGZilmLoIOsyyta2ZvnfZCczEX3nNuzKGqBA4Z7/t9By9Xpy/vXYzMX HEsrkOWdykOGDo3YuL5lJtBNcuVTQ9uRIMINWFOIFMNkZGTVzFrwapqTNqD4tYLrpshG M6WGKHVvjgqnXuOXEUENBk5WYb4/aPvqu2iVk6zUqkgd2ZpeJ/gUIXjOwhXrJ7MVztwa 9vXYShYz5QFVK8zoNEl06V/BXrjSK7uSe02qWoxmhvZxiMzpAhy9PAxIg737Xev5zC3I Yifw== X-Gm-Message-State: AOJu0Yx/r8a/gtFXUDgPcyCQkAfG+vaTx1CXCnKiQGHPnz75TUtiDUmt LIaSR6UR4krNOIeO+2wQRGu75g2jlXLZCdV3wug= X-Google-Smtp-Source: AGHT+IEdBTHFJWahyjXMwlXfh/PlKnjlqfe+Gwj/4yjbyNlgeRn7lFl1LinQR03bWSrbmdc22r/H+4z1mcKLcyZfB1w= X-Received: by 2002:a05:6102:3230:b0:44e:837a:25e with SMTP id x16-20020a056102323000b0044e837a025emr1767128vsf.11.1692855019370; Wed, 23 Aug 2023 22:30:19 -0700 (PDT) MIME-Version: 1.0 References: <20230516144824.6732-1-pbhagavatula@marvell.com> <20230822130402.1286-1-pbhagavatula@marvell.com> In-Reply-To: <20230822130402.1286-1-pbhagavatula@marvell.com> From: Jerin Jacob Date: Thu, 24 Aug 2023 10:59:53 +0530 Message-ID: Subject: Re: [PATCH v2] event/cnxk: add get remaining ticks routine To: pbhagavatula@marvell.com Cc: jerinj@marvell.com, Shijith Thotton , dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Tue, Aug 22, 2023 at 6:40=E2=80=AFPM wrote: > > From: Pavan Nikhilesh > > Add support to get the remaining ticks to expire for a > given event timer. > > Signed-off-by: Pavan Nikhilesh > --- > ------------ > > +* **Updated Marvell cnxk eventdev driver.** > + > + Added support to get the remaining ticks to expire for a > + given event timer. > + This needs to below template. Changed as following +* **Updated Marvell cnxk eventdev driver.** + + * Added support for ``remaining_ticks_get`` timer adapter PMD callback + to get the remaining ticks to expire for a given event timer. + Changed subject as event/cnxk: support get remaining ticks callback Applied to dpdk-next-net-eventdev/for-main. Thanks