]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: remove tie between NAPI work limits and interrupt moderation
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 Sep 2011 15:34:38 +0000 (15:34 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:57:53 +0000 (22:57 +0800)
commitd9e007fb980a081ee4a38f1817d5926b8c44fde8
treec660369afda29f4d311865c3dc30e2c57738e659
parentdd29dded722e16db62d5cfc6112a0aa9ac3f6a45
ixgbe: remove tie between NAPI work limits and interrupt moderation

As noted by Ben Hutchings and David Miller, work limits for NAPI
should not be tied to interrupt moderation parameters.  This
should be handled by NAPI, possibly through sysfs.

Neil Horman & Stephen Hemminger are working on a solution for
NAPI currently.  In the meantime, remove this tie between
work limits and interrupt moderation.

(cherry picked from commit 35551c47495a762fcfa5ca6217bf3eb36983d0df)
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
CC: Ben Hutchings <bhutchings@solarflare.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_ethtool.c