From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb: fix IEEE1588 frame identification in i210 Date: Wed, 28 Oct 2015 14:28:08 +0100 Message-ID: <3011405.YxlDkbYcAb@xps13> References: <1445260803-210576-1-git-send-email-pablo.de.lara.guarch@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909020A35F5@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id A69EC11F5 for ; Wed, 28 Oct 2015 14:29:19 +0100 (CET) Received: by wmeg8 with SMTP id g8so7516956wme.0 for ; Wed, 28 Oct 2015 06:29:19 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909020A35F5@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Fixed issue where the flag PKT_RX_IEEE1588_PTP was not being set in Intel > > I210 NIC, as EtherType in RX descriptor is in bits 8:10 of Packet Type and not > > in the default bits 0:2. > > > > Fixes known issue "IEEE1588 support possibly not working with an Intel > > Ethernet Controller I210 NIC" > > > > Signed-off-by: Pablo de Lara > Acked-by: Wenzhuo Lu Applied, thanks