Harmonize vec/pool_get_aligned object sizes and alignment requests
[vpp.git] / src / vnet / dpo / receive_dpo.h
index 2420fd7..9ab86a8 100644 (file)
 
 typedef struct receive_dpo_t_
 {
+    /**
+     * required for pool_get_aligned.
+     *  memebers used in the switch path come first!
+     */
+    CLIB_CACHE_LINE_ALIGN_MARK(cacheline0);
+
     /**
      * The Software interface index on which traffic is received
      */