From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] Added support for 802.1ad Q in Q Ethernet tagged frames Date: Mon, 07 May 2018 23:32:42 -0400 (EDT) Message-ID: <20180507.233242.894588133290013771.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: eladv6@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51940 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785AbeEHDcn (ORCPT ); Mon, 7 May 2018 23:32:43 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Elad Nachman Date: Fri, 4 May 2018 21:25:47 +0300 > stmmac reception handler calls stmmac_rx_vlan() to strip the vlan before calling napi_gro_receive(). Please fix your Subject line. A subject line should have an appropriate subsystem prefix after the "[ ... ]" clause, in this case an appropriate subsystem prefix would be "stmmac: ", thus: Subject: [PATCH net] stmmac: Add support for 802.1ad Q in Q Ethernet tagged frames