diff mbox series

ixgbe: Remove an obsolete comment about ITR

Message ID 20171030172730.8314-1-jeffrey.t.kirsher@intel.com
State Accepted
Delegated to: Jeff Kirsher
Headers show
Series ixgbe: Remove an obsolete comment about ITR | expand

Commit Message

Kirsher, Jeffrey T Oct. 30, 2017, 5:27 p.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

The InterruptThrottleRate has been removed from ixgbe. Then Update
the comment.

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
---
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Bowers, AndrewX Oct. 30, 2017, 9:54 p.m. UTC | #1
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces@osuosl.org] On
> Behalf Of Jeff Kirsher
> Sent: Monday, October 30, 2017 10:28 AM
> To: intel-wired-lan@lists.osuosl.org
> Cc: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> Subject: [Intel-wired-lan] ixgbe: Remove an obsolete comment about ITR
> 
> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> The InterruptThrottleRate has been removed from ixgbe. Then Update the
> comment.
> 
> Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 --
>  1 file changed, 2 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index 7f503d3..2a4ff0c 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@ -2534,8 +2534,6 @@  enum latency_range {
  *      based on theoretical maximum wire speed and thresholds were set based
  *      on testing data as well as attempting to minimize response time
  *      while increasing bulk throughput.
- *      this functionality is controlled by the InterruptThrottleRate module
- *      parameter (see ixgbe_param.c)
  **/
 static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector,
 			     struct ixgbe_ring_container *ring_container)