Re: [PATCH v4 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-30 Thread Chris Lew
On 11/29/2017 5:16 PM, Bjorn Andersson wrote: Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the

Re: [PATCH v4 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-30 Thread Chris Lew
On 11/29/2017 5:16 PM, Bjorn Andersson wrote: Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the

[PATCH v4 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-29 Thread Bjorn Andersson
Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the remote. Signed-off-by: Bjorn Andersson

[PATCH v4 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-29 Thread Bjorn Andersson
Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the remote. Signed-off-by: Bjorn Andersson ---