11/02/2022 18:14, Ferruh Yigit: > Relevant functions moved to ethdev_driver.c. > No functional change. > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > --- > lib/ethdev/ethdev_driver.c | 758 ++++++++++++++++++++++++++++++ > lib/ethdev/ethdev_private.c | 131 ++++++ > lib/ethdev/ethdev_private.h | 36 ++ > lib/ethdev/rte_ethdev.c | 901 ------------------------------------ > 4 files changed, 925 insertions(+), 901 deletions(-)
Please could you add more details in the commit log while merging? We need to know that they are internal functions used only by drivers. Also it would be interesting to explain the difference between ethdev_driver.c and ethdev_private.h. With this info, Acked-by: Thomas Monjalon <tho...@monjalon.net>