From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sunil Kumar Kori Subject: [PATCH v2 08/12] event/dpaa: add dequeue timeout conversion support Date: Fri, 22 Dec 2017 20:47:21 +0530 Message-ID: <20171222151725.11273-8-sunil.kori@nxp.com> References: <20171215130828.14218-7-sunil.kori@nxp.com> <20171222151725.11273-1-sunil.kori@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , To: Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0046.outbound.protection.outlook.com [104.47.33.46]) by dpdk.org (Postfix) with ESMTP id EAD5D1B406 for ; Fri, 22 Dec 2017 16:17:48 +0100 (CET) In-Reply-To: <20171222151725.11273-1-sunil.kori@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Sunil Kumar Kori --- drivers/event/dpaa/dpaa_eventdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/event/dpaa/dpaa_eventdev.c b/drivers/event/dpaa/dpaa_eventdev.c index a3e1f7c..7b3d8fb 100644 --- a/drivers/event/dpaa/dpaa_eventdev.c +++ b/drivers/event/dpaa/dpaa_eventdev.c @@ -359,6 +359,7 @@ static const struct rte_eventdev_ops dpaa_eventdev_ops = { .port_release = dpaa_event_port_release, .port_link = dpaa_event_port_link, .port_unlink = dpaa_event_port_unlink, + .timeout_ticks = dpaa_event_dequeue_timeout_ticks, }; static int -- 2.9.3