timer: option --vmware-tsc-map for VMware guest
[dpdk.git] / lib / librte_eal / linuxapp / eal / include / eal_internal_cfg.h
index 0e5fc06..3fc6a36 100644 (file)
@@ -66,6 +66,8 @@ struct internal_config {
        volatile unsigned no_hugetlbfs;   /**< true to disable hugetlbfs */
        volatile unsigned no_pci;         /**< true to disable PCI */
        volatile unsigned no_hpet;        /**< true to disable HPET */
+       volatile unsigned vmware_tsc_map; /**< true to use VMware TSC mapping
+                                                                               * instead of native TSC */
        volatile unsigned no_shconf;      /**< true if there is no shared config */
        volatile enum rte_proc_type_t process_type; /* multi-process proc type */
        /* true to try allocating memory on specific sockets */