Skip to content

containerd base_runtime_spec for FPGA region programming #1258

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

Closed
mythi opened this issue Nov 28, 2022 · 1 comment
Closed

containerd base_runtime_spec for FPGA region programming #1258

mythi opened this issue Nov 28, 2022 · 1 comment

Comments

@mythi
Copy link
Contributor

mythi commented Nov 28, 2022

I was reading about base_runtime_spec and it looks it can be used to bring FPGA region programming to containerd. While we may want something DRA based in the future, this could be an option to fill the gap today as no new development is needed:

$ cat /etc/fpga.json |jq .hooks
{
  "createRuntime": [
    {
      "path": "/usr/local/fpga-sw/intel-fpga-crihook"
    }
  ]
}

containerd config.toml will have a runtime handler entry with base_runtime_spec = "/etc/fpga.json" .

@mythi
Copy link
Contributor Author

mythi commented Feb 7, 2024

replaced by #1457

@mythi mythi closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant