<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/ndis/netvmini/6x/rssv2.c, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/netvmini/6x/rssv2.c?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/netvmini/6x/rssv2.c?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-05-22T01:11:19Z</updated>
<entry>
<title>ndis: Removed trailing spaces</title>
<updated>2026-05-22T01:11:19Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-22T01:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92'/>
<id>urn:sha1:e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92</id>
<content type='text'>
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under network\ndis. This is to reduce noise when making changes using AI so that future reviews are easier to be done by humans.
No functional logic changes were introduced.

What Changed
	1. Removed end-of-line trailing whitespace in text files.
	2. Kept file encoding and line endings intact by applying byte-preserving edits.

Risk / Impact
	1. Low risk: formatting-only change.
	2. No API, behavior, or build configuration changes intended.
</content>
</entry>
<entry>
<title>netvmini/rssv2: fix mixed-width comparison in processor lookup loop</title>
<updated>2026-05-14T20:53:59Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-14T20:53:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=566fe957730ddd523930ae1a82ec7bdee48e87af'/>
<id>urn:sha1:566fe957730ddd523930ae1a82ec7bdee48e87af</id>
<content type='text'>
Summary
This PR addresses a static-analysis warning in rssv2.c related to comparing values of different integer widths in a loop condition.

Changes
- Updated the loop index type in NICSetRSSv2FindProcessorInRssSet from UINT8 to ULONG to match RssProcessorCount width.
- Added an explicit cast when returning the found index: return (UINT8)index; to preserve the function’s return type and behavior.

Why
Using matching integer widths in loop comparisons avoids analyzer warnings and reduces risk of subtle boundary issues.

Impact
No functional behavior change is intended; this is a type-safety and code-quality fix for warning cleanup.
</content>
</entry>
<entry>
<title>Replace ExAllocatePool* with ExAllocatePool2</title>
<updated>2022-03-02T12:43:41Z</updated>
<author>
<name>Tom Molenhouse</name>
<email>thmolenh@microsoft.com</email>
</author>
<published>2022-03-02T12:43:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8d1357ef14068739c2996e3b389dcb6fa44a7271'/>
<id>urn:sha1:8d1357ef14068739c2996e3b389dcb6fa44a7271</id>
<content type='text'>
</content>
</entry>
<entry>
<title>RSSv2 library and sample OID handlers</title>
<updated>2018-04-23T18:38:13Z</updated>
<author>
<name>Dmitry Malloy (MESHCHANINOV)</name>
<email>dmitrym@ntdev.microsoft.com</email>
</author>
<published>2018-04-23T18:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=9764486ad7f64de72787230206b322828def030f'/>
<id>urn:sha1:9764486ad7f64de72787230206b322828def030f</id>
<content type='text'>
</content>
</entry>
</feed>
