Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

onload AF_XDP bricks aws ec2 #231

Open
lparkersc opened this issue Jun 25, 2024 · 1 comment
Open

onload AF_XDP bricks aws ec2 #231

lparkersc opened this issue Jun 25, 2024 · 1 comment

Comments

@lparkersc
Copy link

lparkersc commented Jun 25, 2024

Environment

  • OS: RHEL 9
  • Kernel: 5.14.0-70
  • Instance Type: m5zn.metal
  • Network Driver: ENA
  • Commit: f8458aa
  • Branch: master (as of this writing)

Issue Description

I am attempting to install OpenOnload configured for XDP on the ENA driver. The setup process runs smoothly until I test the application, at which point my SSH connection is disrupted, and the instance becomes unresponsive.

Steps to Reproduce

  1. Install all required packages.
  2. Execute make.
  3. Run ./onload_install --build-profile cloud as per the documentation.
  4. Successfully load sfc modules with sudo onload_tool reload.
  5. Attach a secondary ENA interface (name: eth1, driver: ena) to my EC2 instance.
  6. Register the new ENA interface with sfc_resource: echo eth1 > /sys/module/sfc_resource/afxdp/register.
  7. Disable SELinux and run my test application: onload python3 client.py [server_ip] [port].
  8. Post-step 7, my SSH connection is disrupted, and I cannot reconnect to the instance.

Additional Information

I cannot post the system logs as the instance becomes unresponsive. I referenced this previous discussion where experiments with OpenOnload on ENA via XDP showed mixed results. However this post is two years out of date which is why I'm oppening a new issue.

I am relatively new to OpenOnload, so any advice on potential missteps or additional configurations would be greatly appreciated.

Thank you for any assistance you can provide.

@maxholloway
Copy link

maxholloway commented Jan 12, 2025

You ever find a resolution to this @lparkersc ? I just hit the same issue ☠️

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

No branches or pull requests

2 participants