From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: Nikhil Rao <nikhil.rao@intel.com>
Cc: bruce.richardson@intel.com, dev@dpdk.org
Subject: Re: [PATCH v6 7/7] eventdev: add tests for eth Rx adapter APIs
Date: Tue, 10 Oct 2017 19:35:07 +0530 [thread overview]
Message-ID: <20171010140505.GA15291@jerin> (raw)
In-Reply-To: <1507674097-19597-8-git-send-email-nikhil.rao@intel.com>
-----Original Message-----
> Date: Wed, 11 Oct 2017 03:51:37 +0530
> From: Nikhil Rao <nikhil.rao@intel.com>
> 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 <nikhil.rao@intel.com>
> ---
> 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 <nikhil.rao@intel.com>
> 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
>
next prev parent reply other threads:[~2017-10-10 14:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-10 22:21 [PATCH v6 0/7] eventdev: cover letter: eth Rx adapter Nikhil Rao
2017-10-10 16:26 ` Jerin Jacob
2017-10-10 16:49 ` Jerin Jacob
2017-10-10 22:21 ` [PATCH v6 1/7] eventdev: add caps API and PMD callback for " Nikhil Rao
2017-10-10 22:21 ` [PATCH v6 2/7] eventdev: add PMD callbacks " Nikhil Rao
2017-10-10 22:21 ` [PATCH v6 3/7] eventdev: add eth Rx adapter caps function to SW PMD Nikhil Rao
2017-10-10 23:16 ` Thomas Monjalon
2017-10-11 2:57 ` Jerin Jacob
2017-10-10 22:21 ` [PATCH v6 4/7] eventdev: add eth Rx adapter API header Nikhil Rao
2017-10-10 22:21 ` [PATCH v6 5/7] eventdev: add event type for eth Rx adapter Nikhil Rao
2017-10-10 22:21 ` [PATCH v6 6/7] eventdev: add eth Rx adapter implementation Nikhil Rao
2017-10-10 22:21 ` [PATCH v6 7/7] eventdev: add tests for eth Rx adapter APIs Nikhil Rao
2017-10-10 14:05 ` Jerin Jacob [this message]
2017-10-10 23:24 ` Nikhil Rao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171010140505.GA15291@jerin \
--to=jerin.jacob@caviumnetworks.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=nikhil.rao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.