dsccommunity / dsccommunity/NetworkingDsc
NetAdapterRss Resource Additional Properties
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 235
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
Description
The NetAdapterRss resource only allows enabling/disabling Rss, but Set-NetAdapterRss can set other parameters. I use some these parameters when configuring VMQ on Hyper-V hosts.
Proposed properties
NumberOfReceiveQueues
Profile
BaseProcessorGroup
BaseProcessorNumber
MaxProcessorGroup
MaxProcessorNumber
MaxProcessors
NumaNode
Special considerations or limitations
MaxProcessorNumber and MaxProcessors are interdependent so setting them both could cause conflicting settings.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the NetAdapterRss resource and its tests, then inspect how Set-NetAdapterRss exposes the proposed properties. Define how the additional settings should be represented and validated, especially the dependency between MaxProcessorNumber and MaxProcessors; done means the resource can configure the requested properties without conflicting settings and the tests cover them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100