From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933295AbcIOAYg (ORCPT ); Wed, 14 Sep 2016 20:24:36 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:46990 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755074AbcIOAYc (ORCPT ); Wed, 14 Sep 2016 20:24:32 -0400 Date: Thu, 15 Sep 2016 02:24:28 +0200 From: Andrew Lunn To: John Crispin Cc: "David S. Miller" , Florian Fainelli , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, qsdk-review@qca.qualcomm.com Subject: Re: [PATCH V2 2/3] net-next: dsa: add Qualcomm tag RX/TX handler Message-ID: <20160915002428.GB29110@lunn.ch> References: <1473849542-3298-1-git-send-email-john@phrozen.org> <1473849542-3298-3-git-send-email-john@phrozen.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473849542-3298-3-git-send-email-john@phrozen.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 12:39:01PM +0200, John Crispin wrote: > Add support for the 2-bytes Qualcomm tag that gigabit switches such as > the QCA8337/N might insert when receiving packets, or that we need > to insert while targeting specific switch ports. The tag is inserted > directly behind the ethernet header. > > Signed-off-by: John Crispin Reviewed-by: Andrew Lunn Andrew