X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbier%2Fbier_imp.h;h=5b21b06b12d4696a802bc4f88d630bfe8b28c73a;hb=f051072f8518097cbce1a8a20510c4e43cb7167c;hp=fa53989fc93fc98eea965d2d6a4a7fe6947bed40;hpb=7e2c31aba2aa9c2ffbcce235a8cc3c673aba2d2e;p=vpp.git diff --git a/src/vnet/bier/bier_imp.h b/src/vnet/bier/bier_imp.h index fa53989fc93..5b21b06b12d 100644 --- a/src/vnet/bier/bier_imp.h +++ b/src/vnet/bier/bier_imp.h @@ -32,16 +32,6 @@ * The BIER imposition object */ typedef struct bier_imp_t_ { - /** - * The BIER table into which to forward the post imposed packet - */ - bier_table_id_t bi_tbl; - - /** - * number of locks - */ - u32 bi_locks; - /** * The DPO contirubted from the resolving BIER table. * One per-IP protocol. This allows us to share a BIER imposition @@ -60,7 +50,18 @@ typedef struct bier_imp_t_ { * largest header type so as the bitstring is on the same * cacheline as the header. */ - bier_bit_mask_4096_t bi_bits; + u8 bi_bits[BIER_HDR_BUCKETS_1024]; + + /** + * The BIER table into which to forward the post imposed packet + */ + bier_table_id_t bi_tbl; + + /** + * number of locks + */ + u32 bi_locks; + } bier_imp_t; extern index_t bier_imp_add_or_lock(const bier_table_id_t *bt,