> Currently, the API documentation mandates that if the user wants to use
> the power management intrinsics, they need to call the
> `rte_cpu_get_intrinsics_support` API and check support for specific
> intrinsics.
>
> However, if the user does not do that, it is possible to get illegal
> instruct
On 08-Jan-21 7:58 PM, Stephen Hemminger wrote:
On Fri, 8 Jan 2021 17:42:05 +
Anatoly Burakov wrote:
+static uint8_t wait_supported;
Since it is being used as a flag, bool is more common usage.
Will fix in v14, thanks!
--
Thanks,
Anatoly
On Fri, 8 Jan 2021 17:42:05 +
Anatoly Burakov wrote:
> +static uint8_t wait_supported;
Since it is being used as a flag, bool is more common usage.
Currently, the API documentation mandates that if the user wants to use
the power management intrinsics, they need to call the
`rte_cpu_get_intrinsics_support` API and check support for specific
intrinsics.
However, if the user does not do that, it is possible to get illegal
instruction error beca
4 matches
Mail list logo