Re: [dpdk-dev] [PATCH] ethdev: move internal callback list definition

2018-01-24 Thread Ferruh Yigit
On 1/22/2018 12:25 PM, David Marchand wrote: > This structure is not exposed through public apis, we should just move it > to the core header. > > Signed-off-by: David Marchand > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] ethdev: move internal callback list definition

2018-01-22 Thread David Marchand
This structure is not exposed through public apis, we should just move it to the core header. Signed-off-by: David Marchand Reviewed-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 4 lib/librte_ether/rte_ethdev_core.h | 4 2 files changed, 4 insertions(+), 4 deletions(-) d