> @@ -68,6 +68,7 @@ struct internal_config {
>       volatile unsigned xen_dom0_support; /**< support app running on
> Xen Dom0*/
>       volatile unsigned no_pci;         /**< true to disable PCI */
>       volatile unsigned no_hpet;        /**< true to disable HPET */
> +     volatile unsigned floating;       /**< true to disable floating VEB */
true to disable( -> enable) floating VEB.
>       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
> */
> diff --git a/lib/librte_eal/common/eal_options.h
> b/lib/librte_eal/common/eal_options.h
> index a881c62..413c9e6 100644
> --- a/lib/librte_eal/common/eal_options.h
> +++ b/lib/librte_eal/common/eal_options.h
> @@ -83,6 +83,8 @@ enum {
>       OPT_VMWARE_TSC_MAP_NUM,
>  #define OPT_XEN_DOM0          "xen-dom0"
>       OPT_XEN_DOM0_NUM,
> +#define OPT_FLOATING          "floating"
> +     OPT_FLOATING_NUM,
>       OPT_LONG_MAX_NUM
>  };
>
New option is added, any doc to update?
> --
> 2.1.4

Reply via email to