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

mptcp: add explicit test for MPC with OoO pkts (server side) #58

Merged
merged 1 commit into from
May 26, 2021

Conversation

pabeni
Copy link

@pabeni pabeni commented May 17, 2021

This explicitly cover the critical scenario triggering:

multipath-tcp/mptcp_net-next#192

and should fail till the kernel patch:

"mptcp: always parse mptcp options for MPC reqsk"

is merged

Signed-off-by: Paolo Abeni pabeni@redhat.com

This explicitly cover the critical scenario triggering:

multipath-tcp/mptcp_net-next#192

and should fail till the kernel patch:

"mptcp: always parse mptcp options for MPC reqsk"

is merged

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Copy link
Member

@mjmartineau mjmartineau left a comment

Choose a reason for hiding this comment

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

I get a parsing error when I try to run this case:

FAIL [/home/mjmartin/work/packetdrill/gtests/net/mptcp/mp_capable/v1_mp_capable_bind_no_cs_ooo.pkt (ipv4)]
stdout: 
stderr: 
v1_mp_capable_bind_no_cs_ooo.pkt:13: parse error at 'mpcdatalen': syntax error

I tried a clean build of packetdrill and no luck. Could be a problem with my setup, but the existing tests run ok.

@mjmartineau
Copy link
Member

I get a parsing error when I try to run this case:

...

I tried a clean build of packetdrill and no luck. Could be a problem with my setup, but the existing tests run ok.

Well, please disregard. I think I had bad command line parameters, it's working fine now with run_all.py -vslS mptcp/

@dcaratti dcaratti merged commit 2978b20 into multipath-tcp:mptcp-net-next May 26, 2021
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.

3 participants