From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CEA20678D for ; Mon, 24 Mar 2014 19:08:22 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 24 Mar 2014 11:05:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,722,1389772800"; d="scan'208";a="506535963" Received: from unknown (HELO hanvin-mobl6.amr.corp.intel.com) ([10.255.40.24]) by orsmga002.jf.intel.com with ESMTP; 24 Mar 2014 11:09:52 -0700 Message-ID: <533074F0.3060204@linux.intel.com> Date: Mon, 24 Mar 2014 11:09:52 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Neil Horman , dev@dpdk.org References: <20140320163921.GC7721@hmsreliant.think-freely.org> <1395683088-19687-1-git-send-email-nhorman@tuxdriver.com> In-Reply-To: <1395683088-19687-1-git-send-email-nhorman@tuxdriver.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] eal_common_cpuflags: Fix %rbx corruption, and simplify the code 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: Mon, 24 Mar 2014 18:08:23 -0000 On 03/24/2014 10:44 AM, Neil Horman wrote: > * Modified cpuid_reg enum to start at 1 rather than zero > * Added CPUID_REG macro to drop enum value by 1 during access I guess I don't get it... why? -hpa