mbox series

[pull-request] next-eventdev 19.05 RC1

Message ID 20190402013709.GA4286@jerin (mailing list archive)
State Not Applicable, archived
Delegated to: Thomas Monjalon
Headers
Series [pull-request] next-eventdev 19.05 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 April 2, 2019, 1:37 a.m. UTC
  The following changes since commit 08a710642d1d8bed831ecf2085e041213381fc68:

  power: fix governor storage to trim newlines (2019-04-01 22:23:44 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 7a1ccc24874e251957513aba0520500f873e276a:

  test/eventdev: fix sprintf with snprintf (2019-04-02 07:02:56 +0530)

----------------------------------------------------------------
Harry van Haaren (1):
      event/sw: fix selftest enqueue return value checks

Pallantla Poornima (1):
      test/eventdev: fix sprintf with snprintf

Pavan Nikhilesh (3):
      eventdev: check timer adapter status before start
      test/event_timer: improve unit test compatibility
      app/eventdev: add option to set global dequeue tmo

 app/test-eventdev/evt_common.h                | 79 +++++++++++++++++++++++++++
 app/test-eventdev/evt_options.c               | 13 +++++
 app/test-eventdev/evt_options.h               | 36 +-----------
 app/test-eventdev/test_order_atq.c            | 11 +---
 app/test-eventdev/test_order_queue.c          | 11 +---
 app/test-eventdev/test_perf_atq.c             | 13 +----
 app/test-eventdev/test_perf_queue.c           | 15 +----
 app/test-eventdev/test_pipeline_atq.c         | 12 +---
 app/test-eventdev/test_pipeline_queue.c       | 12 +---
 app/test/test_event_eth_rx_adapter.c          |  3 +-
 app/test/test_event_timer_adapter.c           | 65 +++++++++++++---------
 doc/guides/tools/testeventdev.rst             | 41 +++++++++-----
 drivers/event/sw/sw_evdev_selftest.c          | 22 ++++----
 lib/librte_eventdev/rte_event_timer_adapter.c |  6 ++
 lib/librte_eventdev/rte_event_timer_adapter.h |  1 +
 15 files changed, 186 insertions(+), 154 deletions(-)
  

Comments

Thomas Monjalon April 3, 2019, 11:41 p.m. UTC | #1
02/04/2019 03:37, Jerin Jacob Kollanukkaran:
>   http://dpdk.org/git/next/dpdk-next-eventdev

Pulled, thanks