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 3AF01A0353; Wed, 13 Nov 2019 03:29:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 463D12B99; Wed, 13 Nov 2019 03:29:13 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5A4FF2B8B for ; Wed, 13 Nov 2019 03:29:11 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 18:29:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,298,1569308400"; d="scan'208";a="194525908" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga007.jf.intel.com with ESMTP; 12 Nov 2019 18:29:09 -0800 Date: Wed, 13 Nov 2019 10:25:53 +0800 From: Ye Xiaolong To: Qi Zhang Cc: qiming.yang@intel.com, dev@dpdk.org, Dan Nowlin Message-ID: <20191113022552.GD4784@intel.com> References: <20191112134557.37344-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191112134557.37344-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/ice/base: fix for TCAM entry management 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 11/12, Qi Zhang wrote: >Order intermediate VSIG list correct in order to correctly match existing >VSIG lists. > >When overriding pre-existing TCAM entries, properly delete the existing >entry and remove it from the change/update list. > >Fixes: 51d04e4933e3 ("net/ice/base: add flexible pipeline module") > >Signed-off-by: Dan Nowlin >Signed-off-by: Qi Zhang >Tested-by: Zhirun Yan >--- > drivers/net/ice/base/ice_flex_pipe.c | 66 ++++++++++++++++++++++++++++-------- > 1 file changed, 52 insertions(+), 14 deletions(-) > Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel, Thanks.