From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 2/3] examples/ip_pipeline: modify to use new table lib headers Date: Tue, 25 Sep 2018 21:57:26 +0530 Message-ID: <20180925162725.GB6387@jerin> References: <20180907100626.8165-1-kevin.laatz@intel.com> <20180925153230.72096-1-kevin.laatz@intel.com> <20180925153230.72096-2-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, jianbo.liu@arm.com, gavin.hu@arm.com, cristian.dumitrescu@intel.com To: Kevin Laatz Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0052.outbound.protection.outlook.com [104.47.33.52]) by dpdk.org (Postfix) with ESMTP id E2A441B455 for ; Tue, 25 Sep 2018 18:27:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180925153230.72096-2-kevin.laatz@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" -----Original Message----- > Date: Tue, 25 Sep 2018 16:32:29 +0100 > From: Kevin Laatz > To: dev@dpdk.org > CC: jianbo.liu@arm.com, gavin.hu@arm.com, jerin.jacob@caviumnetworks.com, > cristian.dumitrescu@intel.com, Kevin Laatz > Subject: [PATCH v4 2/3] examples/ip_pipeline: modify to use new table lib > headers > X-Mailer: git-send-email 2.9.5 > > This commit modifies the IP Pipeline application to use the new header > files in librte_table. > > As we are now using the new header files, we can remove the old ones from > the application directory. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Kevin Laatz > Acked-by: Gavin Hu Acked-by: Jerin Jacob