NDIS_RSS_PROFILE列舉 (ntddndis.h)
不支援此列舉。
Syntax
typedef enum _NDIS_RSS_PROFILE {
NdisRssProfileClosest,
NdisRssProfileClosestStatic,
NdisRssProfileNuma,
NdisRssProfileNumaStatic,
NdisRssProfileConservative,
NdisRssProfileBalanced,
NdisRssProfileMaximum
} NDIS_RSS_PROFILE, *PNDIS_RSS_PROFILE;
常數
NdisRssProfileClosest 默認行為與 Windows Server 2008 R2 的一致。 |
NdisRssProfileClosestStatic 沒有動態負載平衡。 散發但不在運行時間進行負載平衡。 |
NdisRssProfileNuma 在每個 NUMA 節點之間,以迴圈配置資源方式指派 RSS CPU,讓在 NUMA 伺服器上執行的應用程式能夠妥善調整。 |
NdisRssProfileNumaStatic RSS 處理器選擇與 NUMA 延展性相同,不需要動態負載平衡。 |
NdisRssProfileConservative RSS 會盡可能使用較少的處理器來維持負載。 此選項有助於減少中斷數目。 |
NdisRssProfileMaximum 這個列舉值是保留的。 請勿使用。 |
備註
NDIS_RSS_PROFILE列舉類型會指定目前的 RSS 負載平衡配置檔。
NDIS 網路驅動程式會使用NDIS_RSS_PROFILE列舉類型來設定NDIS_RSS_PROCESSOR_INFO結構的 RssProfile 成員值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | NDIS 6.30 和更新版本支援。 |
標頭 | ntddndis.h (包含 Ntddndis.h、Ntddndis.h) |