From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Kollanukkaran Subject: [pull-request] next-eventdev 19.05 RC1 Date: Tue, 2 Apr 2019 01:37:54 +0000 Message-ID: <20190402013709.GA4286@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: "thomas@monjalon.net" Return-path: Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 32EB85A for ; Tue, 2 Apr 2019 03:37:58 +0200 (CEST) Content-Language: en-US Content-ID: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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=20 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(-)