Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up Standalone kernel functions for release #53

Open
17 tasks
dhschall opened this issue Feb 26, 2022 · 0 comments
Open
17 tasks

Cleaning up Standalone kernel functions for release #53

dhschall opened this issue Feb 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dhschall
Copy link
Contributor

dhschall commented Feb 26, 2022

Cleaning
Before the official release we need to clean up the three kernel functions (AES, Auth, Fibonacci)

The following things need to be cleaned up, tested and dokumented:

Bullets to do:

  • Documenting tracing. We want a new and clear documentation how the distributed tracing works. Independent of vHive.

  • Documenting CI integration

  • Create CI test:

  • Docker build, push

  • Certain input => should result in defined output.

  • One Dockerfile per function

  • One folder containing the protocol for the function. Create a make recipe to compile the protocol for python, nodejs and go.

  • One Readme per function with Update README #50

  • Table with features/status (Support for tracing, CI test, support for Knative, support for docker-compose, support for gem5.)

  • Clean the function code itself

  • Remove getgid (or optional)

  • Arguments for addr, port and zipkin

  • Functions should take arguments and respond correctly:
    I.e. AES-python: Invoke aes-python: Input: (Plaintext) xxxx => Response: Ciphertext: YYYY

  • Update global Readme for all functions Update README #50

AES:

  • One docker file

Fibonacci:

  • Tracing for Fibonacci (NodeJS, python and go). All need to be tested

AES:

  • One docker file
@dhschall dhschall added the enhancement New feature or request label Feb 26, 2022
@dhschall dhschall assigned dhschall and unassigned dhschall Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant