DPDK patches and discussions
 help / color / mirror / Atom feed
From: Aakash Sasidharan <asasidharan@marvell.com>
To: Anoob Joseph <anoobj@marvell.com>,
	Volodymyr Fialko <vfialko@marvell.com>
Cc: <gakhil@marvell.com>, <dev@dpdk.org>, <asasidharan@marvell.com>
Subject: [PATCH 3/3] test/pdcp: add SDAP combined mode tests
Date: Fri, 8 Sep 2023 17:28:21 +0530	[thread overview]
Message-ID: <20230908115821.3396269-3-asasidharan@marvell.com> (raw)
In-Reply-To: <20230908115821.3396269-1-asasidharan@marvell.com>

Add PDCP SDAP combined mode tests.

Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com>
---
 app/test/test_pdcp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/test/test_pdcp.c b/app/test/test_pdcp.c
index 9c9e7a51fc..5f8ec08e32 100644
--- a/app/test/test_pdcp.c
+++ b/app/test/test_pdcp.c
@@ -2275,6 +2275,9 @@ static struct unit_test_suite sdap_test_cases  = {
 		TEST_CASE_NAMED_WITH_DATA("SDAP Known vector cases",
 			ut_setup_pdcp, ut_teardown_pdcp,
 			run_test_with_all_sdap_known_vec, test_attempt_single),
+		TEST_CASE_NAMED_WITH_DATA("SDAP combined mode",
+			ut_setup_pdcp, ut_teardown_pdcp,
+			run_test_with_all_sdap_known_vec, test_combined),
 		TEST_CASES_END() /**< NULL terminate unit test array */
 	}
 };
-- 
2.25.1


  parent reply	other threads:[~2023-09-08 11:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-08 11:58 [PATCH 1/3] pdcp: add support for SDAP header Aakash Sasidharan
2023-09-08 11:58 ` [PATCH 2/3] test/pdcp: add SDAP test cases Aakash Sasidharan
2023-09-08 11:58 ` Aakash Sasidharan [this message]
2023-09-19 19:20 ` [PATCH 1/3] pdcp: add support for SDAP header Akhil Goyal

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=20230908115821.3396269-3-asasidharan@marvell.com \
    --to=asasidharan@marvell.com \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=vfialko@marvell.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).