yanet-platform / yanet

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

Separate KNI workload of controlplane worker into independent class #146

Open TheRandomCharacter opened 3 months ago

TheRandomCharacter commented 3 months ago

As it is KNI related functions and data is tangled into controlplane worker class. In preparation for #85 It would be benefitial to encapsulate this workload into a specialized class, exposing only an 'workload iteration' function to controlplane worker.