ethdev: move representor parsing functions
authorThomas Monjalon <thomas@monjalon.net>
Mon, 22 Oct 2018 13:15:28 +0000 (15:15 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
commit7f07e7d794d62830faee7cc90486acbe4a0740b4
treeaa7280e481b154cae238ec610933c93c020fccde
parentcc0579f2339a1100152fc1bdbed1b579e9618cb7
ethdev: move representor parsing functions

The functions for representor devargs parsing were static
in the file rte_ethdev.c.
In order to reuse them in the file rte_class_eth.c,
they are moved to the files ethdev_private.c/.h.

A log is fixed by adding a missing line feed.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_ethdev/ethdev_private.c
lib/librte_ethdev/ethdev_private.h
lib/librte_ethdev/rte_ethdev.c