From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/6] Remove VLAN.CFI overload Date: Sat, 10 Nov 2018 13:47:58 -0800 (PST) Message-ID: <20181110.134758.693752342395888727.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=euc-kr Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, ast@kernel.org, benh@kernel.crashing.org, daniel@iogearbox.net, jhogan@kernel.org, linux-mips@linux-mips.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au, paul.burton@mips.com, paulus@samba.org, ralf@linux-mips.org, sparclinux@vger.kernel.org To: mirq-linux@rere.qmqm.pl Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:50070 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725778AbeKKHe0 (ORCPT ); Sun, 11 Nov 2018 02:34:26 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Michaİİ Mirosİİaw Date: Sat, 10 Nov 2018 19:58:29 +0100 > Fix BPF code/JITs to allow for separate VLAN_PRESENT flag > storage and finally move the flag to separate storage in skbuff. > > This is final step to make CLAN.CFI transparent to core Linux > networking stack. > > An #ifdef is introduced temporarily to mark fragments masking > VLAN_TAG_PRESENT. This is removed altogether in the final patch. Daniel and Alexei, please review.