From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Virus-Scanned: by Salzburg Research on mx0.salzburgresearch.at DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=salzburgresearch.at; s=srfg; t=1439395273; bh=9xMR6FUzDb0zjNOc/ubn2zUDuLfpGoBEWgvxso3ZpKM=; h=To:From:Subject:Date:From; b=0AletekagLypovCsHZI8X9VIjW9eUl1imLdpPfshwNKG3geKXrN1CfvDihSgrcfHW Hx++jw+HTh0ehmuibTo/J3yhm/KgVgo3y3v/XKrQIWscctLkN+jLwvR5K7C69pdNwj O57DXEgwqE3u1t7alVipjcPlGlGk7lsg8Fgt15FA= 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) To: dev@dpdk.org From: Stefan Binna Message-ID: <55CB6DC8.4090607@salzburgresearch.at> Date: Wed, 12 Aug 2015 18:01:12 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [dpdk-dev] ieee1588fwd.c implementation 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: Wed, 12 Aug 2015 16:01:14 -0000 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.