commit | 53edee2cfbcd869371cb720f1c00d85ba7f2566c | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@redhat.com> | Fri May 24 00:59:47 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 27 23:27:14 2013 -0700 |
tree | 11147a5928dc514afa6df227fddc2d2b6c33b311 | |
parent | 1a9561a3bd0faaffa14dc20430805a46e311d00e [diff] |
bonding: allow xmit hash policy change while bond dev is up Since the xmit_hash_policy pointer is always valid and not dependent on anything, we can change it while the bond device is up and running. The only downside would be the out of order packets but that is a small price to pay. Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>