* [dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1
@ 2019-10-05 13:50 Jerin Jacob Kollanukkaran
2019-10-15 19:06 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob Kollanukkaran @ 2019-10-05 13:50 UTC (permalink / raw)
To: Thomas Monjalon, 'dev@dpdk.org'
Cc: Hemant Agrawal, 'Nipun Gupta',
gage.eads, Pavan Nikhilesh Bhagavatula, Gujjar, Abhinandan S,
Nikhil Rao, gage.eads, harry.van.haaren
The following changes since commit 5b5bb56532fd5dea5d6260c0a0e405c0e32da2a0:
maintainers: add David for main branch (2019-10-03 10:13:20 +0200)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-eventdev
for you to fetch changes up to 0c3fd934882db31ace23a8ee0cd2e31d5444394f:
app/test-eventdev: add options to set mbuf and pkt size (2019-10-05 19:09:31 +0530)
Note:
- I will be on vacation next week.
- Following are the pending patches in Eventdev tree for 19.11. Based on the review comments and time the review completes, We can merge in post RC1 or in RC1.
a) Tx adapter API change
http://patches.dpdk.org/patch/60528/
b) NXP Tx adapter implementation
http://patches.dpdk.org/user/todo/dpdk/?series=6696
c) Crypto adapter changes
http://patches.dpdk.org/user/todo/dpdk/?series=6648
d) l2fwd-event(Waiting for NXP Ack)
http://patches.dpdk.org/project/dpdk/list/?series=6676
----------------------------------------------------------------
Gage Eads (1):
event/sw: fix xstats reset value assignment bug
Hemant Agrawal (10):
test/event_crypto: add check for session init failure
test/event_crypto: no service core when HW support available
test/event_crypto: fix mempool name
test/event_crypto: change the SEC cipher algo
test/event_crypto: add error check for adapter failure
event/dpaa2: fix def queue conf
event/dpaa2: remove conditional compilation
event/dpaa2: add destroy support
event/dpaa2: add selftest cases
test/event: enable dpaa2 self test
Nipun Gupta (1):
event/dpaa2: add retry break in packet enqueue
Pavan Nikhilesh (2):
event/octeontx2: fix Rx adapter capabilities
app/test-eventdev: add options to set mbuf and pkt size
app/test-eventdev/evt_common.h | 30 +-
app/test-eventdev/evt_options.c | 28 +-
app/test-eventdev/evt_options.h | 2 +
app/test-eventdev/test_pipeline_common.c | 38 +-
app/test/test_event_crypto_adapter.c | 30 +-
app/test/test_eventdev.c | 7 +
doc/guides/tools/testeventdev.rst | 10 +
drivers/event/dpaa2/Makefile | 7 +-
drivers/event/dpaa2/dpaa2_eventdev.c | 70 ++-
drivers/event/dpaa2/dpaa2_eventdev.h | 2 +
drivers/event/dpaa2/dpaa2_eventdev_logs.h | 8 +-
drivers/event/dpaa2/dpaa2_eventdev_selftest.c | 833 ++++++++++++++++++++++++++
drivers/event/dpaa2/meson.build | 3 +-
drivers/event/octeontx2/otx2_evdev_adptr.c | 3 +-
drivers/event/sw/sw_evdev_xstats.c | 5 +-
15 files changed, 1022 insertions(+), 54 deletions(-)
create mode 100644 drivers/event/dpaa2/dpaa2_eventdev_selftest.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1
2019-10-05 13:50 [dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1 Jerin Jacob Kollanukkaran
@ 2019-10-15 19:06 ` Thomas Monjalon
2019-10-16 12:14 ` Jerin Jacob
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2019-10-15 19:06 UTC (permalink / raw)
To: Jerin Jacob Kollanukkaran
Cc: dev, Hemant Agrawal, 'Nipun Gupta',
gage.eads, Pavan Nikhilesh Bhagavatula, Gujjar, Abhinandan S,
Nikhil Rao, harry.van.haaren
05/10/2019 15:50, Jerin Jacob Kollanukkaran:
> http://dpdk.org/git/next/dpdk-next-eventdev
Was pulled on last Saturday.
> Note:
> - I will be on vacation next week.
> - Following are the pending patches in Eventdev tree for 19.11. Based on the review comments and time the review completes, We can merge in post RC1 or in RC1.
>
> a) Tx adapter API change
> http://patches.dpdk.org/patch/60528/
This change should not be post -rc1.
Please make sure to merge it soon.
> b) NXP Tx adapter implementation
> http://patches.dpdk.org/user/todo/dpdk/?series=6696
> c) Crypto adapter changes
> http://patches.dpdk.org/user/todo/dpdk/?series=6648
> d) l2fwd-event(Waiting for NXP Ack)
> http://patches.dpdk.org/project/dpdk/list/?series=6676
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1
2019-10-15 19:06 ` Thomas Monjalon
@ 2019-10-16 12:14 ` Jerin Jacob
0 siblings, 0 replies; 3+ messages in thread
From: Jerin Jacob @ 2019-10-16 12:14 UTC (permalink / raw)
To: Thomas Monjalon
Cc: Jerin Jacob Kollanukkaran, dpdk-dev, Hemant Agrawal, Nipun Gupta,
gage.eads, Pavan Nikhilesh Bhagavatula, Gujjar, Abhinandan S,
Nikhil Rao, harry.van.haaren
On Wed, Oct 16, 2019 at 12:37 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 05/10/2019 15:50, Jerin Jacob Kollanukkaran:
> > http://dpdk.org/git/next/dpdk-next-eventdev
>
> Was pulled on last Saturday.
Thanks a lot.
>
> > Note:
> > - I will be on vacation next week.
> > - Following are the pending patches in Eventdev tree for 19.11. Based on the review comments and time the review completes, We can merge in post RC1 or in RC1.
> >
> > a) Tx adapter API change
> > http://patches.dpdk.org/patch/60528/
>
> This change should not be post -rc1.
> Please make sure to merge it soon.
Merged the changes. Please pull following patches from next-eventdev
cfd0ff81b (HEAD -> master, origin/master, origin/HEAD) event/dpaa:
support Tx adapter
ce2a9813f event/dpaa: fix number of supported atomic flows
c3e3de37c eventdev: flag to identify same destined packets enqueue
>
> > b) NXP Tx adapter implementation
> > http://patches.dpdk.org/user/todo/dpdk/?series=6696
> > c) Crypto adapter changes
> > http://patches.dpdk.org/user/todo/dpdk/?series=6648
> > d) l2fwd-event(Waiting for NXP Ack)
> > http://patches.dpdk.org/project/dpdk/list/?series=6676
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-16 12:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 13:50 [dpdk-dev] [pull-request] next-eventdev 19.11 PRE-RC1 Jerin Jacob Kollanukkaran
2019-10-15 19:06 ` Thomas Monjalon
2019-10-16 12:14 ` 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).