Re: [dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf

2019-09-26 Thread Hemant Agrawal
I will send the RC2 today.

Re: [dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf

2019-09-26 Thread Jerin Jacob
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 inc

Re: [dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf

2019-09-12 Thread Jerin Jacob
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: sta...@dpdk.org > Signed-off-by:

[dpdk-dev] [PATCH v2 1/5] event/dpaa2: fix def queue conf

2019-09-06 Thread Hemant Agrawal
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: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/event/dpaa2/dpaa2_eventdev.c | 7 ++---