]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Drop Rx alloc at end of Rx cleanup
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 26 Jul 2014 02:42:39 +0000 (02:42 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Sep 2014 07:30:13 +0000 (00:30 -0700)
commitb2fb431cd7b229ecfda25188bd94a5ee7c13e38b
tree7314f7631d10bbf8bf797e8cb799bb55da4e2a80
parentb66ee1ec80b2a0edda0a624dd32c6d7009ea8617
ixgbe: Drop Rx alloc at end of Rx cleanup

This change removes the Rx buffer allocation at the end of ixgbe_clean_rx_irq.
The reason for removing this is to avoid the extra latency introduced by the
MMIO write.  This can amount to somewhere around an extra 100ns of latency and
one extra message worth of PCIe bus overhead.

Signed-off-by: Alexander Duyck <alexander.h.duyck@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_main.c