Skip to content

Add repeat option for flowop-internal looping#73

Merged
tuexen merged 1 commit into
uperf:masterfrom
lkbook:master
May 29, 2026
Merged

Add repeat option for flowop-internal looping#73
tuexen merged 1 commit into
uperf:masterfrom
lkbook:master

Conversation

@lkbook

@lkbook lkbook commented May 28, 2026

Copy link
Copy Markdown
Contributor

Add a repeat option to SCTP read/write that loops sendmsg/recvmsg inside the protocol function.

Unlike count, which re-enters the full protocol function (rebuilding the msghdr each time), repeat only repeats the syscall. This will make comparisons between sendmsg/recvmsg and sendmmsg/recvmmsg (see #69) more comparable, since those set up once and process a batch of messages in a single call.

Successfully tested on:

  • Linux 7.0.10 (Fedora 44)
  • FreeBSD 15.0-RELEASE
  • Solaris 11.4

@tuexen tuexen merged commit 09989b0 into uperf:master May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants