Re: [PATCH v3 2/2] ethdev: move driver interface functions to its own file

2022-02-11 Thread Ferruh Yigit
On 2/11/2022 6:09 PM, Thomas Monjalon wrote: 11/02/2022 18:14, Ferruh Yigit: Relevant functions moved to ethdev_driver.c. No functional change. Signed-off-by: Ferruh Yigit --- lib/ethdev/ethdev_driver.c | 758 ++ lib/ethdev/ethdev_private.c | 131 ++ lib/et

Re: [PATCH v3 2/2] ethdev: move driver interface functions to its own file

2022-02-11 Thread Thomas Monjalon
11/02/2022 18:14, Ferruh Yigit: > Relevant functions moved to ethdev_driver.c. > No functional change. > > Signed-off-by: Ferruh Yigit > --- > lib/ethdev/ethdev_driver.c | 758 ++ > lib/ethdev/ethdev_private.c | 131 ++ > lib/ethdev/ethdev_private.h | 36 ++ > l

[PATCH v3 2/2] ethdev: move driver interface functions to its own file

2022-02-11 Thread Ferruh Yigit
Relevant functions moved to ethdev_driver.c. No functional change. Signed-off-by: Ferruh Yigit --- lib/ethdev/ethdev_driver.c | 758 ++ lib/ethdev/ethdev_private.c | 131 ++ lib/ethdev/ethdev_private.h | 36 ++ lib/ethdev/rte_ethdev.c | 901 -