]> git.proxmox.com Git - mirror_ovs.git/commit
conntrack: Expand 'conn_to_ct_dpif_entry()' locking.
authorDarrell Ball <dlu998@gmail.com>
Tue, 21 May 2019 04:50:28 +0000 (21:50 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 24 May 2019 19:50:04 +0000 (12:50 -0700)
commitf1a0469ee901f36386c6f2d5687e96bf543b7af2
treefed4a7c0ffb4a77ad83f7ddf9f7fc8d8965192f7
parent27ca0f7883fafac260bebe2ab9a932bf3167f3f6
conntrack: Expand 'conn_to_ct_dpif_entry()' locking.

When displaying a connection entry, several TCP fields are read
from a connection entry. Hence, expand the 'conn' locking so the display
does not potentially include fields values from different aggregate
states.

Fixes: 967bb5c5cd90 ("conntrack: Add rcu support.")
Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/conntrack.c