From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: add timestamping to received packets Date: Mon, 12 Mar 2018 10:04:47 +0530 Message-ID: <20180312043446.GA19994@jerin> References: <1519126254-130090-1-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, gage.eads@intel.com, narender.vangati@intel.com, abhinandan.gujjar@intel.com To: Nikhil Rao Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0066.outbound.protection.outlook.com [104.47.42.66]) by dpdk.org (Postfix) with ESMTP id 7C7B616E for ; Mon, 12 Mar 2018 05:35:08 +0100 (CET) Content-Disposition: inline In-Reply-To: <1519126254-130090-1-git-send-email-nikhil.rao@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 20 Feb 2018 06:30:54 -0500 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, gage.eads@intel.com, narender.vangati@intel.com, > abhinandan.gujjar@intel.com, nikhil.rao@intel.com > Subject: [PATCH] eventdev: add timestamping to received packets > X-Mailer: git-send-email 1.8.3.1 > > Add timestamp to received packets before enqueuing to > event device if the timestamp is not already set. Adding > timestamp in the Rx adapter avoids additional latency due > to the event device. > > Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob