From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: add timestamping to received packets Date: Tue, 20 Mar 2018 10:56:38 +0530 Message-ID: <20180320052637.GA20302@jerin> References: <1519126254-130090-1-git-send-email-nikhil.rao@intel.com> <20180312043446.GA19994@jerin> 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 NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0074.outbound.protection.outlook.com [104.47.32.74]) by dpdk.org (Postfix) with ESMTP id 0DC9F5F1F for ; Tue, 20 Mar 2018 06:26:58 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180312043446.GA19994@jerin> 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: Mon, 12 Mar 2018 10:04:47 +0530 > From: Jerin Jacob > To: Nikhil Rao > CC: dev@dpdk.org, gage.eads@intel.com, narender.vangati@intel.com, > abhinandan.gujjar@intel.com > Subject: Re: [dpdk-dev] [PATCH] eventdev: add timestamping to received > packets > User-Agent: Mutt/1.9.4 (2018-02-28) > > -----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 Applied to dpdk-next-eventdev/master. Thanks. >