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 BED57A0527 for ; Tue, 21 Jul 2020 19:52:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A85481C037; Tue, 21 Jul 2020 19:52:16 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by dpdk.org (Postfix) with ESMTP id 9D0951C025; Tue, 21 Jul 2020 19:52:13 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id t27so17135693ill.9; Tue, 21 Jul 2020 10:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=mYYj9NkqIOKgO/goZRM7BWneIYAK2oN4AY/aXOWK5T8=; b=IWr/7bimiuSvWDi/NU+FV8Mk1BLa//O+CEpYHQhG0IrbDGRGtXWSV0OacenvVoxauN MGa5z2MSjt5RcG4766yyilnfd0QHe47ovg4j4DPHrD4oFafF+q/JsnKoPDaSJoC5mXbD DlqHBpG408RfXHCaRhGs/LUSU7ApA7g5mQDcFyBS8Ih1eneo+pouIFIy45SoleIX68qG gDOJVstgatFC8beO256tyBwW9UJoDxcUVYktPkmTCvg38DNm1OPDOfMveHrPQnNPGE4s yKmoV8wkNe0IT4ZnLspxqrPRS2ZBG70yDToT7bvYi+vNT0SnTqdW0EF5d1H8IHxFLore f1eQ== 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=mYYj9NkqIOKgO/goZRM7BWneIYAK2oN4AY/aXOWK5T8=; b=SFol1ITHDuzm2j2hUarf3YYWyV9qnATjTEd0LvYiT1GEFIiU+znaAujqzZHTfBg8xP 2f+tAVRY1ZlOS53cTMygVB7bs/fbO40Iz9L7AMCHNK+cJEHjVNbQgYYFJ52M50Lklq3J RUIJ3Ozjs7dieHzj6p3tUI/QC5jeP3fV9/71x33wVwGZfZoEg6ybEWjxsseytRbvO0bY nI+YoRKAIgXKMwCf3IOyqaper/xvO9rb8PXsbvfxsY1/7UMsuqlC+uW4bhECpU/iv5Nx jaHTrCmPMsdjAUb3k+HGAZteRFDLfPN5tGV9MJNWpfLmiosW95fhxEN1QN5/4svF5Rxx K0Zw== X-Gm-Message-State: AOAM530u5oHdBVFREMdpGja+jk7RY7RQsHL51bx6GnWy1zxDFPZHqbq6 jhIjH8gFK0LiPkU9Dyd5OvLbQnfdjO8LKNFsVAg= X-Google-Smtp-Source: ABdhPJzxe7Zh+YHnmNpl+WCEmWdoms4z4E0SGBCz9Tblf06a6ZkgUcy/u4YYzIGW8BuZfZe4H/ovgt6ixYCRZ5UX7iU= X-Received: by 2002:a92:9804:: with SMTP id l4mr29270096ili.271.1595353932896; Tue, 21 Jul 2020 10:52:12 -0700 (PDT) MIME-Version: 1.0 References: <20200710130858.28889-1-apeksha.gupta@nxp.com> <20200713114406.4383-1-apeksha.gupta@nxp.com> <20200713114406.4383-2-apeksha.gupta@nxp.com> In-Reply-To: <20200713114406.4383-2-apeksha.gupta@nxp.com> From: Jerin Jacob Date: Tue, 21 Jul 2020 23:21:56 +0530 Message-ID: To: Apeksha Gupta Cc: Jerin Jacob , Thomas Monjalon , dpdk-dev , Hemant Agrawal , Nipun Gupta , dpdk stable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3 2/2] event/dpaa2: Add all type queue capability flag X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Mon, Jul 13, 2020 at 5:14 PM Apeksha Gupta wrote: > > Event device capability flag added in event driver, > Event device is capable of enqueuing events of any type to any queue. Please change the subject to "event/dpaa2: add all type queue capability flag" Update git commit comment to below or something similar. dppa2 eventdev device is capable of all type queue feature. Fix the capability flag to reflect the same. > > Fixes: 8f4a294c23 ("event/dpaa2: apply new capability flags") > Cc: stable@dpdk.org @Nipun Gupta @Hemant Agrawal Please ack the patch. > > Signed-off-by: Apeksha Gupta > --- > v3: > * Added patch > 1. event/dpaa2: Add all type queue capability flag > > v2: > * Removed unrequired patches > 1. app/test-eventdev: Enhancing perf-queue packet flow > 2. app/test-eventdev: Removed unwanted checks > 3. event/dpaa2: Add all type queue capability flag > 4. app/test-eventdev: Enhancing perf-atq packet flow > 5. app/test-eventdev: fix eventdev queues > --- > drivers/event/dpaa2/dpaa2_eventdev.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c > index 0072db153b..14dcc50d4a 100644 > --- a/drivers/event/dpaa2/dpaa2_eventdev.c > +++ b/drivers/event/dpaa2/dpaa2_eventdev.c > @@ -407,7 +407,8 @@ dpaa2_eventdev_info_get(struct rte_eventdev *dev, > RTE_EVENT_DEV_CAP_BURST_MODE| > RTE_EVENT_DEV_CAP_RUNTIME_PORT_LINK | > RTE_EVENT_DEV_CAP_MULTIPLE_QUEUE_PORT | > - RTE_EVENT_DEV_CAP_NONSEQ_MODE; > + RTE_EVENT_DEV_CAP_NONSEQ_MODE | > + RTE_EVENT_DEV_CAP_QUEUE_ALL_TYPES; > > } > > -- > 2.17.1 >