From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] net/bnxt: Fix to set timestamp flag Date: Tue, 6 Feb 2018 11:10:13 +0000 Message-ID: References: <20180206025203.13159-1-somnath.kotur@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Somnath Kotur , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 794111B692 for ; Tue, 6 Feb 2018 12:10:15 +0100 (CET) In-Reply-To: <20180206025203.13159-1-somnath.kotur@broadcom.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 2/6/2018 2:52 AM, Somnath Kotur wrote: > The timestamp flag needs to be set in the offload flags > for the received pkt in case of PTP offload. > > Fixes: b11cceb83a34 ("net/bnxt: support timesync") > Cc: somnath.kotur@broadcom.com > > Signed-off-by: Somnath Kotur Applied to dpdk-next-net/master, thanks.