Re: [dpdk-dev] [PATCH 3/4] ethdev: move representor parsing functions

2018-10-09 Thread Thomas Monjalon
09/10/2018 14:38, Remy Horton: > > On 09/10/2018 03:18, Thomas Monjalon wrote: > > 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. > > > > Signed-off

Re: [dpdk-dev] [PATCH 3/4] ethdev: move representor parsing functions

2018-10-09 Thread Remy Horton
On 09/10/2018 03:18, Thomas Monjalon wrote: 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. Signed-off-by: Thomas Monjalon There is overlap between these

Re: [dpdk-dev] [PATCH 3/4] ethdev: move representor parsing functions

2018-10-09 Thread Andrew Rybchenko
On 10/9/18 5:18 AM, Thomas Monjalon wrote: 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. Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko