X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbier%2Fbier_disp_entry.h;h=59481f6044c6263d7af45df2b4071a5a81f0279c;hb=59f71132e;hp=34ca5d4a09a1ddb363e49e7361c7570d7762ddfd;hpb=d792d9c01e60656cbfe1b0f1fd6a9b125f5dab0c;p=vpp.git diff --git a/src/vnet/bier/bier_disp_entry.h b/src/vnet/bier/bier_disp_entry.h index 34ca5d4a09a..59481f6044c 100644 --- a/src/vnet/bier/bier_disp_entry.h +++ b/src/vnet/bier/bier_disp_entry.h @@ -13,9 +13,9 @@ * limitations under the License. */ /** - * bier_dispositon : The BIER dispositon object + * bier_disposition : The BIER disposition object * - * A BIER dispositon object is used to pop the BIER header for for-us + * A BIER disposition object is used to pop the BIER header for for-us * packets and steer the packet down the payload protocol specific graph */ @@ -27,12 +27,17 @@ #include /** - * The BIER dispositon object + * The BIER disposition object */ typedef struct bier_disp_entry_t_ { /** - * The DPO contirubted from the per-payload protocol parents - * on cachline 1. + * Required for pool_get_aligned + */ + CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); + + /** + * The DPO contributed from the per-payload protocol parents + * on cacheline 1. */ struct {