From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v7 3/3] net/mlx5: add Rx HW timestamp Date: Mon, 9 Oct 2017 20:17:54 +0100 Message-ID: <5d2c0de1-4310-3912-747b-562a525ca2b1@intel.com> References: <1507028429-23944-3-git-send-email-rasland@mellanox.com> <1507451069-29590-1-git-send-email-rasland@mellanox.com> <1507451069-29590-3-git-send-email-rasland@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: shahafs@mellanox.com, yskoh@mellanox.com To: Raslan Darawsheh , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id ECC0B1B232 for ; Mon, 9 Oct 2017 21:17:55 +0200 (CEST) In-Reply-To: <1507451069-29590-3-git-send-email-rasland@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/8/2017 9:24 AM, Raslan Darawsheh wrote: > Expose Rx HW timestamp to packet mbufs. > > Signed-off-by: Raslan Darawsheh > --- > Changes in v7: > - Rebasing the work on top ot c814b93b ("net/mlx5: add vectorized Rx/Tx burst for ARM") Hi Raslan, Since dependent patches merged into next-net, can you please rebase on top of latest next-net? Sorry, I hope this will be last time. Thanks, ferruh > - Adding the timestamp code for ARM NEON > > Changes in v6: > - Rebasing the work on top of 217b1421 ("net/mlx5: separate DPDK from Verbs Rx queue objects") <...>