File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -517,11 +517,11 @@ where
517
517
Map objects
518
518
~~~~~~~~~~~
519
519
520
- Maps are shared memory regions accessible by eBPF programs, where we use the term "map object"
520
+ Maps are shared memory regions accessible by eBPF programs on some platforms , where we use the term "map object"
521
521
to refer to an object containing the data and metadata (e.g., size) about the memory region.
522
522
A map can have various semantics as defined in a separate document, and may or may not have a single
523
523
contiguous memory region, but the 'mva(map)' is currently only defined for maps that do have a single
524
- contiguous memory region.
524
+ contiguous memory region. Support for maps is optional.
525
525
526
526
**Note **
527
527
@@ -538,7 +538,7 @@ Variables
538
538
539
539
Variables are memory regions, identified by integer ids, accessible by eBPF programs on
540
540
some platforms. The 'variable_addr(id)' operation means to get the address of the memory region
541
- identified by the given id.
541
+ identified by the given id. Support for such variables is optional.
542
542
543
543
**Note **
544
544
You can’t perform that action at this time.
0 commit comments