]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: don't validate arp if we don't have to
authorVeaceslav Falico <vfalico@redhat.com>
Mon, 24 Jun 2013 09:49:31 +0000 (11:49 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Jun 2013 23:58:38 +0000 (16:58 -0700)
commit44df50647f9e061e5af9d04737c7f99f337570a7
treef8af6cd2194538de8d8311f18d3b14595a78239e
parent4fc704e79934ee1e7def7f890e4ecccea716c3cc
bonding: don't validate arp if we don't have to

Currently, we validate all the incoming arps if arp_validate not 0.
However, we don't have to validate backup slaves if arp_validate == active
and vice versa, so return early in bond_arp_rcv() in these cases.

It works correctly now because we verify arp_validate in slave_last_rx(),
however we're just doing useless work in bond_arp_rcv().

Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c