mbox series

[BlueZ,0/5] Add BT_POLL_ERRQUEUE experimental feature and tests

Message ID cover.1712503073.git.pav@iki.fi
Headers show
Series Add BT_POLL_ERRQUEUE experimental feature and tests | expand

Message

Pauli Virtanen April 7, 2024, 3:18 p.m. UTC
Add BT_POLL_ERRQUEUE mgmt experimental feature, and tests for the
corresponding socket option.

Pauli Virtanen (5):
  lib: add BT_POLL_ERRQUEUE socket option
  adapter: add support for setting POLL_ERRQUEUE experimental feature
  mgmt-tester: update for Poll Errqueue experimental fature
  iso-tester: add test for BT_POLL_ERRQUEUE
  shared/util: add uuid for Poll Errqueue experimental feature

 lib/bluetooth.h     |   2 +
 src/adapter.c       |  72 +++++++++++++++++++++++--
 src/adapter.h       |   1 +
 src/main.c          |   1 +
 src/main.conf       |   1 +
 src/shared/util.c   |   2 +
 tools/iso-tester.c  | 124 +++++++++++++++++++++++++++++++++++++++++++-
 tools/mgmt-tester.c |   6 ++-
 tools/tester.h      |   3 ++
 9 files changed, 206 insertions(+), 6 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org April 10, 2024, 4:40 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sun,  7 Apr 2024 18:18:33 +0300 you wrote:
> Add BT_POLL_ERRQUEUE mgmt experimental feature, and tests for the
> corresponding socket option.
> 
> Pauli Virtanen (5):
>   lib: add BT_POLL_ERRQUEUE socket option
>   adapter: add support for setting POLL_ERRQUEUE experimental feature
>   mgmt-tester: update for Poll Errqueue experimental fature
>   iso-tester: add test for BT_POLL_ERRQUEUE
>   shared/util: add uuid for Poll Errqueue experimental feature
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/5] lib: add BT_POLL_ERRQUEUE socket option
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=138e97020d5f
  - [BlueZ,2/5] adapter: add support for setting POLL_ERRQUEUE experimental feature
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e1c178f96a07
  - [BlueZ,3/5] mgmt-tester: update for Poll Errqueue experimental fature
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c777c55ab662
  - [BlueZ,4/5] iso-tester: add test for BT_POLL_ERRQUEUE
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=141f66411ca4
  - [BlueZ,5/5] shared/util: add uuid for Poll Errqueue experimental feature
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fe71fa3dfe26

You are awesome, thank you!