Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: eceive -> receive #1058

Merged
merged 2 commits into from Nov 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,4 +1,4 @@
---
--
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right

title: Receive Side Scaling Version 2 (RSSv2)
description: This topic describes Receive Side Scaling Version 2 (RSSv2)
ms.assetid: 192CAA41-0D17-4C06-8F13-68EA7C26D023
Expand All @@ -7,10 +7,10 @@ ms.date: 10/12/2017
ms.localizationpriority: medium
---

[!include[RSSv2 Beta Prerelease](../rssv2-beta-prerelease.md)]

# Receive Side Scaling Version 2 (RSSv2)

[!include[RSSv2 Beta Prerelease](../rssv2-beta-prerelease.md)]

[Receive Side Scaling](ndis-receive-side-scaling2.md) improves the system performance related to handling of network data on multiprocessor systems. NDIS 6.80 and later support RSS Version 2 (RSSv2), which extends RSS by offering dynamic, per-VPort spreading of queues.

## Overview
Expand All @@ -25,7 +25,7 @@ This topic uses the following terms:

| Term | Definition |
| --- | --- |
| RSSv1 | The first generation eceive side scaling mechanism. Uses [OID_GEN_RECEIVE_SCALE_PARAMETERS](oid-gen-receive-scale-parameters.md). |
| RSSv1 | The first generation receive side scaling mechanism. Uses [OID_GEN_RECEIVE_SCALE_PARAMETERS](oid-gen-receive-scale-parameters.md). |
| RSSv2 | The second generation receive side scaling mechanism supported in Windows 10, version 1803 and later, described in this topic. |
| Scaling entity| The miniport adapter itself in Native RSS mode, or a VPort in RSSv2 mode. |
| ITE | An indirection table entry (ITE) of a given scaling entity. The total number of ITEs per VPort cannot exceed **NumberOfIndirectionTableEntriesPerNonDefaultPFVPort** or **NumberOfIndirectionTableEntriesForDefaultVPort** in VMQ mode or 128 in the Native RSS case. **NumberOfIndirectionTableEntriesPerNonDefaultPFVPort** and **NumberOfIndirectionTableEntriesForDefaultVPort** are members of the [NDIS_NIC_SWITCH_CAPABILITIES](https://msdn.microsoft.com/library/windows/hardware/ff566583) structure. |
Expand Down