* [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences
@ 2020-02-08 4:50 Nipun Gupta
2020-02-13 9:38 ` Hemant Agrawal
0 siblings, 1 reply; 4+ messages in thread
From: Nipun Gupta @ 2020-02-08 4:50 UTC (permalink / raw)
To: dev; +Cc: jerinj, hemant.agrawal, stable, Nipun Gupta
This patch sets the number of atomic ordered sequeuences
supported by the driver
Fixes: dbf63bd43afa ("event/dpaa2: support ordered queue")
Cc: stable@dpdk.org
Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
---
drivers/event/dpaa2/dpaa2_eventdev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c
index d71361666..1833d659d 100644
--- a/drivers/event/dpaa2/dpaa2_eventdev.c
+++ b/drivers/event/dpaa2/dpaa2_eventdev.c
@@ -479,6 +479,8 @@ dpaa2_eventdev_queue_def_conf(struct rte_eventdev *dev, uint8_t queue_id,
RTE_SET_USED(queue_id);
queue_conf->nb_atomic_flows = DPAA2_EVENT_QUEUE_ATOMIC_FLOWS;
+ queue_conf->nb_atomic_order_sequences =
+ DPAA2_EVENT_QUEUE_ORDER_SEQUENCES;
queue_conf->schedule_type = RTE_SCHED_TYPE_PARALLEL;
queue_conf->priority = RTE_EVENT_DEV_PRIORITY_NORMAL;
}
--
2.17.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences
2020-02-08 4:50 [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences Nipun Gupta
@ 2020-02-13 9:38 ` Hemant Agrawal
2020-02-13 10:14 ` Nipun Gupta
0 siblings, 1 reply; 4+ messages in thread
From: Hemant Agrawal @ 2020-02-13 9:38 UTC (permalink / raw)
To: Nipun Gupta, dev; +Cc: Jerin Jacob Kollanukkaran, stable, Nipun Gupta
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences
2020-02-13 9:38 ` Hemant Agrawal
@ 2020-02-13 10:14 ` Nipun Gupta
2020-02-15 6:50 ` Jerin Jacob
0 siblings, 1 reply; 4+ messages in thread
From: Nipun Gupta @ 2020-02-13 10:14 UTC (permalink / raw)
To: Jerin Jacob Kollanukkaran, Thomas Monjalon; +Cc: stable, Hemant Agrawal, dev
Hi Jerin,
This patch (bug fix) is required for RC3.
Do you have any comments/concerns on this?
Thanks,
Nipun
> -----Original Message-----
> From: Hemant Agrawal <hemant.agrawal@nxp.com>
> Sent: Thursday, February 13, 2020 3:09 PM
> To: Nipun Gupta <nipun.gupta@nxp.com>; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; stable@dpdk.org;
> Nipun Gupta <nipun.gupta@nxp.com>
> Subject: RE: [PATCH] event/dpaa2: set number of order sequeuences
>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences
2020-02-13 10:14 ` Nipun Gupta
@ 2020-02-15 6:50 ` Jerin Jacob
0 siblings, 0 replies; 4+ messages in thread
From: Jerin Jacob @ 2020-02-15 6:50 UTC (permalink / raw)
To: Nipun Gupta
Cc: Jerin Jacob Kollanukkaran, Thomas Monjalon, stable, Hemant Agrawal, dev
On Thu, Feb 13, 2020 at 3:44 PM Nipun Gupta <nipun.gupta@nxp.com> wrote:
>
> Hi Jerin,
>
> This patch (bug fix) is required for RC3.
> Do you have any comments/concerns on this?
No.
Applied to dpdk-next-eventdev/master. Thanks.
> Thanks,
> Nipun
>
> > -----Original Message-----
> > From: Hemant Agrawal <hemant.agrawal@nxp.com>
> > Sent: Thursday, February 13, 2020 3:09 PM
> > To: Nipun Gupta <nipun.gupta@nxp.com>; dev@dpdk.org
> > Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; stable@dpdk.org;
> > Nipun Gupta <nipun.gupta@nxp.com>
> > Subject: RE: [PATCH] event/dpaa2: set number of order sequeuences
> >
> > Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-02-15 6:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 4:50 [dpdk-dev] [PATCH] event/dpaa2: set number of order sequeuences Nipun Gupta
2020-02-13 9:38 ` Hemant Agrawal
2020-02-13 10:14 ` Nipun Gupta
2020-02-15 6:50 ` Jerin Jacob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).