[dpdk-dev] [PATCH] eal: deprecate rte_cpu_check_supported
Aaron Conole
aconole at redhat.com
Tue Apr 4 15:39:53 CEST 2017
Hi Thomas,
Thomas Monjalon <thomas.monjalon at 6wind.com> writes:
> 2017-03-31 14:31, Aaron Conole:
>> It's likely that this function isn't used anywhere, but since it was part of
>> the public API, mark the function for deprecation for at least one release.
>>
>> Signed-off-by: Aaron Conole <aconole at redhat.com>
Thanks so much for the review! I'll make sure to fix these with v2.
> [...]
>> +DPDK_17.05 {
>> + global;
>> +
>> + rte_cpu_is_supported;
>> +
>> +} DPDK_17.02;
>
> Should not it be a separate patch?
I thought it made sense to keep it rolled in with this patch, but if you
prefer it separate, I will do that. Expect it as 1/2 in v2, unless you
say otherwise.
-Aaron
More information about the dev
mailing list