From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CAA082B99 for ; Thu, 25 Feb 2016 01:55:40 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 24 Feb 2016 16:55:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,496,1449561600"; d="scan'208";a="658852275" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 24 Feb 2016 16:55:39 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 16:55:39 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 16:55:38 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Thu, 25 Feb 2016 08:55:37 +0800 From: "Wu, Jingjing" To: "Tao, Zhe" , "dev@dpdk.org" Thread-Topic: [dpdk-dev][PATCH 1/2 v2] i40e: support floating VEB config Thread-Index: AQHRbhp0TOsrx2MjQ0CWrCGD7CfvY5878Vbg Date: Thu, 25 Feb 2016 00:55:36 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8DC915E@SHSMSX104.ccr.corp.intel.com> References: <1453361066-22755-2-git-send-email-zhe.tao@intel.com> <1456218796-15630-1-git-send-email-zhe.tao@intel.com> <1456218796-15630-2-git-send-email-zhe.tao@intel.com> In-Reply-To: <1456218796-15630-2-git-send-email-zhe.tao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2 v2] i40e: support floating VEB config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 00:55:41 -0000 > @@ -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 >=20 > * instead of native TSC */ > volatile unsigned no_shconf; /**< true if there is no shared confi= g > */ > 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