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 BB290A10 for ; Wed, 12 Aug 2015 18:41:43 +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=1439397703; bh=bk0YiFrr6S+pJOPvbJHHMJOUJshCXu5TJbG82EmptHc=; h=Subject:To:References:From:Date:In-Reply-To:From; b=ukPwDCcJs2tw1FtcP0Ju/y1mVpsx6OW61csvpmiJXISPY1tEpBCq2ZGoIaLqPI28n jQNZyJXvOobDXYZ3E8QcJe8R4KctP9D2LMuIdIQIqaV64JLy1Ovw8aF+iDn68s3lp3 k56d11khEczdeGTVa48fvYWsMLXgOX5e+quHNNB8= Received: from mail01.salzburgresearch.at (mail01.salzburgresearch.at [172.16.0.31]) by mx0.salzburgresearch.at (Postfix) with ESMTPS id 64BBF200EC8; Wed, 12 Aug 2015 18:41:41 +0200 (CEST) Received: from [172.16.96.142] (anc42.salzburgresearch.at [172.16.96.142]) by mail01.salzburgresearch.at (Postfix) with ESMTPSA id 5127D5196; Wed, 12 Aug 2015 18:41:41 +0200 (CEST) To: "Mcnamara, John" , "dev@dpdk.org" References: <55CB6DC8.4090607@salzburgresearch.at> From: Stefan Binna Message-ID: <55CB7745.6040808@salzburgresearch.at> Date: Wed, 12 Aug 2015 18:41:41 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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:41:44 -0000 Hi John, thanks for the quick response. I don't understand how to implement ieee1588fwd. Is there any manual, sample application or similar available? Or do I have to modify the testpmd.c file by myself? I don't really know how to implement the code available in ieee1588fwd.c. Thanks, Stefan. Am 12.08.2015 um 18:24 schrieb Mcnamara, John: >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stefan Binna >> Sent: Wednesday, August 12, 2015 5:01 PM >> To: dev@dpdk.org >> Subject: [dpdk-dev] ieee1588fwd.c implementation >> >> >> 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. > Hi Stefan, > > What exactly is the issue? > > John.