Re: [PATCH v3 2/2] net: Add Qualcomm IPC router

From: David Miller
Date: Thu Apr 28 2016 - 17:19:26 EST


From: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
Date: Wed, 27 Apr 2016 12:13:03 -0700

> From: Courtney Cavin <courtney.cavin@xxxxxxxxxxxxxx>
>
> Add an implementation of Qualcomm's IPC router protocol, used to
> communicate with service providing remote processors.
>
> Signed-off-by: Courtney Cavin <courtney.cavin@xxxxxxxxxxxxxx>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxxxxxx>
> [bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR]
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> ---
>
> Changes since v2:
> - Altered Kconfig dependency for QRTR_SMD to be compile testable
>
> Changes since v1:
> - Made node 0 (normally the Qualcomm modem) a valid node
> - Implemented RTM_NEWADDR for specifying the local node id

Please adjust this so that CONFIG_QRTR can be modular.