From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: Re: [PATCH net-next v12 7/9] openvswitch: add Ethernet push and pop actions Date: Fri, 21 Oct 2016 14:21:01 +0200 Message-ID: <20161021142101.6e6307df@griffin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux Kernel Network Developers , ovs dev , Lorand Jakab , Simon Horman To: Pravin Shelar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35004 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932247AbcJUMVG (ORCPT ); Fri, 21 Oct 2016 08:21:06 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 20 Oct 2016 21:22:21 -0700, Pravin Shelar wrote: > The eth pop substracts ETH_HLEN but here the length is set. I think it > should be consistent with respect to eth-pop. Agreed. Will use skb_reset_mac_len in both, that better reflects what's going on. Thanks, Jiri