You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
I've got a question regarding the address space ballooning of XenGT.
The paper says that the address space ballooning only happens for global memory. Is this global memory the PCI BAR 2 memory of GPU Device?
For instance, if I issue lspci, it gives
$ lspci -v -s 00:02.0 | grep size
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
And, is the global memory the physical memory at 0xe0000000 (256MB)?
The text was updated successfully, but these errors were encountered:
Hello,
I've got a question regarding the address space ballooning of XenGT.
The paper says that the address space ballooning only happens for global memory. Is this global memory the PCI BAR 2 memory of GPU Device?
For instance, if I issue lspci, it gives
$ lspci -v -s 00:02.0 | grep size
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
And, is the global memory the physical memory at 0xe0000000 (256MB)?
The text was updated successfully, but these errors were encountered: