From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 09 Oct 2017 12:17:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,501,1500966000"; d="scan'208";a="908271568" Received: from unknown (HELO [10.241.225.162]) ([10.241.225.162]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2017 12:17:54 -0700 To: Raslan Darawsheh , dev@dpdk.org Cc: shahafs@mellanox.com, yskoh@mellanox.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> From: Ferruh Yigit Message-ID: <5d2c0de1-4310-3912-747b-562a525ca2b1@intel.com> Date: Mon, 9 Oct 2017 20:17:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507451069-29590-3-git-send-email-rasland@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 3/3] net/mlx5: add Rx HW timestamp 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: Mon, 09 Oct 2017 19:17:56 -0000 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") <...>