Skip to content

Commit

Permalink
ethtool: Specify what kind of coalescing struct ethtool_coalesce covers
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Aug 16, 2011
1 parent 5f308d1 commit 725b361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/ethtool.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct ethtool_eeprom {
};

/**
* struct ethtool_coalesce - coalescing parameters of chip
* struct ethtool_coalesce - coalescing parameters for IRQs and stats updates
* @cmd: ETHTOOL_{G,S}COALESCE
* @rx_coalesce_usecs: How many usecs to delay an RX interrupt after
* a packet arrives. If 0, only @rx_max_coalesced_frames is used.
Expand Down

0 comments on commit 725b361

Please sign in to comment.