netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 0/4] Missing QRTR features
@ 2017-06-07 21:07 Bjorn Andersson
  2017-06-07 21:07 ` [RESEND PATCH 1/4] net: qrtr: Refactor packet allocation Bjorn Andersson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bjorn Andersson @ 2017-06-07 21:07 UTC (permalink / raw)
  To: David S. Miller
  Cc: Arun Kumar Neelakantam, netdev, linux-arm-msm, linux-kernel,
	Courtney Cavin

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-08 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 21:07 [RESEND PATCH 0/4] Missing QRTR features Bjorn Andersson
2017-06-07 21:07 ` [RESEND PATCH 1/4] net: qrtr: Refactor packet allocation Bjorn Andersson
2017-06-07 21:07 ` [RESEND PATCH 2/4] net: qrtr: Inject BYE on remote termination Bjorn Andersson
2017-06-07 21:07 ` [RESEND PATCH 3/4] net: qrtr: Broadcast DEL_CLIENT message when endpoint is closed Bjorn Andersson
2017-06-07 21:07 ` [RESEND PATCH 4/4] net: qrtr: Inform open sockets about new controller Bjorn Andersson
2017-06-08 15:35 ` [RESEND PATCH 0/4] Missing QRTR features David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).