]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
amd-xgbe: Enable interrupts for all management counters
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Fri, 5 Sep 2014 23:02:36 +0000 (18:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Sep 2014 05:37:30 +0000 (22:37 -0700)
commita3ba7c989d7c80b34401c58269c5903a1da8412a
tree3cf46ff0af94123ed4d150c8ea3e2f130c6457f0
parent6026510896adfa0db5ed76a6d6d1cd1602b29208
amd-xgbe: Enable interrupts for all management counters

As the management counters reach a threshold they will generate an
interrupt so the value can be saved and the counter reset. The
current code does not enable this interrupt on all counters. This
can result in inaccurate statistics.

Update the code to enable all the counters to generate an interrupt
when its threshold is exceeded.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-dev.c