igb: fix ieee1588 frame identification in i210
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 19 Oct 2015 13:20:03 +0000 (14:20 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 28 Oct 2015 13:41:11 +0000 (14:41 +0100)
commit1ce6591e238a1c7a1884049c40aa33326d1657ea
treea4f99c7451f9b3f24552cc6a83601f437a691544
parent4c8db5f09a241eed2a78c63aa0c21bdac29cf5fd
igb: fix ieee1588 frame identification in i210

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 <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
doc/guides/rel_notes/known_issues.rst
doc/guides/rel_notes/release_2_2.rst
drivers/net/e1000/igb_rxtx.c