RecommendST2110CoresRequest

Field

Type

Repeated

Description

pci_bdf

string

count

uint32

total lcores requested, includes the main core

Argument of

Method

Description

RecommendST2110Cores

Ask the server to pick a NUMA-local set of DPDK lcores for the given NIC. Reads the device’s local_cpulist + the kernel’s isolcpus/nohz_full sets server-side, so it’s safe to call from a client that doesn’t know the host’s CPU topology. Use the result as scheduling: { type: "pinned", … } on a subsequent nic() call.