From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B28B5378E for ; Thu, 30 Mar 2017 19:05:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490893501; x=1522429501; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=Yv0xMUYyYRbsSprQJ5Z0kYYx7mSF2WSpZkFeaOr3iAk=; b=YKEYekfjwOYnXGGHRsaMNX4SBnepkP13IGELvEW5brrexhcLAPhxsQ1j Yo//pcbC89kzTw7pGisKsiilLnJ4nw==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 10:05:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="1128993324" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 30 Mar 2017 10:04:59 -0700 To: Beilei Xing , jingjing.wu@intel.com References: <1490862594-139036-1-git-send-email-beilei.xing@intel.com> Cc: helin.zhang@intel.com, bernard.iremonger@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: Date: Thu, 30 Mar 2017 18:04:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490862594-139036-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 0/4] add support for MPLS tunnel 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: Thu, 30 Mar 2017 17:05:02 -0000 On 3/30/2017 9:29 AM, Beilei Xing wrote: > This patchset adds support for MPLSoGRE and MPLSoUDP > tunnel filters. > I40e NICs can't recongnize MPLS tunnel packets by > default, so need to load a profile to FW first, then > MPLS tunnel packets can be recongnized with packet > type 61 and 63. > It depends on pipeline personalization profile support > and changes of tunnel filter function. > > v6 changes: > Change MPLS configuration with the FW modification. > > v5 changes: > Rework MPLS parse function. > Add replace filter flag for MPLS. > > v4 changes: > Move replace functions to i40e_ethdev.c. > > v3 changes: > Add big_buffer condition to this patchset. > Change some descriptions for new MPLS and GRE items. > Fix default mask error for MPLS label. > > Beilei Xing (4): > ethdev: add MPLS and GRE items > app/testpmd: add MPLS and GRE fields to flow command > net/i40e: add MPLS parsing function > net/i40e: enable tunnel filter for MPLS Series applied to dpdk-next-net/master, thanks.