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

prov/tcp: implement FI_NO_CONNECT for AV inserts #10724

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ooststep
Copy link
Contributor

This PR introduces a new fi_av_insert flag, FI_NO_CONNECT, which indicates that an av insert should fail if there is not already an established connection to the peer. The PR also implements the functionality for the TCP provider (and RXM provider, though this is not the primary goal).

I do still need to add a fabtest for the feature but wanted to push this up for initial review in the meantime.

resolves #10637
replaces #10534

FI_NO_CONNECT indicates that an av insert should fail if there
is not already an established connection to the peer

Signed-off-by: Stephen Oost <stephen.oost@intel.com>
Signed-off-by: Stephen Oost <stephen.oost@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handling TCP traffic restricted by a firewall
1 participant