From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Binna Subject: ieee1588fwd.c implementation Date: Wed, 12 Aug 2015 18:01:12 +0200 Message-ID: <55CB6DC8.4090607@salzburgresearch.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mx0.salzburgresearch.at (mx0.salzburgresearch.at [78.104.175.164]) by dpdk.org (Postfix) with ESMTP id 1A5638D3D for ; Wed, 12 Aug 2015 18:01:14 +0200 (CEST) Received: from mail01.salzburgresearch.at (mail01.salzburgresearch.at [172.16.0.31]) by mx0.salzburgresearch.at (Postfix) with ESMTPS id AB88A200EC8 for ; Wed, 12 Aug 2015 18:01:12 +0200 (CEST) Received: from [172.16.96.142] (anc42.salzburgresearch.at [172.16.96.142]) by mail01.salzburgresearch.at (Postfix) with ESMTPSA id 97B4A3A0C for ; Wed, 12 Aug 2015 18:01:12 +0200 (CEST) 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'm currently trying to implement the ieee1588fwd.c function into my testpmd programm. I'm using DPDK-2.0.0. Is there any installation guide for ieee1588fwd implementation, i.e. any source code where the function is already implemented? I already changed the CONFIG_RTE_LIBRTE_IEEE1588=y flag in the configuration file and rebuilt the testpmd function. Any help is appreciated. Thanks very much. Kind regards, Stefan.