ethdev: reorder inline functions
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 22 Jan 2018 00:16:24 +0000 (00:16 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 22 Jan 2018 00:39:33 +0000 (01:39 +0100)
commit439a90b5f2a74e36632a7cf85dc9373772cd005b
tree9af847935255638b1f10276ba47d7267d4068134
parent331c447ad913c51817f7192bcc3504d061a04053
ethdev: reorder inline functions

Move all inline function to the end of the ethdev.h header file and move
the ethdev_core.h just before inline functions.

Since inline functions need data structures in ethdev_core.h, this
reorder is to group them and make it clear where put further inline
functions.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ether/rte_ethdev.h