mbox series

[BlueZ,0/3] tests: add TX timestamping tests

Message ID cover.1709409039.git.pav@iki.fi (mailing list archive)
Headers show
Series tests: add TX timestamping tests | expand

Message

Pauli Virtanen March 2, 2024, 8:09 p.m. UTC
Add tests for ISO and L2CAP TX timestamping

Pauli Virtanen (3):
  lib: add BT_SCM_ERROR sock_extended_err CMSG
  iso-tester: Add tests for TX timestamping
  l2cap-tester: Add test for TX timestamping

 lib/bluetooth.h      |   1 +
 tools/iso-tester.c   | 169 ++++++++++++++++++++++++++++++++++++++++---
 tools/l2cap-tester.c | 106 +++++++++++++++++++++++++--
 tools/tester-utils.h | 163 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 424 insertions(+), 15 deletions(-)
 create mode 100644 tools/tester-utils.h

Comments

Luiz Augusto von Dentz March 4, 2024, 2:43 p.m. UTC | #1
Hi Pauli,

On Sat, Mar 2, 2024 at 3:10 PM Pauli Virtanen <pav@iki.fi> wrote:
>
> Add tests for ISO and L2CAP TX timestamping
>
> Pauli Virtanen (3):
>   lib: add BT_SCM_ERROR sock_extended_err CMSG
>   iso-tester: Add tests for TX timestamping
>   l2cap-tester: Add test for TX timestamping

Same thing as for missing SCO_LINK handing in the kernel, we probably
want to do the same for sco-tester.

>  lib/bluetooth.h      |   1 +
>  tools/iso-tester.c   | 169 ++++++++++++++++++++++++++++++++++++++++---
>  tools/l2cap-tester.c | 106 +++++++++++++++++++++++++--
>  tools/tester-utils.h | 163 +++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 424 insertions(+), 15 deletions(-)
>  create mode 100644 tools/tester-utils.h
>
> --
> 2.44.0
>
>