yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

[DataPlane] Split GlobalBase #132

Open taitov opened 4 months ago

taitov commented 4 months ago

This is necessary for:

  1. Reducing memory usage;
  2. Accelerating the update of dataplane's structures;
  3. Partial or complete updates to structures (for example, you could update the route table at the same time as the ACL table).