]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/bond.c
bond: Adjust bond hash masks
authorAndy Zhou <azhou@ovn.org>
Tue, 25 Jul 2017 18:28:37 +0000 (11:28 -0700)
committerAndy Zhou <azhou@ovn.org>
Wed, 26 Jul 2017 18:15:01 +0000 (11:15 -0700)
commitdeb67947e753cd07bfa8430101613d6798c25199
tree0d71dd46f480d4d68ac7bfa6bb4cc452bb5d19fe
parentfa10e59a6b9a894644c99f39035afc427d09a490
bond: Adjust bond hash masks

Commit 42781e77035d (bond: Unify hash functions in hash action and entry
lookup.) changed the BM_TCP's hash function, but did not update
hash mask fields accordingly. Found by inspection.

CC: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Ilya Maximets <i.maximets@samsung.com>
ofproto/bond.c