vlib physmem rework
[vpp.git] / src / plugins / ixge / ixge.h
index 779603b..42c1bfa 100644 (file)
@@ -1266,6 +1266,8 @@ typedef struct
   u32 *rx_buffers_to_add;
 
   f64 time_last_stats_update;
+
+  vlib_physmem_region_index_t physmem_region;
 } ixge_main_t;
 
 ixge_main_t ixge_main;