[RESEND PATCH 0/4] Missing QRTR features

From: Bjorn Andersson
Date: Wed Jun 07 2017 - 17:08:40 EST


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.

Bjorn Andersson (4):
net: qrtr: Refactor packet allocation
net: qrtr: Inject BYE on remote termination
net: qrtr: Broadcast DEL_CLIENT message when endpoint is closed
net: qrtr: Inform open sockets about new controller

net/qrtr/qrtr.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 98 insertions(+), 6 deletions(-)

--
2.12.0