[PATCH v3 2/2] ethdev: move driver interface functions to its own file
Thomas Monjalon
thomas at monjalon.net
Fri Feb 11 19:09:52 CET 2022
11/02/2022 18:14, Ferruh Yigit:
> Relevant functions moved to ethdev_driver.c.
> No functional change.
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit at 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 <thomas at monjalon.net>
More information about the dev
mailing list