mbox series

[pull-request] next-eventdev 19.11 PRE-RC1

Message ID BYAPR18MB24246B36C93061D326259949C8990@BYAPR18MB2424.namprd18.prod.outlook.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] next-eventdev 19.11 PRE-RC1 |

Pull-request

http://dpdk.org/git/next/dpdk-next-eventdev

Checks

Context Check Description
ci/Intel-compilation fail apply issues

Message

Jerin Jacob Kollanukkaran Oct. 5, 2019, 1:50 p.m. UTC
  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
  

Comments

Thomas Monjalon Oct. 15, 2019, 7:06 p.m. UTC | #1
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
  
Jerin Jacob Oct. 16, 2019, 12:14 p.m. UTC | #2
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
>
>