From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id CA917D08E for ; Tue, 11 Apr 2017 17:54:36 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2017 08:54:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,186,1488873600"; d="scan'208";a="1134019447" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2017 08:54:34 -0700 To: Ed Czeck , dev@dpdk.org Cc: john.miller@atomicrules.com, shepard.siegel@atomicrules.com References: <1491827199-4853-1-git-send-email-ed.czeck@atomicrules.com> <1491925297-19100-1-git-send-email-ed.czeck@atomicrules.com> From: Ferruh Yigit Message-ID: <9a51c751-ff47-76da-6377-2e243036f4af@intel.com> Date: Tue, 11 Apr 2017 16:54:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1491925297-19100-1-git-send-email-ed.czeck@atomicrules.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/2] net/ark: update packet Rx path to set mbuf time stamp field 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, 11 Apr 2017 15:54:37 -0000 On 4/11/2017 4:41 PM, Ed Czeck wrote: > Time stamp was carried in the packet meta data, but not > place in the mbuf. The new time stamp field is the proper > destination. > > Remove the setting of data offset since this is done by > rte_pktmbuf_free() > > Signed-off-by: Ed Czeck Series applied to dpdk-next-net/master, thanks.