From: Pauli Virtanen <pav@iki.fi>
To: linux-bluetooth@vger.kernel.org
Cc: Pauli Virtanen <pav@iki.fi>
Subject: [PATCH BlueZ v7 0/7] tests: add TX timestamping tests
Date: Thu, 4 Apr 2024 19:21:16 +0300 [thread overview]
Message-ID: <cover.1712243675.git.pav@iki.fi> (raw)
Add tests for TX timestamping
v7:
- Fix CI (false positive) compiler warning in sco-tester.c
v6:
- Rebase.
v5:
- Add comments & rename send_extra* test data fields
- Rename tester-utils.h -> tester.h
- Use int, not struct so_timestamping for setting SO_TIMESTAMPING,
as CI seems to be running old environment without the struct.
v4:
- Drop BT_NO_ERRQUEUE_POLL test and lib #define
v3:
- BT_NO_ERRQUEUE_POLL experimental flag enable in tests
- Drop tester cmdline patch as it's unrelated
v2:
- L2CAP LE Client tests
- SCO TX timestamping test
- Fix emulator bthost L2CAP LE credits send/recv
- Fix emulator SCO send pkts
- BT_NO_ERRQUEUE_POLL test
- Tester command-line option -n
Pauli Virtanen (7):
lib: add BT_SCM_ERROR
iso-tester: Add tests for TX timestamping
l2cap-tester: Add test for TX timestamping
btdev: set nonzero SCO mtu & max pkt
sco-tester: add TX timestamping test
bthost: handle client L2CAP conn in LE credit based mode
l2cap-tester: add tests for LE Client read/write/tx-timestamping
emulator/btdev.c | 11 ++-
emulator/bthost.c | 205 +++++++++++++++++++++++++++++++++++++------
lib/bluetooth.h | 1 +
tools/iso-tester.c | 182 +++++++++++++++++++++++++++++++++++---
tools/l2cap-tester.c | 148 +++++++++++++++++++++++++++++--
tools/sco-tester.c | 98 ++++++++++++++++++++-
tools/tester.h | 163 ++++++++++++++++++++++++++++++++++
7 files changed, 761 insertions(+), 47 deletions(-)
create mode 100644 tools/tester.h
--
2.44.0
next reply other threads:[~2024-04-04 16:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-04 16:21 Pauli Virtanen [this message]
2024-04-04 16:21 ` [PATCH BlueZ v7 1/7] lib: add BT_SCM_ERROR Pauli Virtanen
2024-04-04 20:47 ` tests: add TX timestamping tests bluez.test.bot
2024-04-04 16:21 ` [PATCH BlueZ v7 2/7] iso-tester: Add tests for TX timestamping Pauli Virtanen
2024-04-04 16:21 ` [PATCH BlueZ v7 3/7] l2cap-tester: Add test " Pauli Virtanen
2024-04-04 16:21 ` [PATCH BlueZ v7 4/7] btdev: set nonzero SCO mtu & max pkt Pauli Virtanen
2024-04-04 16:21 ` [PATCH BlueZ v7 5/7] sco-tester: add TX timestamping test Pauli Virtanen
2024-04-04 16:21 ` [PATCH BlueZ v7 6/7] bthost: handle client L2CAP conn in LE credit based mode Pauli Virtanen
2024-04-04 16:21 ` [PATCH BlueZ v7 7/7] l2cap-tester: add tests for LE Client read/write/tx-timestamping Pauli Virtanen
2024-04-04 19:10 ` [PATCH BlueZ v7 0/7] tests: add TX timestamping tests patchwork-bot+bluetooth
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=cover.1712243675.git.pav@iki.fi \
--to=pav@iki.fi \
--cc=linux-bluetooth@vger.kernel.org \
/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).