We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e262ef commit 4017fb9Copy full SHA for 4017fb9
Documentation/networking/device_drivers/ethernet/google/gve.rst
@@ -52,6 +52,15 @@ Descriptor Formats
52
GVE supports two descriptor formats: GQI and DQO. These two formats have
53
entirely different descriptors, which will be described below.
54
55
+Addressing Mode
56
+------------------
57
+GVE supports two addressing modes: QPL and RDA.
58
+QPL ("queue-page-list") mode communicates data through a set of
59
+pre-registered pages.
60
+
61
+For RDA ("raw DMA addressing") mode, the set of pages is dynamic.
62
+Therefore, the packet buffers can be anywhere in guest memory.
63
64
Registers
65
---------
66
All registers are MMIO.
0 commit comments