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 B512DA04BC; Thu, 8 Oct 2020 16:11:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B38A51C10D; Thu, 8 Oct 2020 16:11:46 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 23C4F1C002 for ; Thu, 8 Oct 2020 16:11:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602166303; 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: in-reply-to:in-reply-to:references:references; bh=q912eEvHbFklt/lcPSG5TRkOVCm1JeHPeDZV3ZNyfAA=; b=TofeBFW9dbW/rTWVPmMvU70oQtM+by50rYJEb0Rs/hsgwiHN7H6VinYDWcaOscbFIIYCED hbUVJnIxXQejdJ5LgSRbc3floruolbhH95Ee0nvQpd9HkR7NpXbfS/yD9SwqinP/WAq8hn QTgm6WUfJsBNdv8v+hworo7HAbZdFQ0= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-549-aDPtrdxsPIm__YINJ9jBQw-1; Thu, 08 Oct 2020 10:11:40 -0400 X-MC-Unique: aDPtrdxsPIm__YINJ9jBQw-1 Received: by mail-ua1-f72.google.com with SMTP id b1so1339217uad.11 for ; Thu, 08 Oct 2020 07:11:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=q912eEvHbFklt/lcPSG5TRkOVCm1JeHPeDZV3ZNyfAA=; b=PLYD5U8eOfxLfWrhjgtIa5QHeMPZu80T/16CZ5h1ihIFuZmcUMI+u7/NvyoRE+bA/I R119joA2b9+Y0hiHnVxytyaOrK4JFTZKPAMwDBxfJQJDIPCec6KexgvhD6RNHZDzZc6w biHmNeBFitrEWM39CPHn9+auIiqMn6wrxbUob9ua6Us+jHU+IqndRXwP5DyneL2wzlx/ NOxvRx1WV/ECd59X2D9k/zi9TzMS6illan/Ig8PVWDX0RKxv0fAKdx9bA5eN1UcIEbai kMzCQP3nS/mCq8hl7F9hdNFX8O/XFwSHELAJ8x0jwLoM6cKvMovwbV3nep1ym8LlIuI6 hwDA== X-Gm-Message-State: AOAM530blbcMN5AwBSUgdVVceLlp0Nl89DDzzvs1R8k9g4Xgyu2gmFhc 8fbbt3xWGUPiOGi3eRFb92755bWNV7dWab7Nq3Hogb+6jh0X8sQB3iRlLEetyiAaVussidBXvle XEbkZX3o0mOWuSezRHAo= X-Received: by 2002:a1f:9381:: with SMTP id v123mr4609337vkd.20.1602166300292; Thu, 08 Oct 2020 07:11:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxidjyuaMoZIqfVQas4cIujLVCX4W7FElAY3f9zBeQNcSDragi65km3/YKB8Az2o866EMYUFoHBnIjbmwviLak= X-Received: by 2002:a1f:9381:: with SMTP id v123mr4609306vkd.20.1602166300062; Thu, 08 Oct 2020 07:11:40 -0700 (PDT) MIME-Version: 1.0 References: <1599662474-44882-1-git-send-email-erik.g.carrillo@intel.com> <1599662474-44882-2-git-send-email-erik.g.carrillo@intel.com> In-Reply-To: From: David Marchand Date: Thu, 8 Oct 2020 16:11:28 +0200 Message-ID: To: "Carrillo, Erik G" Cc: Sarosh Arif , "dev@dpdk.org" , "stable@dpdk.org" , nd , Honnappa Nagarahalli Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/1] timer: add limitation note for sync stop and reset 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" On Thu, Oct 8, 2020 at 3:58 PM Carrillo, Erik G wrote: > > Since we go with documenting a limitation, should we mark the original > > patches [1] and [2] as rejected instead of deferred? > > > > 1: https://patches.dpdk.org/patch/75156/ > > 2: https://patches.dpdk.org/patch/73683/ > > > > > Thanks, David. > > Yes, those patches should be moved to "rejected" - I tried to do it myself, but got permission errors. Sarosh, can you make these updates? I updated them. Thanks Erik. -- David Marchand