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 86A39A0613 for ; Thu, 26 Sep 2019 19:55:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4653F4C74; Thu, 26 Sep 2019 19:55:31 +0200 (CEST) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by dpdk.org (Postfix) with ESMTP id 2CF873195; Thu, 26 Sep 2019 19:55:27 +0200 (CEST) Received: by mail-io1-f68.google.com with SMTP id c25so8774758iot.12; Thu, 26 Sep 2019 10:55:27 -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=t5ZTJe3nTi9tIseOEvC+dNhJkW/Rk4UbEbOpUfbutXc=; b=VHBFZIxxzZnk+ev4ow/JjfFu+0tubFtCb/+s+0Ckjx8Vur5f0Ua3yhN5+6XXvp3xQ7 BEfrsZMcBXE6I57YhQ1uVFbuwzZzwOcHYPIY18X+wr4kpoTLr9dfiZuQXzaZhlTo+tOX mm7fBMXpPcIEbFR/1UveWXEgFwr2y7fvWUtI/DmRkuRbwRtNgn1Y8gr2pqiOX4PZbc7W T94BD6aTYtMQTUCNgKRkNH4nmSqS4XulPAsCmSxTOoEsajHJG3FsAh04ihPKZ0dEWtHh +OKWdX8ELgiZksdeUhsVwbcNchzFLBgX7jqqwUaGa2aSgmo14NS45t15NPSQbmsWP6I6 WGbQ== 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=t5ZTJe3nTi9tIseOEvC+dNhJkW/Rk4UbEbOpUfbutXc=; b=WOsheFG4s2evY0f/P8sMR186MOUz7hBAil6W7jq8yblQCDTL7YJ+AkAyo/U2MKmr05 4lWpulm7zHjSsADG254B+Esu43/bTi8OwZ+qoan4Y8DOaYn0qRpOQTjM/BmdWN0N23Wh QObbOrjS6Hz2YoQkEzvO5xBcLgGxK29X5XPwd4a/Ytg44TkwoAJZH7GlzmMlkgRkrxMQ ZxoIXs1cxq2Q6pZzDoeCbPfLVimR1l2AfybmaG4+MuEgBw+Xs8NYXenJjRZIZDKmHPos 7wtzA3IeYatFKv7PodYDcWvoY5GvQRBWIWXMPCiR8TtbpqwRlPk/OlGCySvSjQZJK3bE 1KBQ== X-Gm-Message-State: APjAAAXxgg/bIf8BFzU3LX1B0uaxwcUPhb633jE7LYq7PiH8GtwnUhHt 8c0Zfs5bJdKaueq38r3i8D1Jtx+Crhjt/apUJTU= X-Google-Smtp-Source: APXvYqzbfdK01ZGGl39FiPOy+TeWYo0w0bSIAN3kF2D7iIdoqliHJq43OT/Q8WJXr8AR9F4nIpmbbRj3R3aMsVAR7ko= X-Received: by 2002:a92:bbd2:: with SMTP id x79mr3862923ilk.162.1569520526272; Thu, 26 Sep 2019 10:55:26 -0700 (PDT) MIME-Version: 1.0 References: <20190906103410.14996-1-hemant.agrawal@nxp.com> <20190907064209.30686-1-hemant.agrawal@nxp.com> <20190907064209.30686-2-hemant.agrawal@nxp.com> In-Reply-To: From: Jerin Jacob Date: Thu, 26 Sep 2019 23:25:14 +0530 Message-ID: To: Hemant Agrawal Cc: dpdk-dev , Jerin Jacob , stable@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf 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 Fri, Sep 13, 2019 at 11:54 AM Jerin Jacob wrote: > > On Sat, Sep 7, 2019 at 12:14 PM Hemant Agrawal wrote: > > > > Test vector expect only one type of scheduling as default. > > The old code is provide support scheduling types instead of default. > > > > Fixes: 13370a3877a5 ("eventdev: fix inconsistency in queue config") > > Cc: stable@dpdk.org > > Signed-off-by: Hemant Agrawal > > Please fix the clang build issue > http://mails.dpdk.org/archives/test-report/2019-September/096533.html Waiting for the next version to merge for RC1. > > > > > drivers/event/dpaa2/dpaa2_eventdev.c | 7 ++----- > > 1 file changed, 2 insertions(+), 5 deletions(-) > > > > diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c > > index 926b7edd8..b8cb437a0 100644 > > --- a/drivers/event/dpaa2/dpaa2_eventdev.c > > +++ b/drivers/event/dpaa2/dpaa2_eventdev.c > > @@ -1,7 +1,5 @@ > > /* SPDX-License-Identifier: BSD-3-Clause > > - * > > - * Copyright 2017 NXP > > - * > > + * Copyright 2017,2019 NXP > > */ > > > > #include > > @@ -470,8 +468,7 @@ dpaa2_eventdev_queue_def_conf(struct rte_eventdev *dev, uint8_t queue_id, > > RTE_SET_USED(queue_conf); > > > > queue_conf->nb_atomic_flows = DPAA2_EVENT_QUEUE_ATOMIC_FLOWS; > > - queue_conf->schedule_type = RTE_SCHED_TYPE_ATOMIC | > > - RTE_SCHED_TYPE_PARALLEL; > > + queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL; > > queue_conf->priority = RTE_EVENT_DEV_PRIORITY_NORMAL; > > } > > > > -- > > 2.17.1 > >