net/sfc: rename array of SW stats descriptions
[dpdk.git] / app / test / test_efd_perf.c
index 1c47704..f3fe3b1 100644 (file)
@@ -29,9 +29,9 @@
 #endif
 static unsigned int test_socket_id;
 
-static inline uint8_t efd_get_all_sockets_bitmask(void)
+static inline uint64_t efd_get_all_sockets_bitmask(void)
 {
-       uint8_t all_cpu_sockets_bitmask = 0;
+       uint64_t all_cpu_sockets_bitmask = 0;
        unsigned int i;
        unsigned int next_lcore = rte_get_main_lcore();
        const int val_true = 1, val_false = 0;