All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v4 0/7] tests: add TX timestamping tests
@ 2024-04-02 18:49 Pauli Virtanen
  2024-04-02 18:49 ` [PATCH BlueZ v4 1/7] lib: add BT_SCM_ERROR Pauli Virtanen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Pauli Virtanen @ 2024-04-02 18:49 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Pauli Virtanen

Add tests for TX timestamping

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   | 169 ++++++++++++++++++++++++++++++++---
 tools/l2cap-tester.c | 147 +++++++++++++++++++++++++++++--
 tools/sco-tester.c   |  94 +++++++++++++++++++-
 tools/tester-utils.h | 163 ++++++++++++++++++++++++++++++++++
 7 files changed, 744 insertions(+), 46 deletions(-)
 create mode 100644 tools/tester-utils.h

-- 
2.44.0


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

end of thread, other threads:[~2024-04-02 19:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 18:49 [PATCH BlueZ v4 0/7] tests: add TX timestamping tests Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 1/7] lib: add BT_SCM_ERROR Pauli Virtanen
2024-04-02 19:56   ` tests: add TX timestamping tests bluez.test.bot
2024-04-02 18:49 ` [PATCH BlueZ v4 2/7] iso-tester: Add tests for TX timestamping Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 3/7] l2cap-tester: Add test " Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 4/7] btdev: set nonzero SCO mtu & max pkt Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 5/7] sco-tester: add TX timestamping test Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 6/7] bthost: handle client L2CAP conn in LE credit based mode Pauli Virtanen
2024-04-02 18:49 ` [PATCH BlueZ v4 7/7] l2cap-tester: add tests for LE Client read/write/tx-timestamping Pauli Virtanen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.