From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v4 1/3] rte: add keep alive functionality Date: Wed, 11 Nov 2015 09:21:42 +0000 Message-ID: <564308A6.8060505@intel.com> References: <1446723178-14876-1-git-send-email-remy.horton@intel.com> <1446723178-14876-2-git-send-email-remy.horton@intel.com> <2250304.OHJy4MJUpf@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5226F8D85 for ; Wed, 11 Nov 2015 10:21:46 +0100 (CET) In-Reply-To: <2250304.OHJy4MJUpf@xps13> 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" On 10/11/2015 14:02, Thomas Monjalon wrote: > Why ptr_timer is unused? Use as rte_timer callback requires the parameter be present, but responsibility for setting this up is delegated to the application. ..Remy