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.