From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2F277A00E6 for ; Mon, 2 Sep 2019 07:32:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B827B1C2ED; Mon, 2 Sep 2019 07:32:28 +0200 (CEST) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) by dpdk.org (Postfix) with ESMTP id BE3401C1C6 for ; Mon, 2 Sep 2019 07:32:27 +0200 (CEST) Received: by mail-qk1-f178.google.com with SMTP id s14so11571177qkm.4 for ; Sun, 01 Sep 2019 22:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iith.ac.in; s=google; h=mime-version:from:date:message-id:subject:to; bh=OwpSPPp7y63T30hoOObrvjbb08vuE6w/7KnCmDQ/mSA=; b=IB21vulhGoTQT+1NUa13ebHM66Lr6uYZ5Nj9Pspjhyvyu9YLRmjKTxiLE+Zfe2rCoO VyaevWOGnvd1TKsbOzlUaQ++mtT0kwqpuUblhdgWAVrRY6zvsBrvlVg2jnsFqVnE8XBu busMKCmi9Fjv6zh3xUxYocOhGdgmf2F9+O5rQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=OwpSPPp7y63T30hoOObrvjbb08vuE6w/7KnCmDQ/mSA=; b=AjsPsU5S7zZHwvi0yo4/g/rCPiVAVKbI1uP7tLvhiCXDDFaPxRRM4q4PLvGhG8EY5m 9USIHxeivzECK/D6IOlUNqgkwDs/UCgB+30+VqxHPFXANJx0aYppAQC9O19squHR3YQN 6UihDlmP7OBPfCMOP2ZGe9k65RbNcrvXyE4IWIj78uF2AIBfYpyN+HunfchqvsWCmNik 3MMPrAYgdMC00x0pVp5X4VP8aY/14bEuxLlPhOm0QLxuITNgnIymFKJsNGbAJ4ruv8Mw Q1HNgOju7LtCfn2JaoOGF/FRa6IIlX2Z+zRjnMesInEvvXknBjTEJaaDsNji9lTMNFet UkBg== X-Gm-Message-State: APjAAAVWLaSiQd9ELL2ZUrgiwSM7VY/j5/+vgrTQoFnviLA7f9yFo09h 35I3MOwqgDsiw0k6bV+h4hi2XAUOBlEfbcnoWbQK0fcMFwEYIw== X-Google-Smtp-Source: APXvYqxIaAZ/T2dOtneVbohW4Tm7yUdaXfm11xQ/zKpku6IT/qC9XVgl3E06962S/Mnh2YePQq4JxUZpRDRBFdw6LdU= X-Received: by 2002:a37:a4d:: with SMTP id 74mr21732309qkk.90.1567402347092; Sun, 01 Sep 2019 22:32:27 -0700 (PDT) MIME-Version: 1.0 From: Suraj R Gupta Date: Mon, 2 Sep 2019 11:02:16 +0530 Message-ID: To: users@dpdk.org, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Stopping DPDK Timer [RTE-Timers] X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi all, I am working with DPDK timers. In the documentation of timers, it has been said that dpdk based rte-timers cannot stopped while running. I would like to know if there is any way to stop it in middle or any workaround is possible. For e.g.: If I have timer started for 500 ms and i want to stop it in 100 ms due to an event/interrupt. Note:I am not talking of stopping timer after callback execution, before timer expiry in middle Thanks in advance. -- Thanks and Regards Suraj R Gupta