]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bonding-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:42:02 +0000 (16:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2014 20:42:02 +0000 (16:42 -0400)
commit0e52c55649776527f6690ecf42157136190f5733
treeea3955db51ca63b5f7117535aaee782cbb64382b
parent50cf15ec3fab7c58171464550ce6d15e7c7c0cdd
parent8e4c384b35e4bc2f845ee680999a797fc1864128
Merge branch 'bonding-next'

Ding Tianhong says:

====================
bonding: support QinQ for bond arp interval

v1->v2: remvoe the comment "TODO: QinQ?".
convert pr_xxx() to pr_xxx_ratelimited() for arp interval.

v2->v3: remove the unnecessary log for arp interval and add net ratelimit to
avoid spam log.

v3->v4: Add ratelimit for debugging is not a good idea, it will miss some message
if the user turns the debugging on, so don't add ratelimited on debugging.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>