lacp: mark is_mp_safe for show and dump binary API 43/21343/5
authorSteven Luong <sluong@cisco.com>
Fri, 16 Aug 2019 03:30:23 +0000 (20:30 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 28 Aug 2019 15:06:31 +0000 (15:06 +0000)
commitcda35b38d7b690a63a17967268e8c1339a16dfd2
tree2debfc1d7423eb6d74026f301b9015c09dc95ac7
parent29ab3446c6e59773779c8e12fd00544828e8a51a
lacp: mark is_mp_safe for show and dump binary API

show and dump binary APIs for lacp neighbors are running in the same thread
as the create and delete interface. There is no need for barrier lock.

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Id584bd7408210fcc23b464ef2084f11f88bca58b
src/plugins/lacp/cli.c
src/plugins/lacp/lacp_api.c