ixgbe: fix timer support for X550em
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 25 Mar 2016 05:16:07 +0000 (13:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 25 Mar 2016 18:03:48 +0000 (19:03 +0100)
commitf19b504231e054f8943c99e8de41e23ddb211bf6
treeb6023595410a6357af0637c875b111e37f014e83
parente0665f9809517217c1bd1280f3ef3f387f217fe0
ixgbe: fix timer support for X550em

An issue is found on x550em NICs: ieee1588 is not working, the time is
always reported as 0.
The root cause is that the timer is only supported by the driver for x550,
switch statement entries are missing for x550em_x and x550em_a. This patch
adds those missing entries.

Fixes: a7740dc1303a ("ixgbe: support new devices and MAC types")

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c