From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: Re: [PATCH net-next] openvswitch: correctly fragment packet with mpls headers Date: Tue, 4 Oct 2016 18:59:20 +0200 Message-ID: <20161004185920.229e62de@griffin> References: <20161004102458.1241605f@griffin> <20161004112804.04f25140@griffin> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Linux Kernel Network Developers , David Ahern To: Pravin Shelar Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50392 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753781AbcJDQ7X (ORCPT ); Tue, 4 Oct 2016 12:59:23 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 4 Oct 2016 09:53:25 -0700, Pravin Shelar wrote: > This code can be executed on encapsulated geneve or vxlan packets. How? The encapsulation header is in the form of metadata_dst at this point and not present in the packet itself. Am I missing something? If this patch is wrong, then the current push_mpls is wrong, too, it does the same assumption. Jiri