From owner-freebsd-net@FreeBSD.ORG Thu Feb 5 20:50:55 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 492EEB83 for ; Thu, 5 Feb 2015 20:50:55 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D24AB97A for ; Thu, 5 Feb 2015 20:50:54 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so9733107wgh.10 for ; Thu, 05 Feb 2015 12:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=55Prjb18fSBi9fKDdsIIyFqDxd4yKtWGKc6cahbsfBQ=; b=GI41FpQ7ZGaElMqjX3OuFngv7QFpSREL++kezEkLm9z0OAjCoTQZQzS8PKTJvc4m+S 7oROpVQ/8F/FTlwUAoQkSD7hgDhjJhhwej3G56SjpIWwjTfk8rfAJRU+/u+E1JgLbAzJ nSsvF3k64h/5yRal9E/NApDgklnML5Bthi3AwbgFxmGCJC1YIEulK7kEuCCPekbLJKT8 +/sTNiMT3lo3osAgK9ZI0qgzuXo+f6+7TxkVzAeM8xWH7dC9h5hzZy9z2t0a9tPwuI6W iuqGnbZXbUMewEN/F5/UPynO4liRljMuWXW3dAjtnU5UnQOU+h84wruv986V3EP3MqV5 KZ+g== X-Received: by 10.194.216.138 with SMTP id oq10mr133wjc.133.1423169453088; Thu, 05 Feb 2015 12:50:53 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.194.68.37 with HTTP; Thu, 5 Feb 2015 12:50:32 -0800 (PST) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Thu, 5 Feb 2015 21:50:32 +0100 X-Google-Sender-Auth: uniFgyZTEDGRmhd0XzCpRGmgCmw Message-ID: Subject: IEE1588/PTP support for NIC drivers ? To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2015 20:50:55 -0000 Hi, Some network cards support IEE1588 hardware timestamp (like some Intel card), but their drivers didn't support this feature. I beleive there is a kernel feature missing for this suppport. Searching on the archive's mailing-list, I've found this post about some legal issue: https://lists.freebsd.org/pipermail/freebsd-net/2007-October/015512.html Is still a legal problem or just a missing feature ? Thanks, Olivier