ixgbe: add missing supported filters to get_ts_info
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 15 Nov 2012 01:10:37 +0000 (01:10 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 23 Jan 2013 22:32:57 +0000 (14:32 -0800)
commitaeb8264847c0194e42c8023cea89305c377f20e3
tree31f14dc0cefeb081fd03d77ee17d9d0a00cf71c7
parentdfcc4615f09c33454bc553567f7c7506cae60cb9
ixgbe: add missing supported filters to get_ts_info

This patch updates the filters for ethtool's get_ts_info to return support for
all filters which can be supported by upscaling to ptp_v2_event. The intent
behind this change is due to reasoning that we do in fact support the
filters. (hwtstamp_ioctl returns success after setting the filter to the
upscaled version). In this way we can remain consistent over which filters are
supported via the get_ts_info ioctl and which filters are in practice actually
supported.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c