X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Finit.c;h=e3ebd464d1c6c12d28990765e420f734fd7cc54a;hb=9aaccf1abdb2894ec23870e1d2199a657f85850e;hp=d00027fef92b9eb4c1cf4f7e5dfd3e3ad246fe20;hpb=62814bc2e923b3d1867a93a1a4cd6073f5065e41;p=dpdk.git diff --git a/examples/ip_pipeline/init.c b/examples/ip_pipeline/init.c index d00027fef9..e3ebd464d1 100644 --- a/examples/ip_pipeline/init.c +++ b/examples/ip_pipeline/init.c @@ -561,7 +561,7 @@ app_ping(void) rte_panic("Unable to allocate new message\n"); req = (struct app_msg_req *) - ((struct rte_mbuf *)msg)->ctrl.data; + rte_ctrlmbuf_data((struct rte_mbuf *)msg); req->type = APP_MSG_REQ_PING; /* Send request */