Skip to content

Improve nvram performance #29

@zestrada

Description

@zestrada

Our nvram accesses could be faster, and this might be a performance bottleneck for systems that make frequent accesses to that subsystem.

Two thoughts on this:

  1. We make hypercalls in our nvram_ functions for monitoring the user may or may not be interested in. We should the hypercalls themselves optional so we don't call out to the hypervisor if we aren't interested in logging those events.
  2. We have a tmpfs-based key/value store. That involves a lot of syscalls to access, maybe we should consider an alternative.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions