]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: add the debugfs interface to see RLB hash table
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Sun, 12 Dec 2010 19:04:43 +0000 (19:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Dec 2010 21:16:05 +0000 (13:16 -0800)
commit27fb0e0caaa12c589aafbb6ea1390ccf05e50cb6
tree13f37d7be313fea5eb2b9d8e0557a5e3ff1107fb
parent45f8bd8c10e669a827b85c591101c94fb35c0401
bonding: add the debugfs interface to see RLB hash table

This patch provices the debugfs interface to see RLB hash table
like the following:

# cat /sys/kernel/debug/bonding/bond0/rlb_hash_table
SourceIP        DestinationIP   Destination MAC   DEV
10.124.196.205  10.124.196.205  ff:ff:ff:ff:ff:ff eth4
10.124.196.205  10.124.196.81   00:19:99:XX:XX:XX eth3
10.124.196.205  10.124.196.1    00:21:d8:XX:XX:XX eth0

This is helpful to check if the receive load balancing works as expected.

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_debugfs.c