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

libvma connectivity is broken using upstream kernel > v6.10-rc1~119^2~4 #1096

Open
mohammadheib opened this issue Nov 27, 2024 · 1 comment

Comments

@mohammadheib
Copy link

libvma connectivity is broken using upstream kernel > v6.10-rc1119^24

Issue type

Bug report

Configuration

  • running rhel9/10 with kernel version > v6.10-rc1119^24 break libvma traffic:
  • the issue appears during our userspace package update for RHEL 10 release and after updating to libvma version libvma-9.8.60-1 we saw that the traffic is not passing when using libvma and no connectivity at all after few more investigation we found that the main issue appeared after the following kernel change :
  • 6e828dc60e50 (l2tp: fix ICMP error handling for UDP-encap sockets)
  • OS:
  • RHEL9/10

Actual behavior:

no traffic between nodes when using libvma

Expected behavior:

traffic pass between nodes

Steps to reproduce:

after installing kernel greater than v6.10-rc1119^24 kernel have this change 6e828dc60e50 (l2tp: fix ICMP error handling for UDP-encap sockets) run the following commands:

server:
LD_PRELOAD=libvma.so timeout --preserve-status --kill-after=2m 1m sockperf server -p 8787 -i <ip_address> #server

client:
LD_PRELOAD=libvma.so timeout --preserve-status --kill-after=2m 1m sockperf pp -d -p 8787 -i -t 10 --msg-size=1472

@igor-ivanov
Copy link
Collaborator

Should be fixed at 1849e0a

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

No branches or pull requests

2 participants