From: Jerin Jacob Kollanukkaran <jerinj@marvell.com>
To: Hemant Agrawal <hemant.agrawal@nxp.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 5/5] test/event: enable dpaa2 self test
Date: Tue, 10 Sep 2019 05:18:44 +0000 [thread overview]
Message-ID: <BYAPR18MB2424AA66CF8EAC4F6AE58ACBC8B60@BYAPR18MB2424.namprd18.prod.outlook.com> (raw)
> -----Original Message-----
> From: Hemant Agrawal <hemant.agrawal@nxp.com>
> Sent: Saturday, September 7, 2019 12:12 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran <jerinj@marvell.com>; Hemant Agrawal
> <hemant.agrawal@nxp.com>
> Subject: [EXT] [PATCH v2 5/5] test/event: enable dpaa2 self test
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Please fix http://mails.dpdk.org/archives/test-report/2019-September/096509.html
> ---
> app/test/test_eventdev.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/app/test/test_eventdev.c b/app/test/test_eventdev.c index
> 783140dfe..427dbbf77 100644
> --- a/app/test/test_eventdev.c
> +++ b/app/test/test_eventdev.c
> @@ -1020,9 +1020,16 @@ test_eventdev_selftest_octeontx2(void)
> return test_eventdev_selftest_impl("otx2_eventdev", ""); }
>
> +static int
> +test_eventdev_selftest_dpaa2(void)
> +{
> + return test_eventdev_selftest_impl("event_dpaa2", ""); }
> +
> REGISTER_TEST_COMMAND(eventdev_common_autotest,
> test_eventdev_common);
> REGISTER_TEST_COMMAND(eventdev_selftest_sw,
> test_eventdev_selftest_sw);
> REGISTER_TEST_COMMAND(eventdev_selftest_octeontx,
> test_eventdev_selftest_octeontx);
> REGISTER_TEST_COMMAND(eventdev_selftest_octeontx2,
> test_eventdev_selftest_octeontx2);
> +REGISTER_TEST_COMMAND(eventdev_selftest_dpaa2,
> +test_eventdev_selftest_dpaa2);
> --
> 2.17.1
next reply other threads:[~2019-09-10 5:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-10 5:18 Jerin Jacob Kollanukkaran [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-09-06 10:34 [dpdk-dev] [PATCH 0/5] NXP DPAA2 EVENTDEV enhancements Hemant Agrawal
2019-09-07 6:42 ` [dpdk-dev] [PATCH v2 " Hemant Agrawal
2019-09-07 6:42 ` [dpdk-dev] [PATCH v2 5/5] test/event: enable dpaa2 self test Hemant Agrawal
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=BYAPR18MB2424AA66CF8EAC4F6AE58ACBC8B60@BYAPR18MB2424.namprd18.prod.outlook.com \
--to=jerinj@marvell.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).