[dpdk-dev] [PATCH 0/2] BSD timer cleanup/update

2014-11-27 Thread Thomas Monjalon
> 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

[dpdk-dev] [PATCH 0/2] BSD timer cleanup/update

2014-11-20 Thread Sergio Gonzalez Monroy
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 wo