X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fnode.c;h=cc0a0c30b9c70c3d7ea3ac16b30d9aa947db1bfa;hb=af7fb04b81c765c3e3f621c6b23fc3390310715b;hp=f470c1c7b46d83569ad451a6f3e93cd82a4f9977;hpb=0aea808ac5cb1132b9787c8f7d5f9d995cd3413b;p=vpp.git diff --git a/src/vnet/ethernet/node.c b/src/vnet/ethernet/node.c index f470c1c7b46..cc0a0c30b9c 100644 --- a/src/vnet/ethernet/node.c +++ b/src/vnet/ethernet/node.c @@ -1505,7 +1505,7 @@ ethernet_input_inline (vlib_main_t * vm, if (n_left_from > 1) { vlib_prefetch_buffer_header (b[1], STORE); - CLIB_PREFETCH (b[1]->data, CLIB_CACHE_LINE_BYTES, LOAD); + clib_prefetch_load (b[1]->data); } bi0 = from[0];