Fixes for buliding for 32bit targets:
[vpp.git] / src / vnet / devices / virtio / virtio.h
index 5fc5216..e401f2d 100644 (file)
@@ -73,6 +73,7 @@ typedef enum
 
 typedef struct
 {
+  CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   struct vring_desc *desc;
   struct vring_used *used;
   struct vring_avail *avail;