Open mdivyamohan opened 5 years ago
the second one is correct.
@lguohan Thanks for the response.
Could you please help me understand this flow: bcmcmd <--> dsserve <--> syncd <--> SDK/ASIC. I assume syncd <--> SDK/ASIC means syncd <--> SAI library <--> SDK/ASIC.
Does this mean the ASIC specific SAI library has to support a mechanism to run bcm shell commands? Are there generic SAI APIs for this purpose?
@qiluo-msft @lguohan could you share dsserve and bcmcmd code ?
@qiluo-msft @lguohan could you share dsserve and bcmcmd code ?
Have you received the source code? Can you share it?
Could anyone explain how bcmcmd communicates with ASIC.
From command line, it looks bcmcmd connects to sswsyncd socket; and dsserve (parent of syncd) is listening on this socket.
So is dsserve directly communicating with ASIC? I'm trying to understand whether communication is like: bcmcmd <--> dsserve <--> SDK/ASIC or bcmcmd <--> dsserve <--> syncd <--> SDK/ASIC