OSDN Git Service

bnxt_en: Refactor and simplify coalescing code.
authorMichael Chan <michael.chan@broadcom.com>
Thu, 26 Oct 2017 15:51:28 +0000 (11:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Oct 2017 15:02:45 +0000 (00:02 +0900)
commitf8503969d27b2b26ff0adbce4b7d7cf4ba5e43c2
tree2dcab7a6e5d2ea3c9bd89510a3eb5f0e163437b3
parent18775aa8a91fcd4cd07c722d575b4b852e3624c3
bnxt_en: Refactor and simplify coalescing code.

The mapping of the ethtool coalescing parameters to hardware parameters
is now done in bnxt_hwrm_set_coal_params().  The same function can
handle both RX and TX settings.  The code is now more clear.  Some
adjustments have been made to get better hardware settings.  The
coal_frames setting is now accurately set in hardware.  The max_timer
is set to coal_ticks value.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c