[dpdk-dev] [PATCH v6 06/26] eal-common: introduce a way to query cpu support

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 8 22:45:01 CET 2017


2017-02-28 13:52, Aaron Conole:
> +/**
> + * This function checks that the currently used CPU supports the CPU features
> + * that were specified at compile time. It is called automatically within the
> + * EAL, so does not need to be used by applications.  This version returns a
> + * result so that decisions may be made (for instance, graceful shutdowns).
> + */
> +int
> +rte_cpu_is_supported(void);
>  #endif /* _RTE_CPUFLAGS_H_ */

A blank line is missing.



More information about the dev mailing list