From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?gb2312?B?v8bAtCDMt7S6uqM=?= Subject: How to set timestamp in 82599 NICs in DPDK? Date: Mon, 1 Jun 2015 10:38:47 +0800 Message-ID: <002a01d09c14$16911430$43b33c90$@colasoft.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit To: Return-path: Received: from mail.colasoft.com.cn (unknown [58.30.236.11]) by dpdk.org (Postfix) with ESMTP id DBF9E5693 for ; Mon, 1 Jun 2015 04:42:26 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.colasoft.com.cn (Mailserver-Colasoft) with ESMTP id 6755010783C8 for ; Mon, 1 Jun 2015 10:16:01 +0800 (CST) Received: from mail.colasoft.com.cn ([127.0.0.1]) by localhost (mail.colasoft.com.cn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hlR9QRYe9Ngr for ; Mon, 1 Jun 2015 10:15:59 +0800 (CST) Received: from TANCHUNHAIPC (unknown [221.237.157.169]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.colasoft.com.cn (Mailserver-Colasoft) with ESMTPSA id B9C8B10783C2 for ; Mon, 1 Jun 2015 10:15:59 +0800 (CST) Content-Language: zh-cn List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi I noticed that there is a patch which can set hardware timestamp for the received packets(http://www.wand.net.nz/trac/libtrace/browser/Intel%20DPDK%20Patches/ hardware_timestamp.patch?rev=ce7153dbc6a13c18bf8033af08c1249527754168), but it only works in e1000 and igb NICs. I want to capture packets with timestamp info in 82599 NICs, what should I do? Could you give me some help? Thanks. Chunhai Tan