cloudkernels / vaccel

A meta repo for gathering all the necessary components for running (and releasing) a vaccel environment
10 stars 2 forks source link

Add the concept of vAccel resources #28

Closed bchalios closed 3 years ago

bchalios commented 3 years ago

We add the concept of vAccel resources which represent resources that vAccel operations can use in the context of a session.

This introduces changes in:

  1. The core runtime vAccelRT
  2. The vsock plugin
  3. The gRPC vAccel model
  4. The vAccel agent

As part of this, in order to simplify our development and testing process, we move the main plugins out of the core-runtime tree. We will continue developing them in repositories of their own, which are now submodules of this meta repo.