From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 3/3] net/i40e: enable cloud filter for MPLS Date: Wed, 8 Mar 2017 16:05:51 +0000 Message-ID: References: <1488534236-29904-1-git-send-email-beilei.xing@intel.com> <1488534236-29904-4-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: helin.zhang@intel.com, dev@dpdk.org To: Beilei Xing , jingjing.wu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 17DC93DC for ; Wed, 8 Mar 2017 17:05:54 +0100 (CET) In-Reply-To: <1488534236-29904-4-git-send-email-beilei.xing@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/3/2017 9:43 AM, Beilei Xing wrote: > This patch enables MPLSoUDP and MPLSoGRE > cloud filter with replace cloud filter. > > Signed-off-by: Beilei Xing <...> > @@ -1286,6 +1286,9 @@ eth_i40e_dev_init(struct rte_eth_dev *dev) > if (ret < 0) > goto err_init_fdir_filter_list; > > + i40e_replace_mpls_l1_filter(pf); > + i40e_replace_mpls_cloud_filter(pf); Hi Beilei, Can you please help me to understand what has been replaced here, and why? Thanks, ferruh <...>