summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorRongQing.Li <roy.qing.li@gmail.com>2012-04-27 19:53:41 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-30 21:37:27 -0400
commitd344c4f3103c6faa1635b155d8f516e8a7e0aa4e (patch)
treea3384fbfcbc8aebe8065279c5744488ca8b59672 /tools/perf/scripts/python/Perf-Trace-Util/lib
parent1d0c0b328a63826b7c80c27d1c4f2b04e8225273 (diff)
pch_gbe: reprogram multicast address register on reset
The reset logic after a Rx FIFO overrun will clear the programmed multicast addresses. This patch fixes the issue by reprogramming the registers after the reset. The commit eefc48b ("pch_gbe: reprogram multicast address register on reset") tried to fix this problem, but it introduces unnecessary codes. In fact, all multicast addresses have been saved in netdev->mc, So we can call pch_gbe_set_multi() directly after reset_hw and reset_rx. This commit kills 50+ line codes Cc: Richard Cochran <richardcochran@gmail.com> Cc: Takahiro Shimizu <tshimizu818@gmail.com> Signed-off-by: RongQing.Li <roy.qing.li@gmail.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions