From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net: fix incorrect comment with regard to VLAN packet handling Date: Fri, 10 Nov 2017 18:04:53 +0900 (KST) Message-ID: <20171110.180453.461567198052037213.davem@davemloft.net> References: <1510083131-3600-1-git-send-email-girish.moodalbail@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: girish.moodalbail@oracle.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54216 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751404AbdKJJFB (ORCPT ); Fri, 10 Nov 2017 04:05:01 -0500 In-Reply-To: <1510083131-3600-1-git-send-email-girish.moodalbail@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Girish Moodalbail Date: Tue, 7 Nov 2017 11:32:11 -0800 > The commit bcc6d4790361 ("net: vlan: make non-hw-accel rx path similar > to hw-accel") unified accel and non-accel path for VLAN RX. With that > fix we do not register any packet_type handler for VLANs anymore, so fix > the incorrect comment. > > Signed-off-by: Girish Moodalbail Applied, thank you.