Re: [dpdk-dev] [PATCH v3 3/3] net/softnic: modify softnic to use librte_table headers

2018-09-07 Thread Gavin Hu (Arm Technology China)
> -Original Message- > From: Kevin Laatz > Sent: Friday, September 7, 2018 6:06 PM > To: dev@dpdk.org > Cc: cristian.dumitre...@intel.com; Jianbo Liu ; Gavin > Hu (Arm Technology China) ; > jerin.ja...@caviumnetworks.com; Kevin Laatz > Subject: [PATCH v3 3/3] net/softnic: modify softni

[dpdk-dev] [PATCH v3 3/3] net/softnic: modify softnic to use librte_table headers

2018-09-07 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 --- drivers/net/so