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

Ferruh Yigit ferruh.yigit at intel.com
Fri Feb 11 19:39:12 CET 2022


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 <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.
> 

I put some more description in v4, can you please check if it is good?

> With this info,
> Acked-by: Thomas Monjalon <thomas at monjalon.net>
> 
> 



More information about the dev mailing list