Condividi tramite


struttura SOCKET_PROCESSOR_AFFINITY (ws2def.h)

La struttura SOCKET_PROCESSOR_AFFINITY contiene l'associazione tra un socket e un core del processore RSS e un nodo NUMA.

Sintassi

typedef struct _SOCKET_PROCESSOR_AFFINITY {
  PROCESSOR_NUMBER Processor;
  USHORT           NumaNodeId;
  USHORT           Reserved;
} SOCKET_PROCESSOR_AFFINITY, *PSOCKET_PROCESSOR_AFFINITY;

Members

Processor

Struttura per rappresentare un numero di processore a livello di sistema. Questa struttura PROCESSOR_NUMBER contiene un numero di gruppo e un numero di processore relativo all'interno del gruppo.

NumaNodeId

ID nodo NUMA.

Reserved

Valore riservato per uso futuro.

Commenti

La struttura SOCKET_PROCESSOR_AFFINITY è supportata in Windows 8 e Windows Server 2012 e versioni successive del sistema operativo.

Il SIO_QUERY_RSS_PROCESSOR_INFO IOCTL viene usato per determinare l'associazione tra un socket e un core del processore RSS e un nodo NUMA. Questo IOCTL restituisce una struttura SOCKET_PROCESSOR_AFFINITY che contiene il numero del processore e l'ID del nodo NUMA.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione ws2def.h

Vedi anche

PROCESSOR_NUMBER

SIO_QUERY_RSS_PROCESSOR_INFO