lacp: mark is_mp_safe for show and dump binary API 44/22244/2
authorSteven Luong <sluong@cisco.com>
Fri, 16 Aug 2019 03:30:23 +0000 (20:30 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 25 Sep 2019 22:07:01 +0000 (22:07 +0000)
commitd8aa2ae327b6fdee188a1604bc205d438e16f594
treeffc5e19ea7597cf0a59eddf16d265e28a57e7bd3
parent34f17c44729a470e483394adb46d759b525c4b01
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
(cherry picked from commit cda35b38d7b690a63a17967268e8c1339a16dfd2)
src/plugins/lacp/cli.c
src/plugins/lacp/lacp_api.c