From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] BSD timer cleanup/update Date: Thu, 27 Nov 2014 12:57:53 +0100 Message-ID: <1610634.6x9fZxXPx7@xps13> References: <1416492419-11957-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Sergio Gonzalez Monroy Return-path: In-Reply-To: <1416492419-11957-1-git-send-email-sergio.gonzalez.monroy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > This patch set is a quick cleanup/update of the timer in BSD. > Since BSD exposes TSC freq in sysctl, we avoid other less accurate methods. > We still provide a fallback in case we fail to obtain the value, as it is > x86 specific. > > The HPET device is not expose in BSD, therefore current code does not work > and we remove it altogether. > > Sergio Gonzalez Monroy (2): > eal: use sysctl in BSD to set TSC freq > eal: BSD timer cleanup - remove HPET support Applied Thanks -- Thomas