mbox series

[v7,0/2] Add Mesh functionality to net/bluetooth

Message ID 20220901191914.22706-1-brian.gix@intel.com (mailing list archive)
Headers show
Series Add Mesh functionality to net/bluetooth | expand

Message

Brian Gix Sept. 1, 2022, 7:19 p.m. UTC
Housekeeping and implementation

v2: Add checking for Packet Ownership when querying Tx queue state
    Add cleanup of Tx queue when MGMT socket closes

v3: Fix CI complaints

v4: More indent clean-ups and proper var types

v5: Conform to the ADV Instance mechanism, and make fully compatible
    with Extended Advertising mechanism.

v6: Paired with BlueZ user space unit tests (tools/mesh-tester)

v7: Fix white space -- Note: Will fail mgmt-tester until new version
with Mesh Experimental feature patch is applied to BlueZ.

Brian Gix (2):
  Bluetooth: Implement support for Mesh
  Bluetooth: Add experimental wrapper for MGMT based mesh

 include/net/bluetooth/bluetooth.h |   1 +
 include/net/bluetooth/hci.h       |   4 +
 include/net/bluetooth/hci_core.h  |  16 +-
 include/net/bluetooth/mgmt.h      |  52 +++
 net/bluetooth/hci_core.c          |  13 +-
 net/bluetooth/hci_event.c         |  61 ++--
 net/bluetooth/hci_sock.c          |   1 +
 net/bluetooth/hci_sync.c          |  87 ++++-
 net/bluetooth/mgmt.c              | 588 +++++++++++++++++++++++++++++-
 net/bluetooth/mgmt_util.c         |  74 ++++
 net/bluetooth/mgmt_util.h         |  18 +
 11 files changed, 863 insertions(+), 52 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Sept. 1, 2022, 10 p.m. UTC | #1
Hello:

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

On Thu,  1 Sep 2022 12:19:12 -0700 you wrote:
> Housekeeping and implementation
> 
> v2: Add checking for Packet Ownership when querying Tx queue state
>     Add cleanup of Tx queue when MGMT socket closes
> 
> v3: Fix CI complaints
> 
> [...]

Here is the summary with links:
  - [v7,1/2] Bluetooth: Implement support for Mesh
    https://git.kernel.org/bluetooth/bluetooth-next/c/6db7da4c50f0
  - [v7,2/2] Bluetooth: Add experimental wrapper for MGMT based mesh
    https://git.kernel.org/bluetooth/bluetooth-next/c/45d33c081bcf

You are awesome, thank you!