Re: [dpdk-dev] [PATCH] eal: fix incorrect API doc for power intrinsics

2020-11-03 Thread David Marchand
On Tue, Nov 3, 2020 at 11:01 AM Liang, Ma wrote: > > On 02 Nov 12:57, Anatoly Burakov wrote: > > Currently, the intrinsics documentation refers to `rte_cpu_get_features` > > as a check for whether these intrinsics are supported at runtime. This > > is incorrect, because actually the user should us

Re: [dpdk-dev] [PATCH] eal: fix incorrect API doc for power intrinsics

2020-11-03 Thread Liang, Ma
On 02 Nov 12:57, Anatoly Burakov wrote: > Currently, the intrinsics documentation refers to `rte_cpu_get_features` > as a check for whether these intrinsics are supported at runtime. This > is incorrect, because actually the user should use the > `rte_cpu_get_intrinsics_support` API to do said chec

[dpdk-dev] [PATCH] eal: fix incorrect API doc for power intrinsics

2020-11-02 Thread Anatoly Burakov
Currently, the intrinsics documentation refers to `rte_cpu_get_features` as a check for whether these intrinsics are supported at runtime. This is incorrect, because actually the user should use the `rte_cpu_get_intrinsics_support` API to do said check. Fix the typo. Fixes: 128021421256 ("eal: add