ethdev: unify prefix for static functions and variables
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 13 Oct 2020 16:56:58 +0000 (17:56 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 23:14:50 +0000 (01:14 +0200)
commit3d98f921fbe952f8f42271a52ec93646b4f08b85
tree820260d91308255ef8c9e62b73759738e4aa2ae2
parentf6c763fbed95f6d1074cd1c13d8ea98a67fd20a9
ethdev: unify prefix for static functions and variables

Prefix static function and variables with 'eth_dev'.

For some 'rte_' prefix dropped, and for others 'eth_dev' added.
This is useful to differentiate public and static function/variables.

The cleanup is good to for having consistent naming to help new
additions naming.

No functional change, only naming.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Gaetan Rivet <grive@u256.net>
lib/librte_ethdev/rte_ethdev.c