From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A7E5B2A9 for ; Thu, 27 Nov 2014 12:58:16 +0100 (CET) Received: by mail-wg0-f43.google.com with SMTP id l18so6305027wgh.16 for ; Thu, 27 Nov 2014 03:58:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Xlg+9ti1n9TjJzWDJFVCy55FWv7pcmnB+ijo7/sISCA=; b=cdWx2gvJ5x4tTfDG25d+KV6vGsm6T0eOX+vsms9NW561wkLXnZ1V92uUtT9OzAOAiT DLYaGzU9BT3scY7J76pukN9FHk2YGCe0Ipu3PZ5ZLmEKswkeH1uhjI+swt9l93xNo7Aw jZ69ENL3VQq4t12sEbrVpqJDR3DLdDWh3yijX95B2Gzsjh5TcIhMONajsbh/R/Hzr8s0 ijW+H+Z5e9T6Sy3oSUamYCFS8wQl5wd1d+to/P/Tsa4Qu+85/qH6+TWsDG3lN4IJJ5SV kQ1xVOBgPtiJLQVuJtVoAYlw5LnAcU/O5yXIza0rkUE6n2BJe+fgJ6xxsXVdmngFndCy +bEg== X-Gm-Message-State: ALoCoQn8hnQ8VeYzoILQ4xPFPkVvOHlfw6D4GOPttFsypFK/MpL5OtZbSl1qbZYSomXrW9XJtVUE X-Received: by 10.180.187.234 with SMTP id fv10mr51848382wic.25.1417089496453; Thu, 27 Nov 2014 03:58:16 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id h8sm11299120wiy.17.2014.11.27.03.58.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Nov 2014 03:58:15 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Thu, 27 Nov 2014 12:57:53 +0100 Message-ID: <1610634.6x9fZxXPx7@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1416492419-11957-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1416492419-11957-1-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/2] BSD timer cleanup/update 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, 27 Nov 2014 11:58:16 -0000 > 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