[dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210

2015-10-28 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210

2015-10-28 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Monday, October 19, 2015 9:20 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210 > > Fixed issue where the fla

[dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210

2015-10-19 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Monday, October 19, 2015 2:20 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210 > > Fixed issue where the flag PK

[dpdk-dev] [PATCH] igb: fix IEEE1588 frame identification in i210

2015-10-19 Thread Pablo de Lara
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: Pab