Re: [PATCH v3] net: qrtr: Expose tunneling endpoint to user space

2018-04-27 Thread David Miller
From: Bjorn Andersson Date: Thu, 26 Apr 2018 22:28:49 -0700 > This implements a misc character device named "qrtr-tun" for the purpose > of allowing user space applications to implement endpoints in the qrtr > network. > > This allows more advanced (and dynamic) testing of the qrtr code as well

[PATCH v3] net: qrtr: Expose tunneling endpoint to user space

2018-04-26 Thread Bjorn Andersson
This implements a misc character device named "qrtr-tun" for the purpose of allowing user space applications to implement endpoints in the qrtr network. This allows more advanced (and dynamic) testing of the qrtr code as well as opens up the ability of tunneling qrtr over a network or USB link. S