From mboxrd@z Thu Jan 1 00:00:00 1970 From: john miller Subject: Re: [PATCH 1/2] net/ark: update packet Rx path to set mbuf time stamp field Date: Tue, 11 Apr 2017 06:10:45 -0400 Message-ID: <177765EB-AC86-428C-8AC9-BA1AF4CC3E04@atomicrules.com> References: <1491827199-4853-1-git-send-email-ed.czeck@atomicrules.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Shepard Siegel To: Ed Czeck Return-path: Received: from mail-qk0-f178.google.com (mail-qk0-f178.google.com [209.85.220.178]) by dpdk.org (Postfix) with ESMTP id CDA032BAE for ; Tue, 11 Apr 2017 12:10:47 +0200 (CEST) Received: by mail-qk0-f178.google.com with SMTP id h67so135464817qke.0 for ; Tue, 11 Apr 2017 03:10:47 -0700 (PDT) In-Reply-To: <1491827199-4853-1-git-send-email-ed.czeck@atomicrules.com> 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 Apr 10, 2017, at 8:26 AM, Ed Czeck = wrote: >=20 > Time stamp was carried in the packet meta data, but not > place in the mbuf. The new time stamp field is the proper > destination. >=20 > Remove the setting of data offset since this is done by > rte_pktmbuf_free() >=20 > Signed-off-by: Ed Czeck Acked-by: John Miller >