Skip to content

Commit

Permalink
rxfilter: use sample-only cpu profile (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Dec 19, 2024
1 parent 56fb133 commit d1a7d89
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 -Profile CpuCswitchSample.Verbose -Config $Config -Platform $Platform
& "$RootDir\tools\log.ps1" -Start -Name rxfiltercpu -Profile CpuSample.Verbose -Config $Config -Platform $Platform

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

0 comments on commit d1a7d89

Please sign in to comment.