On 14/10/2020 16:37, Eads, Gage wrote:
>
>
>> -----Original Message-----
>> From: Kinsella, Ray <m...@ashroe.eu>
>> Sent: Wednesday, October 14, 2020 4:31 AM
>> To: McDaniel, Timothy <timothy.mcdan...@intel.com>; Jerin Jacob
>> <jer...@marvell.com>; Neil Horman <nhor...@tuxdriver.com>
>> Cc: dev@dpdk.org; Carrillo, Erik G <erik.g.carri...@intel.com>; Eads, Gage
>> <gage.e...@intel.com>; Van Haaren, Harry <harry.van.haa...@intel.com>
>> Subject: Re: [PATCH] eventdev: add PCI probe named convenience function
>>
>>
>>
>> On 12/10/2020 19:42, Timothy McDaniel wrote:
>>> Add new internal wrapper function for use by pci drivers as a
>>> .probe function to attach to an event interface. Same as
>>> rte_event_pmd_pci_probe, except the caller can specify the name.
>>>
>>> Updated rte_event_pmd_pci_probe so as to not duplicate
>>> code.
>>
>> Any reason why this couldn't be __rte_internal then ?
>
> On a related note...should a static function defined in an internal header
> file
> be included the version.map file? Doesn't that only pertain to symbols in the
> .so? Probably harmless if so, but now may be a good time to correct it.
Good catch.
> Thanks,
> Gage
>