From: Reshma Pattan <reshma.pattan@intel.com>
To: thomas@monjalon.net, dev@dpdk.org
Cc: anatoly.burakov@intel.com, jananeex.m.parthasarathy@intel.com,
Reshma Pattan <reshma.pattan@intel.com>,
Naga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com>
Subject: [dpdk-dev] [PATCH v9 0/5] add unit tests for bitrate, latency and pdump libraries
Date: Tue, 31 Jul 2018 17:40:51 +0100 [thread overview]
Message-ID: <1533055256-10317-1-git-send-email-reshma.pattan@intel.com> (raw)
From: Reshma Pattan <reshma.pattan@intel.com>
1/5: add helper functions for tests using ring-PMD Rx/Tx
2/5: unit test cases added for bitrate library
3/5: unit test cases added for latencystats library
4/5: unit test cases added for pdump library
5/5: added new unit tests to autotest list
Patches 2/5,3/5 depends on 1/5
Patch 4/5 depends on 1/5 and the below patch
http://patches.dpdk.org/patch/43354/
Signed-off-by: Naga Suresh Somarowthu <naga.sureshx.somarowthu@intel.com>
Reviewed-by: Reshma Pattan <reshma.pattan@intel.com>
Reviewed-by: Remy Horton <remy.horton@intel.com>
Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
---
v9: rebased ontop of latest autotest changes and added new tests to the
autotest list
v8: renamed commit headline and freed the metrics memzone for bitrate ut
v7: removed unused macros and corrected the comment
v6: updated ring variable appropriately
v5: rebased, freed pools and rings, created common patch set
---
Naga Suresh Somarowthu (4):
test: add helper functions for tests using ring-PMD Rx/Tx
test: add unit tests for bitrate library
test: add unit tests for latencystats library
test: add unit test for pdump library
Reshma Pattan (1):
autotest: add new unit tests to autotest list
test/test/Makefile | 9 ++
test/test/autotest_data.py | 18 +++
test/test/process.h | 12 ++
test/test/sample_packet_forward.c | 115 +++++++++++++++++++
test/test/sample_packet_forward.h | 40 +++++++
test/test/test.c | 2 +
test/test/test_bitratestats.c | 229 +++++++++++++++++++++++++++++++++++++
test/test/test_latencystats.c | 216 +++++++++++++++++++++++++++++++++++
test/test/test_pdump.c | 232 ++++++++++++++++++++++++++++++++++++++
test/test/test_pdump.h | 31 +++++
10 files changed, 904 insertions(+)
create mode 100644 test/test/sample_packet_forward.c
create mode 100644 test/test/sample_packet_forward.h
create mode 100644 test/test/test_bitratestats.c
create mode 100644 test/test/test_latencystats.c
create mode 100644 test/test/test_pdump.c
create mode 100644 test/test/test_pdump.h
--
2.14.4
next reply other threads:[~2018-07-31 16:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-31 16:40 Reshma Pattan [this message]
2018-07-31 16:40 ` [dpdk-dev] [PATCH v9 1/5] test: add helper functions for tests using ring-PMD Rx/Tx Reshma Pattan
2018-07-31 16:40 ` [dpdk-dev] [PATCH v9 2/5] test: add unit tests for bitrate library Reshma Pattan
2018-07-31 16:40 ` [dpdk-dev] [PATCH v9 3/5] test: add unit tests for latencystats library Reshma Pattan
2018-07-31 17:05 ` Thomas Monjalon
2018-07-31 22:20 ` Pattan, Reshma
2018-07-31 16:40 ` [dpdk-dev] [PATCH v9 4/5] test: add unit test for pdump library Reshma Pattan
2018-07-31 16:40 ` [dpdk-dev] [PATCH v9 5/5] autotest: add new unit tests to autotest list Reshma Pattan
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=1533055256-10317-1-git-send-email-reshma.pattan@intel.com \
--to=reshma.pattan@intel.com \
--cc=anatoly.burakov@intel.com \
--cc=dev@dpdk.org \
--cc=jananeex.m.parthasarathy@intel.com \
--cc=naga.sureshx.somarowthu@intel.com \
--cc=thomas@monjalon.net \
/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).