X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fflowhash_template.h;h=359b9690a50b3fc90c8d884161c861a7f4daa09e;hb=0318a113fd7848c76533027edbdee2697442a76e;hp=8f8fef2c495da7cb996d2bc7a1346b38810f00c1;hpb=1dc1b9c5314f5cdc3312475bcac233109c69c6d9;p=vpp.git diff --git a/src/vppinfra/flowhash_template.h b/src/vppinfra/flowhash_template.h index 8f8fef2c495..359b9690a50 100644 --- a/src/vppinfra/flowhash_template.h +++ b/src/vppinfra/flowhash_template.h @@ -357,7 +357,7 @@ static_always_inline FVT(flowhash) *FV(flowhash_alloc)(u32 fixed_entries, u32 collision_buckets) { FVT(flowhash) *h; - u32 size; + uword size; void *mem; u32 entries;