X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fpipeline_tx.c;h=0077c123b52ec2d495535281c57978b18144e3f1;hb=fdf20fa7bee9df9037116318a87080e1eb7e757e;hp=64904b2eca384c28634109b0cd1bd783c166ba3d;hpb=7869536f3f8edace05043be6f322b835702b201c;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline_tx.c b/examples/ip_pipeline/pipeline_tx.c index 64904b2eca..0077c123b5 100644 --- a/examples/ip_pipeline/pipeline_tx.c +++ b/examples/ip_pipeline/pipeline_tx.c @@ -234,7 +234,7 @@ app_main_loop_tx(void) { for (i = 0; i < APP_MAX_PORTS; i++) { m[i] = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array), - CACHE_LINE_SIZE, rte_socket_id()); + RTE_CACHE_LINE_SIZE, rte_socket_id()); if (m[i] == NULL) rte_panic("%s: Cannot allocate buffer space\n", __func__);