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

stage_8 #84

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

stage_8 #84

wants to merge 9 commits into from

Conversation

Bwatada
Copy link
Contributor

@Bwatada Bwatada commented Oct 20, 2021

Full background can be read here

[String] $DpdkUser='',
[Parameter(Mandatory = $false)]
[String[]] $DpdkPortIps ='',
[Parameter(Mandatory = $false)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know what's going on here, tried fixing it both in editor and on the web and nothing seems to work. 👎

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are a few other lines that look like this too, if anyone knows how to fix please help me

Test-NetStack.psm1 Outdated Show resolved Hide resolved
helpers/tcp.psm1 Outdated
Comment on lines 76 to 79
Sleep 30

$ServerRecv = Receive-Job $ServerRecvCounter
$ClientSend = Receive-Job $ClientSendCounter
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we wanted this sleep and to have the -Wait -AutoRemoveJob to avoid the issue where Stage 2 was hanging

helpers/tcp.psm1 Outdated
Comment on lines 94 to 95
$ServerOutput = Receive-Job $ServerOutput
$ClientOutput = Receive-Job $ClientOutput
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above re: -Wait -AutoRemoveJob

[Switch] $Experimental = $false,

[Parameter(Mandatory = $false, ParameterSetName = 'Experimental' , position = 5)]
[String] $DpdkUser='',
Copy link

Choose a reason for hiding this comment

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

I thought we were doing away with the user here since it required a specific setup beforehand anyway?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes you're right, forgot to remove that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants