lizebin
lizebin

Reputation: 3

How can I use the Memory inside NICs?

As explained in this paper ASPLOS'22 The benefits of general-purpose on-NIC memory

Upvotes: 0

Views: 161

Answers (1)

Boris Pismenny
Boris Pismenny

Reputation: 101

You can see the code in the artifact at: https://github.com/BorisPis/nicmem-asplos22-artifact

In essence, there's an API exposed in upstream rdma-core's libibverbs that exposes it, and you can see the dpdk patches for an example.

Upvotes: 0

Related Questions