net/mlx5: add translation of connection tracking action
[dpdk.git] / app / test-pmd / bpf_cmd.c
index 066619e..6980291 100644 (file)
@@ -20,7 +20,7 @@ static const struct rte_bpf_xsym bpf_xsym[] = {
                .name = RTE_STR(stdout),
                .type = RTE_BPF_XTYPE_VAR,
                .var = {
-                       .val = &stdout,
+                       .val = (void *)(uintptr_t)&stdout,
                        .desc = {
                                .type = RTE_BPF_ARG_PTR,
                                .size = sizeof(stdout),