linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH lksctp-tools 0/2] func_tests: Add test cases for interleaving and stream RE_CONFIG
@ 2022-08-05 15:43 Yuxuan Luo
  2022-08-05 15:43 ` [PATCH lksctp-tools 1/2] Add a test case for interleaving Yuxuan Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yuxuan Luo @ 2022-08-05 15:43 UTC (permalink / raw)
  To: linux-sctp; +Cc: marcelo.leitner, lucien.xin, yuluo, Yuxuan Luo

Add two test cases for verifying the support
for interleaving and re_config recently implemented in kernel.

Signed-off-by: Yuxuan Luo <luoyuxuan.carl@gmail.com>

Yuxuan Luo (2):
  Add a test case for interleaving
  Add a test cacse for RE_CONFIG

 configure.ac                     |   3 +
 src/func_tests/.gitignore        |   4 +
 src/func_tests/Makefile.am       |  20 +++
 src/func_tests/test_interleave.c | 254 +++++++++++++++++++++++++++++++
 src/func_tests/test_re_conf.c    | 251 ++++++++++++++++++++++++++++++
 5 files changed, 532 insertions(+)
 create mode 100644 src/func_tests/test_interleave.c
 create mode 100644 src/func_tests/test_re_conf.c

-- 
2.37.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-23 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 15:43 [PATCH lksctp-tools 0/2] func_tests: Add test cases for interleaving and stream RE_CONFIG Yuxuan Luo
2022-08-05 15:43 ` [PATCH lksctp-tools 1/2] Add a test case for interleaving Yuxuan Luo
2022-08-05 15:43 ` [PATCH lksctp-tools 2/2] Add a test cacse for RE_CONFIG Yuxuan Luo
2022-08-15 19:00 ` [PATCH lksctp-tools 0/2] func_tests: Add test cases for interleaving and stream RE_CONFIG Xin Long
2022-08-23 12:34 ` Marcelo Ricardo Leitner

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).