Skip to content

Commit

Permalink
Merge branch 'main' into mtfriesen/rxfilter_generic_and_native
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Dec 19, 2024
2 parents 960ed7f + d1a7d89 commit 49a8e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rxfilterperf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ try {
Write-Verbose "Set-NetAdapterRss XDPMP -NumberOfReceiveQueues $QueueCount"
Set-NetAdapterRss XDPMP -NumberOfReceiveQueues $QueueCount

& "$RootDir\tools\log.ps1" -Start -Name rxfiltercpu_$XdpMode -Profile CpuCswitchSample.Verbose -Config $Config -Platform $Platform
& "$RootDir\tools\log.ps1" -Start -Name rxfiltercpu_$XdpMode -Profile CpuSample.Verbose -Config $Config -Platform $Platform

$ArgList = `
"-IfIndex", (Get-NetAdapter -Name XDPMP).ifIndex, `
Expand Down

0 comments on commit 49a8e28

Please sign in to comment.