ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / vnet / bier / bier_disp_entry.h
index 34ca5d4..59481f6 100644 (file)
@@ -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
  */
 
 #include <vnet/dpo/dpo.h>
 
 /**
- * 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
     {