]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_ring_perf.c
ixgbe/base: fix bus type overwrite
[dpdk.git] / app / test / test_ring_perf.c
index 44dda4dbf6d182d74bfe1813d71a8da91839886e..8c47ccb7e883fe81586d5c55996c981d7451e3e6 100644 (file)
@@ -253,7 +253,7 @@ static void
 run_on_core_pair(struct lcore_pair *cores,
                lcore_function_t f1, lcore_function_t f2)
 {
-       struct thread_params param1 = {.size = 0}, param2 = {.size = 0};
+       struct thread_params param1 = {0}, param2 = {0};
        unsigned i;
        for (i = 0; i < sizeof(bulk_sizes)/sizeof(bulk_sizes[0]); i++) {
                lcore_count = 0;