Re: [dpdk-dev] [PATCH v4 3/3] net/softnic: modify to use new table lib headers

2018-09-25 Thread Jerin Jacob
-Original Message- > Date: Tue, 25 Sep 2018 16:32:30 +0100 > From: Kevin Laatz > To: dev@dpdk.org > CC: jianbo@arm.com, gavin...@arm.com, jerin.ja...@caviumnetworks.com, > cristian.dumitre...@intel.com, Kevin Laatz > Subject: [PATCH v4 3/3] net/softnic: modify to use new table lib he

[dpdk-dev] [PATCH v4 3/3] net/softnic: modify to use new table lib headers

2018-09-25 Thread Kevin Laatz
This commit modifies SoftNIC to make use of the new header files in librte_table. As we are now using the new header files in librte_table in SoftNIC, we no longer need the old header files so they can be removed. Signed-off-by: Cristian Dumitrescu Signed-off-by: Kevin Laatz Acked-by: Gavin Hu