]> www.infradead.org Git - users/jedix/linux-maple.git/commit
igb: Make Tx budget for NAPI user adjustable
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 5 Oct 2011 13:35:24 +0000 (13:35 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 11:49:45 +0000 (19:49 +0800)
commit1f96dcfe4b4f4f26aba2e9144a21a3d6defcd392
treea79ac39132ea17071028dd27d6c00b1415806a60
parente03be9979d426f8fc5fce5955708f6c6bb89e253
igb: Make Tx budget for NAPI user adjustable

This change is to make the NAPI budget limits for transmit
adjustable.  Currently they are only set to 128, and when
the changes/improvements to NAPI occur to allow for adjustability,
it would be possible to tune the value for optimal
performance with applications such as routing.

v2: remove tie between NAPI and interrupt moderation
    fix work limit define name (s/IXGBE/IGB/)
    Update patch description to better reflect patch

(cherry picked from commit 13fde97a48b622a192ae7d0a8011248be891cdd4)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb.h
drivers/net/igb/igb_ethtool.c
drivers/net/igb/igb_main.c