From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6076B914 for ; Fri, 3 Mar 2017 10:45:09 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 01:45:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,236,1484035200"; d="scan'208";a="940171043" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by orsmga003.jf.intel.com with ESMTP; 03 Mar 2017 01:45:08 -0800 From: Beilei Xing To: jingjing.wu@intel.com Cc: helin.zhang@intel.com, dev@dpdk.org Date: Fri, 3 Mar 2017 17:43:53 +0800 Message-Id: <1488534236-29904-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/3] enable MPLS cloud filter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 09:45:10 -0000 This patchset enables MPLSoUDP & MPLSoGRE cloud filter. This function depends on PPP function and replace filter AQ command. Beilei Xing (3): app/testpmd: support MPLS for generic filter net/i40e: add MPLS parsing function net/i40e: enable cloud filter for MPLS app/test-pmd/cmdline_flow.c | 55 ++++++++ app/test-pmd/config.c | 2 + drivers/net/i40e/i40e_ethdev.c | 44 +++++- drivers/net/i40e/i40e_ethdev.h | 10 ++ drivers/net/i40e/i40e_flow.c | 305 +++++++++++++++++++++++++++++++++++++++++ lib/librte_ether/rte_flow.h | 40 ++++++ 6 files changed, 451 insertions(+), 5 deletions(-) -- 2.5.5