RE: [PATCH v3 00/10] enable "app" to be compiled with MSVC
Series-acked-by: Morten Brørup
[PATCH v3 00/10] enable "app" to be compiled with MSVC
v3: - use clever expression with _Generic for __rte_constant and use it where __builtin_constant_p was being used. - use %u in csumonly.c and just cast variables to unsigned int. v2: - use lcore_count as atomic always, not only when RTE_USE_C11_MEM_MODEL is set. - use PRIu64 in csumonly.c inst