-
Notifications
You must be signed in to change notification settings - Fork 100
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
Multicast loopback not working when payload is higher than MTU #234
Comments
The assumption is that it is NIC X2 Series with the full-feature Firmware variant, multiple Onloaded applications that send and receive the multicast traffic via accelerated sockets, and MTU cannot be changed. Currently, we have an unresolved ticket, ON-14652, opened for the above configuration and Meanwhile, could you try the Onload stack sharing with Further, please email our Support Team at support-nic@amd.com for help with tuning specifically for your application. |
However, with the Onload stack sharing The suggestion to contact our Support Team is still the case. |
Thank you for the details. Correct, it does work if EF_NAME are same, but this is not we are looking for, we need to support different EF_NAME, is there any priority for ON-14652? Noted about the support email address, |
how to receive loopback multicast when payload is bigger than MTU?
EF_MCAST_SEND=3.
EF_MCAST_RECV_HW_LOOP=1.
btw, loopback works only payload is lower than MTU.
The text was updated successfully, but these errors were encountered: