From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Benc Subject: [PATCH net-next 0/2] openvswitch: mpls fix and clean up Date: Thu, 29 Sep 2016 21:19:46 +0200 Message-ID: Cc: David Ahern , pravin shelar To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60072 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754801AbcI2TUJ (ORCPT ); Thu, 29 Sep 2016 15:20:09 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Convert to the new mpls skb layout the last remaining place in openvswitch, forgotten on the mpls GSO rework. The GSO rework also allows for some nice cleanup in the second patch. Jiri Benc (2): openvswitch: mpls: set network header correctly on key extract openvswitch: remove skb_mpls_header include/net/mpls.h | 11 ----------- net/openvswitch/actions.c | 10 +++++----- net/openvswitch/flow.c | 11 +++-------- 3 files changed, 8 insertions(+), 24 deletions(-) -- 1.8.3.1