Eideticom / eid-hermes

An open-source eBPF accelerator that can run on QEMU and AWS F1 instances
10 stars 2 forks source link

specs: add how commands requests/responses are sent to/from the device #10

Closed iomartin closed 3 years ago

iomartin commented 4 years ago

Non-DMA command requests/responses will be written to BAR0 registers, at offsets TBD. This is similar to how XDMA operates.

When non-XDMA commands complete, the device will raise an interrupt.

iomartin commented 4 years ago

Note that some of the links here depend on #8 being merged