Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Recording (and transcript):

  • Slides:

  • linux port - presuming the runtime would be a userspace application, which approach would be most acceptable?

    • interface/shim layer in a library 

    • interface/ship layer only via include files

    • lots of #ifdefs in the runtime code

  • would the linux port be a library itself, so that it could be embedded inside other applications

  • sample driver - it would be helpful to see how drivers are actually exposed by the runtime and consumed by containerized applications. Understanding this could impact how linux support is implemented

Topics to Consider

Topic

Comments

Submitted By

Unit Tests Update

Status update on unit tests being developed by Atym and timeline for upstream contribution

Patrick Robb

Linux Port Considerations

Discuss approach for Linux port implementation: userspace application structure, interface design, library considerations, and driver exposure methodology with example use cases

Brad Clements