Skip to content
Or Kehati edited this page Apr 30, 2015 · 1 revision

FAQ

Contiguous Pages or Huge Pages?

From our testing, contiguous pages generally give better performance than huge pages.

In addition, it can help avoiding memory issues due to huge-page reserved resources.

VMA_MEM_ALLOC_TYPE is set to contiguous pages by default.

Does VMA_RX_POLL value take effect for non-blocking socket?

No.

VMA_RX_POLL determine the number of times to poll on Rx path for ready packets before going to sleep for blocking sockets only.

Clone this wiki locally