Re: [PATCH net 1/3] openvswitch: vlan: remove wrong likely statement

2016-10-11 Thread Eric Garver
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") > Si

Re: [PATCH net 1/3] openvswitch: vlan: remove wrong likely statement

2016-10-10 Thread Pravin Shelar
On Mon, Oct 10, 2016 at 8:02 AM, 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-

[PATCH net 1/3] openvswitch: vlan: remove wrong likely statement

2016-10-10 Thread Jiri Benc
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 --- net/openvswitch/flow.c | 2 +- 1 file chan