From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 0/7] net: qrtr: Fixes and support receiving version 2 packets Date: Wed, 11 Oct 2017 15:38:50 -0700 (PDT) Message-ID: <20171011.153850.552840530998950562.davem@davemloft.net> References: <20171011064523.7902-1-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:38276 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448AbdJKWiv (ORCPT ); Wed, 11 Oct 2017 18:38:51 -0400 In-Reply-To: <20171011064523.7902-1-bjorn.andersson@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: bjorn.andersson@linaro.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, clew@codeaurora.org From: Bjorn Andersson Date: Tue, 10 Oct 2017 23:45:16 -0700 > On the latest Qualcomm platforms remote processors are sending packets with > version 2 of the message header. This series starts off with some fixes and > then refactors the qrtr code to support receiving messages of both version 1 > and version 2. > > As all remotes are backwards compatible transmitted packets continues to be > send as version 1, but some groundwork has been done to make this a per-link > property. Series applied, thanks.