Linux-SCTP Archive mirror
 help / color / mirror / Atom feed
From: Yuxuan Luo <luoyuxuan.carl@gmail.com>
To: linux-sctp@vger.kernel.org
Cc: marcelo.leitner@gmail.com, lucien.xin@gmail.com,
	yuluo@redhat.com, Yuxuan Luo <luoyuxuan.carl@gmail.com>
Subject: [PATCH lksctp-tools 0/2] func_tests: Add test cases for interleaving and stream RE_CONFIG
Date: Fri,  5 Aug 2022 11:43:50 -0400	[thread overview]
Message-ID: <20220805154351.27646-1-luoyuxuan.carl@gmail.com> (raw)

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


             reply	other threads:[~2022-08-05 15:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 15:43 Yuxuan Luo [this message]
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

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=20220805154351.27646-1-luoyuxuan.carl@gmail.com \
    --to=luoyuxuan.carl@gmail.com \
    --cc=linux-sctp@vger.kernel.org \
    --cc=lucien.xin@gmail.com \
    --cc=marcelo.leitner@gmail.com \
    --cc=yuluo@redhat.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 read-only IMAP folder(s) and NNTP newsgroup(s).