be2net: Fix interval calculation in interrupt moderation
authorPadmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
Wed, 3 Feb 2016 04:19:23 +0000 (09:49 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Feb 2016 18:55:23 +0000 (13:55 -0500)
commit3c0d49aaa67e1990f4c081892e9bb69070853919
treeb499fad5d9d25f7bca76dafe6d3539cd5edabcd9
parent972f37b424e65f9ef1ce143b8658d9ed50db9f42
be2net: Fix interval calculation in interrupt moderation

Interrupt moderation parameters need to be recalculated only
after a time interval of 1 ms. Interval calculation is wrong
when there is a rollover of jiffies. Using recommended way of interval
calculation using jiffies to fix this.

Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_main.c
This page took 0.030314 seconds and 5 git commands to generate.