1. 24 1月, 2013 1 次提交
    • J
      ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp · 6cb562d6
      Jacob Keller 提交于
      This patch removes ixgbe_ptp_match, and the corresponding packet filtering from
      ixgbe driver. This code was previously causing some issues within the hotpath of
      the driver. However the code also provided a check against possible frozen Rx
      timestamp due to dropped packets when the Rx ring is full. This patch provides a
      replacement solution based on the watchdog.
      
      To this end, whenever a packet consumes the Rx timestamp it stores the jiffy
      value in the rx_ring structure. Watchdog updates its own jiffy timer whenever
      there is no valid timestamp in the registers.
      
      If watchdog detects a valid timestamp in the registers, (meaning that no Rx
      packet has consumed it yet) it will check which time is most recent, the last
      time in the watchdog, or any time in the rx_rings. If the most recent "event"
      was more than 5seconds ago, it will flush the Rx timestamp and print a warning
      message to the syslog.
      Reported-by: NAlexander Duyck <alexander.h.duyck@intel.com>
      Signed-off-by: NJacob Keller <jacob.e.keller@intel.com>
      Tested-by: NPhil Schmitt <phillip.j.schmitt@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      6cb562d6
  2. 19 1月, 2013 4 次提交
  3. 09 1月, 2013 1 次提交
  4. 08 12月, 2012 1 次提交
  5. 07 12月, 2012 2 次提交
  6. 04 12月, 2012 1 次提交
    • B
      net/intel: remove __dev* attributes · 9f9a12f8
      Bill Pemberton 提交于
      CONFIG_HOTPLUG is going away as an option.  As result the __dev*
      markings will be going away.
      
      Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
      and __devexit.
      Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Bruce Allan <bruce.w.allan@intel.com>
      Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
      Cc: Don Skidmore <donald.c.skidmore@intel.com>
      Cc: Greg Rose <gregory.v.rose@intel.com>
      Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
      Cc: Alex Duyck <alexander.h.duyck@intel.com>
      Cc: John Ronciak <john.ronciak@intel.com>
      Cc: Tushar Dave <tushar.n.dave@intel.com>
      Cc: e1000-devel@lists.sourceforge.net
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9f9a12f8
  7. 01 12月, 2012 1 次提交
  8. 28 11月, 2012 4 次提交
  9. 22 11月, 2012 3 次提交
  10. 14 11月, 2012 1 次提交
  11. 03 11月, 2012 1 次提交
  12. 01 11月, 2012 3 次提交
  13. 30 10月, 2012 4 次提交
  14. 23 10月, 2012 6 次提交
  15. 19 10月, 2012 1 次提交
  16. 03 10月, 2012 2 次提交
  17. 02 10月, 2012 1 次提交
  18. 24 9月, 2012 1 次提交
  19. 20 9月, 2012 1 次提交
  20. 16 9月, 2012 1 次提交