]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'qrtr-features'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:34:58 +0000 (11:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:34:58 +0000 (11:34 -0400)
commit546692e1dba039c203eb295ff024f73eccfe5cca
tree669f69d4c0997832483d89fb4dc344c74d12efe7
parent02417f47875c2a22d2a8c140c5b945c741005938
parentb24844b1b537c34e3069c4bcfb448a5a05c9e0dc
Merge branch 'qrtr-features'

Bjorn Andersson says:

====================
Missing QRTR features

The QMUX specification covers packet routing as well as service life cycle and
discovery. The current implementation of qrtr supports the prior part, but in
order to fully implement service management on-top a few more parts are needed.

The first patch in the series serves the purpose of reducing duplication in
patch two and three.

The second and third patch adds two qrtr-level notifications required by the
specification, in order to notify local and remote service controllers about
dying clients.

The last patch serves the purpose of notifying local clients about the presence
of a local service register, allowing them to register services as well as
querying for remote registered services.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>