]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.
authorMatthew Vick <matthew.vick@intel.com>
Sat, 14 Apr 2012 05:20:32 +0000 (05:20 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 17 May 2012 12:04:21 +0000 (05:04 -0700)
commitf36d5de39a6b7c54bb9296f7c76dabb3dce9b6a7
tree74c7c3bf1d748f62feb2cf0a0ffcf92cf1378c86
parent1a4961a3724b2c723fb832a40c8585af534818c9
igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.

Under certain scenarios, it's possible that bursty manageability traffic
over the BMC-to-OS path may overrun the internal manageability receive
buffer causing dropped manageability packets. Clearing this bit prevents
this situation by interrupting coalescing to allow manageability traffic
through.

Signed-off-by: Matthew Vick <matthew.vick@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_defines.h
drivers/net/ethernet/intel/igb/igb_main.c