From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8EE58A04B3; Mon, 10 Feb 2020 10:20:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B42411BE94; Mon, 10 Feb 2020 10:20:32 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 969F82BA2 for ; Mon, 10 Feb 2020 10:20:30 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2020 01:20:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,424,1574150400"; d="scan'208";a="226092814" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga008.jf.intel.com with ESMTP; 10 Feb 2020 01:20:27 -0800 Date: Mon, 10 Feb 2020 17:19:12 +0800 From: Ye Xiaolong To: "Sexton, Rory" Cc: "Iremonger, Bernard" , "dev@dpdk.org" , "Xing, Beilei" , "Zhang, Qi Z" , "Yigit, Ferruh" , "Doherty, Declan" Message-ID: <20200210091912.GF80720@intel.com> References: <1579706459-27355-1-git-send-email-bernard.iremonger@intel.com> <1580219325-20399-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix i40e flow director merge 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 01/29, Sexton, Rory wrote: >> >> Subject: [PATCH v3] net/i40e: fix i40e flow director merge >> >> Merge of ESP and L2TP code in i40e_fdir.c added checks on cus_pctype->index which caused flow creation for ESP to fail. >> >> Added fill_ipv4_function() >> Refactored code to have one path for customized and non customized pctype's. >> >> Fixes: c5f8365bc85d ("net/i40e: support flow director for L2TPv3 over IP") >> >> Signed-off-by: Bernard Iremonger >> > >Acked-by: Rory Sexton Applied to dpdk-next-net-intel, Thanks.