From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Garver Subject: Re: [PATCH net 1/3] openvswitch: vlan: remove wrong likely statement Date: Tue, 11 Oct 2016 13:38:59 -0400 Message-ID: <20161011173859.GX25403@egarver> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, pravin shelar To: Jiri Benc Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36220 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932531AbcJKRjB (ORCPT ); Tue, 11 Oct 2016 13:39:01 -0400 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Oct 10, 2016 at 05:02:42PM +0200, Jiri Benc wrote: > This code is called whenever flow key is being extracted from the packet. > The packet may be as likely vlan tagged as not. > > Fixes: 018c1dda5ff1 ("openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes") > Signed-off-by: Jiri Benc Acked-by: Eric Garver