X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fcnat%2Fcnat_session.c;h=216d2575c377eb352172185f72fc95446139cf42;hb=af7fb04b81c765c3e3f621c6b23fc3390310715b;hp=bb04de07c82570ad69debf6e85bbfa3922be7fdf;hpb=0aea808ac5cb1132b9787c8f7d5f9d995cd3413b;p=vpp.git diff --git a/src/plugins/cnat/cnat_session.c b/src/plugins/cnat/cnat_session.c index bb04de07c82..216d2575c37 100644 --- a/src/plugins/cnat/cnat_session.c +++ b/src/plugins/cnat/cnat_session.c @@ -192,13 +192,13 @@ cnat_session_scan (vlib_main_t * vm, f64 start_time, int i) { BVT (clib_bihash_bucket) * b = BV (clib_bihash_get_bucket) (h, i + 3); - CLIB_PREFETCH (b, CLIB_CACHE_LINE_BYTES, LOAD); + clib_prefetch_load (b); b = BV (clib_bihash_get_bucket) (h, i + 1); if (!BV (clib_bihash_bucket_is_empty) (b)) { BVT (clib_bihash_value) * v = BV (clib_bihash_get_value) (h, b->offset); - CLIB_PREFETCH (v, CLIB_CACHE_LINE_BYTES, LOAD); + clib_prefetch_load (v); } }