]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_service_cores.c
net/nfp: disable for 32-bit meson builds
[dpdk.git] / app / test / test_service_cores.c
index ec31882d99693d1eb43e06b81f3adda7cab98f40..82bb2ce50b24e92d7250c9071b122cb4b488d0b3 100644 (file)
@@ -259,7 +259,7 @@ service_attr_get(void)
        rte_service_set_stats_enable(id, 1);
 
        uint32_t attr_id = UINT32_MAX;
-       uint32_t attr_value = 0xdead;
+       uint64_t attr_value = 0xdead;
        /* check error return values */
        TEST_ASSERT_EQUAL(-EINVAL, rte_service_attr_get(id, attr_id,
                                                        &attr_value),