Re: [dpdk-dev] [PATCH 4/7] ethdev: separate internal structures into own header

2017-11-30 Thread Hemant Agrawal
Hi Ferruh, This patch is not getting applied without PATCH 3/7, which is missing. I could not locate that in Patchwork also. Regards, Hemant

[dpdk-dev] [PATCH 4/7] ethdev: separate internal structures into own header

2017-11-30 Thread Ferruh Yigit
rte_ethdev_core.h created. Internal data structures are moved here. These structures are mostly intended to be used by drivers, but they need to be in the public header file because of the inline functions in the ethdev.h header, and those inline functions are preferred to kept because of the perf