commit | 2955faca0403a4f6029d589f60ff44be09f24859 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed May 03 10:28:58 2017 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed May 31 03:09:14 2017 -0700 |
tree | b77b3e9b2a6e383d6c88b618f33fc947209e3909 | |
parent | 69077577af5054da8c8adfb6c1ebb565c2f1f158 [diff] |
i40e: add statistic indicating number of skipped Tx timestamps The i40e driver can only handle one Tx timestamp request at a time. This means it is possible for an application timestamp request to be ignored. There is no easy way for an administrator to determine if this occurred. Add a new statistic which tracks this, tx_hwtstamp_skipped. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>