]> git.proxmox.com Git - mirror_ovs.git/commit - ofproto/bond.c
lacp: report desync in ovs threads enabling slave
authorGowrishankar Muthukrishnan <gmuthukr@redhat.com>
Tue, 22 Oct 2019 05:29:14 +0000 (10:59 +0530)
committerBen Pfaff <blp@ovn.org>
Wed, 23 Oct 2019 17:24:39 +0000 (10:24 -0700)
commit423416f58749de8e498afccc15d290a656abdf72
treeb04e9aaeb38cdac77df7ebfbd84e1fcfccf46e3a
parent1051576cf2b8a6ffddf849d984c250a8456e6144
lacp: report desync in ovs threads enabling slave

It is helpful in reporting main thread that is yet to enable bond slave,
but link state was brought up by lacp thread and capture this desync
between ovs threads for debugging.

Fixes: a8448cb170 ("lacp: Avoid packet drop on LACP bond after link up")
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukr@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/bond.c