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 B0350A00C2; Wed, 28 Sep 2022 05:46:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 885DD4113C; Wed, 28 Sep 2022 05:46:39 +0200 (CEST) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) by mails.dpdk.org (Postfix) with ESMTP id C347F41133 for ; Wed, 28 Sep 2022 05:46:38 +0200 (CEST) Received: by mail-qk1-f175.google.com with SMTP id o7so7215901qkj.10 for ; Tue, 27 Sep 2022 20:46:38 -0700 (PDT) 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; bh=t0e6ckf3v/9k6FzPkKQ9rQy1jkw49W2L4tOI8wgQzVA=; b=i+qQfdiRGXNy6yFo6N6xIr6UV70MJ1vxkLwWhzSud0Nf6mSev5Uzt5U0s8ONBWxB6I WPaJ4dICt/UZS7h59fjFvb8GfKFo06BgV15PRZax8h/8wfVFZ6ZYZyB8s9wSI0mbBcMx WcC6SSOTcNaNgW7zUufP/q9YVks1NTQkLR8GwNA5gNYvJHXfpgScioot5FnVUExqanwj vTlcxAT3He84iI9okDmlq743HEY6W1MlO5cyEWYesJDYrNUc2M/skQLy3PG9KIYzsTxl vgEbrpnRcrFDO5CaFqfVcu2/qrQFP7MhPX0bcdO29F58x9kJJgxDC+6mHmuf5LJRY3rK L9EA== 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; bh=t0e6ckf3v/9k6FzPkKQ9rQy1jkw49W2L4tOI8wgQzVA=; b=mH8HhIX7FmwL808CMK5lCWwcGUnsQBIB5mwzI1qFAzFOZCGpbE6IVKq4yXt1coBJHZ ouqZ2u79m2GjTQQJcsk4O/Aw89QcamxMQq3G80gdY4wt5edRqnAzFHWgzZFF5/DRGi98 AW/0YIFkFSH2mdb6PHCAuCzpIs00slZuqbk7fTdWP56eLjou/eQInz021BNlrcldt36C xBlxuCiRqR2MfdkgwcYqZgDIbJ2yGuS6yiEqDRPRF2L8/p+OD/DIsTChwu0yKQDLt+KM g3UMfR9nZIy+EQzdV0+lSqhxmI/Rurm0bNbjp0ITMzdlXRuYEWY5RgEzq1fsO9KrE1xC pVNg== X-Gm-Message-State: ACrzQf3tpBBwpBhg5MVMIQFKqBUhx0ghsxlAQgGGnI6YbaySYByIRQ1+ Ux/Nh9Z/c9cKq4QjtePYgj5bm/OEDHkHh4PYDtM= X-Google-Smtp-Source: AMsMyM5niJdZl394cjkACRtoX+T+pvqxM07hfhaHmUGSsJB2XVfWAAPkrpohhIj8gResHNaudnOMq7Zb6h+2uFcOHOU= X-Received: by 2002:a05:620a:2214:b0:6ce:3426:1363 with SMTP id m20-20020a05620a221400b006ce34261363mr20119716qkh.662.1664336798190; Tue, 27 Sep 2022 20:46:38 -0700 (PDT) MIME-Version: 1.0 References: <20220916162327.2697745-1-s.v.naga.harish.k@intel.com> <20220926020413.1432591-1-s.v.naga.harish.k@intel.com> In-Reply-To: From: Jerin Jacob Date: Wed, 28 Sep 2022 09:16:11 +0530 Message-ID: Subject: Re: [PATCH v6 1/2] eventdev/eth_tx: add queue start stop API To: "Jayatheerthan, Jay" Cc: "Naga Harish K, S V" , "dev@dpdk.org" 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 Tue, Sep 27, 2022 at 3:59 PM Jayatheerthan, Jay wrote: > > > -----Original Message----- > > From: Jerin Jacob > > Sent: Tuesday, September 27, 2022 3:45 PM > > To: Naga Harish K, S V > > Cc: Jayatheerthan, Jay ; dev@dpdk.org > > Subject: Re: [PATCH v6 1/2] eventdev/eth_tx: add queue start stop API > > > > On Mon, Sep 26, 2022 at 7:34 AM Naga Harish K S V > > wrote: > > > > > > Add support to start or stop a particular queue > > > that is associated with the adapter. > > > > > > Start function enables the Tx adapter to start enqueueing > > > packets to the Tx queue. > > > > > > Stop function stops the Tx adapter from enqueueing any > > > packets to the Tx queue. The stop API also frees any packets > > > that may have been buffered for this queue. All inflight packets > > > destined to the queue are freed by the adapter runtime until the > > > queue is started again. > > > > > > Signed-off-by: Naga Harish K S V > > > > I will wait for @Jayatheerthan, Jay Ack to merge to RC1. > > The full patchset looks good to me. Thanks for adding useful set of APIs. > > Acked-by: Jay Jayatheerthan Series applied to dpdk-next-net-eventdev/for-main. Thanks