futurewei-cloud / alcor-control-agent

Cloud native SDN platform - network control agent
MIT License
14 stars 29 forks source link

[Improvement] Driver communication layer #252

Open xieus opened 3 years ago

xieus commented 3 years ago

driver communication layer that exchanges commands and events with ovs and ovsdb, will optimize the most of ACA cost to best use up ovs and ovsdb's performance capacity

lfu-ps commented 3 years ago

Port libfluid into Alcor repo for connection management, doing unit testing for ovsdb.

lfu-ps commented 3 years ago

Build ovs performance test tool (like 2k, 5k, 10k and more flow-mod rules to ovs via the long running channel) on top of libfluid threading-model

lfu-ps commented 3 years ago

Fixed compilation and gtests after integrating lib-fluid ovs helper and existing ACA vsctl vconn helper, currently both helpers are using a unified import set of openvswitch include headers and library.