Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread David Miller
From: Bjorn Andersson Date: Wed, 27 Apr 2016 10:14:45 -0700 > On Wed 27 Apr 09:22 PDT 2016, David Miller wrote: > >> This code can now only be build tested on ARCH_QCOM architectures, and >> that's a serious negative downside. > > For normal usage the QRTR_SMD

Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread David Miller
From: Bjorn Andersson Date: Wed, 27 Apr 2016 10:14:45 -0700 > On Wed 27 Apr 09:22 PDT 2016, David Miller wrote: > >> This code can now only be build tested on ARCH_QCOM architectures, and >> that's a serious negative downside. > > For normal usage the QRTR_SMD doesn't make much sense to be

Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread Bjorn Andersson
On Wed 27 Apr 09:22 PDT 2016, David Miller wrote: > From: Bjorn Andersson > Date: Tue, 26 Apr 2016 22:48:05 -0700 > > > + rc = qcom_smd_send(qdev->channel, skb->data, skb->len); > > I truly dislike adding networking protocols that depend upon some > piece of

Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread Bjorn Andersson
On Wed 27 Apr 09:22 PDT 2016, David Miller wrote: > From: Bjorn Andersson > Date: Tue, 26 Apr 2016 22:48:05 -0700 > > > + rc = qcom_smd_send(qdev->channel, skb->data, skb->len); > > I truly dislike adding networking protocols that depend upon some > piece of infrastructure that only some

Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread David Miller
From: Bjorn Andersson Date: Tue, 26 Apr 2016 22:48:05 -0700 > + rc = qcom_smd_send(qdev->channel, skb->data, skb->len); I truly dislike adding networking protocols that depend upon some piece of infrastructure that only some platforms can enable, it's even worse

Re: [PATCH v2] net: Add Qualcomm IPC router

2016-04-27 Thread David Miller
From: Bjorn Andersson Date: Tue, 26 Apr 2016 22:48:05 -0700 > + rc = qcom_smd_send(qdev->channel, skb->data, skb->len); I truly dislike adding networking protocols that depend upon some piece of infrastructure that only some platforms can enable, it's even worse when that set of platforms

[PATCH v2] net: Add Qualcomm IPC router

2016-04-26 Thread Bjorn Andersson
From: Courtney Cavin Add an implementation of Qualcomm's IPC router protocol, used to communicate with service providing remote processors. Signed-off-by: Courtney Cavin Signed-off-by: Bjorn Andersson

[PATCH v2] net: Add Qualcomm IPC router

2016-04-26 Thread Bjorn Andersson
From: Courtney Cavin Add an implementation of Qualcomm's IPC router protocol, used to communicate with service providing remote processors. Signed-off-by: Courtney Cavin Signed-off-by: Bjorn Andersson [bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR] Signed-off-by: Bjorn