[Bug 248306] if_mvneta corrupts packets on tx when txcsum is not used

2020-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248306 --- Comment #4 from Mike Cui --- (In reply to Mark Johnston from comment #2) Even before r357676, the early return in the switch block is corrupting IPv6 packets. This patch fixes both. -- You are receiving this mail because: You are the

[Bug 248306] if_mvneta corrupts packets on tx when txcsum is not used

2020-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248306 --- Comment #3 from Bjoern A. Zeeb --- (In reply to Mark Johnston from comment #2) Yes, I read the code in the mean time and it seems it is correct currently. The comment disabling IFCAP_HWCSUM_IPV6 made me wonder, but that's a different

[Bug 248306] if_mvneta corrupts packets on tx when txcsum is not used

2020-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248306 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org,

[Bug 248306] if_mvneta corrupts packets on tx when txcsum is not used

2020-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248306 --- Comment #1 from Bjoern A. Zeeb --- Oh, wow, this might explain some corrupted IPv6 RA packets I have seen. Are you sure that for the VLAN case we don't have to distinguish anything further? -- You are receiving this mail because: You

[Bug 248306] if_mvneta corrupts packets on tx when txcsum is not used

2020-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248306 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv