-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
rpi-4.4.y: ethernet hw csum failures when receiving ipv6 multicast traffic #1259
Comments
Do you get the same issue with raspbian and untouched rpi-4.4.y kernel? |
I will test that as soon as I can and report my results. |
Hi again, I didn't have time to do any tests, but doing some research it appears that this problem started on linux-4.2 and has been there since that version. Some other reports of this issue: |
Let us know you find any patches to fix it... |
It appears that it was already reported on #1083 but I didn't see it :/ |
Okay, closing as duplicate of #1083 |
When adding support for 4.4 on OpenWrt I get the following warnings whenever the RPi receives IPv6 multicast traffic:
https://gist.github.com/Noltari/5b1cfdecce5ed4bc08fd
openwrt-es/openwrt@964b80d
The linux-4.4 patches where extracted from 4.4.y branch on this repo. However, I must say it could still be something OpenWrt specific.
Manually removing lines 1181-1186 seems to fix it (-> disabling hardware checksums):
https://github.com/raspberrypi/linux/blob/rpi-4.1.y/drivers/net/usb/smsc95xx.c#L1181
Any ideas?
BTW, here's my repo: https://github.com/openwrt-es/openwrt/commits/brcm2708-next
The text was updated successfully, but these errors were encountered: