ixgbe: Remove the Adaptative Interrupt Moderation code
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 9 Sep 2012 12:30:05 +0000 (14:30 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 9 Sep 2012 19:43:21 +0000 (21:43 +0200)
commit95ec03d34929a3e7110d4b6b022fc470d8ba54d0
tree692c59a32c984b3b6df97f3ba7df49481befa188
parent3a22c434055ac8ef43c4b326dbf9ab3b310fbade
ixgbe: Remove the Adaptative Interrupt Moderation code

* It didn't work correctly, the number of ixgbe interrupts per second
  could become excessive

* Use a fixed rate for all interrupts, be they legacy, MSI or
  MSI-X vectors. 8000 intr/s is a good default value.

* This change increases single stream tcp performance up to almost 50%
  in the sending direction
sys/dev/netif/ixgbe/ixgbe.c
sys/dev/netif/ixgbe/ixgbe.h