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

rpi-4.4.y: ethernet hw csum failures when receiving ipv6 multicast traffic #1259

Closed
Noltari opened this issue Jan 16, 2016 · 6 comments
Closed

Comments

@Noltari
Copy link
Contributor

Noltari commented Jan 16, 2016

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

@popcornmix
Copy link
Collaborator

Do you get the same issue with raspbian and untouched rpi-4.4.y kernel?

@Noltari
Copy link
Contributor Author

Noltari commented Jan 18, 2016

I will test that as soon as I can and report my results.

@Noltari
Copy link
Contributor Author

Noltari commented Jan 22, 2016

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.
However, it may have been unnoticed since a bridge between different interfaces is required to trigger the error. It doesn't happen on single network interfaces.

Some other reports of this issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1266601
https://discourse.osmc.tv/t/hw-csum-failure/9990

@popcornmix
Copy link
Collaborator

Let us know you find any patches to fix it...

@Noltari
Copy link
Contributor Author

Noltari commented Jan 22, 2016

It appears that it was already reported on #1083 but I didn't see it :/

@popcornmix
Copy link
Collaborator

Okay, closing as duplicate of #1083
Please add any useful discoveries to that issue.

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