From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v6 7/7] eventdev: add tests for eth Rx adapter APIs Date: Tue, 10 Oct 2017 19:35:07 +0530 Message-ID: <20171010140505.GA15291@jerin> References: <1507674097-19597-1-git-send-email-nikhil.rao@intel.com> <1507674097-19597-8-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: bruce.richardson@intel.com, dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0053.outbound.protection.outlook.com [104.47.34.53]) by dpdk.org (Postfix) with ESMTP id 5B12F1B215 for ; Tue, 10 Oct 2017 16:05:30 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1507674097-19597-8-git-send-email-nikhil.rao@intel.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" -----Original Message----- > Date: Wed, 11 Oct 2017 03:51:37 +0530 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com > CC: dev@dpdk.org > Subject: [PATCH v6 7/7] eventdev: add tests for eth Rx adapter APIs > X-Mailer: git-send-email 2.7.4 > > Add unit tests for rte_event_eth_rx_adapter_xxx() APIs > > Signed-off-by: Nikhil Rao > --- > MAINTAINERS | 1 + > test/test/Makefile | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index edcdcc2b8..5b257b375 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -274,6 +274,7 @@ Event Ethdev Rx Adapter API - EXPERIMENTAL > M: Nikhil Rao > T: git://dpdk.org/next/dpdk-next-eventdev > F: lib/librte_eventdev/*eth_rx_adapter* > +F: test/test/test_event_eth_rx_adapter.c > > Networking Drivers > ------------------ > diff --git a/test/test/Makefile b/test/test/Makefile > index 42d9a49e2..011288219 100644 > --- a/test/test/Makefile > +++ b/test/test/Makefile > @@ -204,6 +204,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += test_cryptodev.c > ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y) > SRCS-y += test_eventdev.c > SRCS-y += test_event_ring.c > +SRCS-y += test_event_eth_rx_adapter.c Missed this file to include. Can you send version now? Planning to add this in RC1. > SRCS-$(CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV) += test_eventdev_sw.c > SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_SSOVF) += test_eventdev_octeontx.c > endif > -- > 2.14.1.145.gb3622a4 >