From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DB7E81B6E1 for ; Tue, 17 Oct 2017 15:57:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5434A20C74; Tue, 17 Oct 2017 09:57:07 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 17 Oct 2017 09:57:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=HilhVEY4VRYKR18Bo/pl9kf+C+ GGH+MgwxJJhxE0Ka0=; b=gGgRjdUo+RB9go5RtX/FxsoFtA92g4jg/waUn9fIGG 6cLaboW1Wpf9TjyrLBNsq56zQwJITyE+FvQ02+e194JJ80dZ8Pqk8nJwDD3EPCyx eSIauxKlsgM02nrR/L6eF2WiSs3h/pVjmZ5IkwJrxLJvmomeLulJQVVjeAMq6Ptk U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=HilhVE Y4VRYKR18Bo/pl9kf+C+GGH+MgwxJJhxE0Ka0=; b=HTtL8PkhOb83+dOd9H4HwG +VnmS9TPAPyYSQbKSFObe1t6vi7GfOJR+iSLKwwH8PngN2j33jPwvThCq5CLJrr6 BhJFTXjLlynqWXYVhAEpYXo7Zt4CJDA3qNr6iXr92PfO/uQUog8FKhCFGgRHpAIb G5lQFcIDB1JSuMyHZIqAkuI1XA6AG5VafwwCFeU7tA9y7Gop+UJR96Zggd7tdOEs RNYBmhcV0YymkxalwV/1p2isSUYufAoTfW/044tC4w34jK86K90Vrlf54p51QmWg 7aw7Xe8LhrcCbUeMt19hHQzOBY5vXjBMtcqXqULCuhxQVGFAO+oOUQUKqRfm82lA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E55757FA6B; Tue, 17 Oct 2017 09:57:06 -0400 (EDT) From: Thomas Monjalon To: Oleg Kuporosov Cc: dev@dpdk.org, =?ISO-8859-1?Q?N=E9lio?= Laranjeiro Date: Tue, 17 Oct 2017 15:57:06 +0200 Message-ID: <4632558.ypWp9o0fl2@xps> In-Reply-To: <20161017112448.GE9078@autoinstall.dev.6wind.com> References: <1476369308-17021-1-git-send-email-olegk@mellanox.com> <20161017112448.GE9078@autoinstall.dev.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] Improvements in packet timestamps support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2017 13:57:08 -0000 > On Thu, Oct 13, 2016 at 02:35:05PM +0000, Oleg Kuporosov wrote: > > Oleg Kuporosov (3): > > mbuf: embedding timestamp into the packet > > app/testpmd: enabled control for packet timestamps > > net/mlx5: implementation of Rx packet timestamping support One year later, it has been superseded by Raslan's patches.