From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH] Rel 2.3: lpm cleanup, merge data structures Date: Tue, 24 Nov 2015 14:25:55 +0000 Message-ID: <1448375156-26654-1-git-send-email-bruce.richardson@intel.com> To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 802908E9F for ; Tue, 24 Nov 2015 15:26:07 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Following on from the discussion in Release 2.2 about changes needed to LPM, this is a small cleanup patch for 2.3 to get things started. This clean-up is inspired by a similar change made by Vladimir in his patchset proposal for 2.2 for LPM, and I would hope it would make further changes that little bit easier as we have one fewer structures to worry about. Bruce Richardson (1): lpm: merge tbl24 and tbl8 structures lib/librte_lpm/rte_lpm.c | 77 ++++++++++++++++++++++++------------------------ lib/librte_lpm/rte_lpm.h | 47 ++++++++++++++--------------- 2 files changed, 60 insertions(+), 64 deletions(-) -- 2.5.0