Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #60166 > unrolled thread

Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work

Started byBen Hutchings <ben@decadent.org.uk>
First post2018-02-07 22:30 +0100
Last post2018-02-11 01:40 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.debian.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work Ben Hutchings <ben@decadent.org.uk> - 2018-02-07 22:30 +0100
    Processed: Re: Bug#889827: linux-image-4.15.0-rc8-amd64: IP  offloading does not work "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-02-07 22:30 +0100
    Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work Vincent Danjean <vdanjean@debian.org> - 2018-02-11 01:40 +0100

#60166 — Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work

FromBen Hutchings <ben@decadent.org.uk>
Date2018-02-07 22:30 +0100
SubjectBug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work
Message-ID<vgFrX-2ls-7@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Control: tag -1 upstream patch moreinfo

Does the attached patch fix it?  Instructions for building a patched
kernel package can be found at:
https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.

[toc] | [next] | [standalone]


#60167 — Processed: Re: Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2018-02-07 22:30 +0100
SubjectProcessed: Re: Bug#889827: linux-image-4.15.0-rc8-amd64: IP offloading does not work
Message-ID<vgFrY-2ls-15@gated-at.bofh.it>
In reply to#60166
Processing control commands:

> tag -1 upstream patch moreinfo
Bug #889827 [src:linux] r8152: TCP/IP checksum offload gives false positives
Added tag(s) patch, upstream, and moreinfo.

-- 
889827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889827
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#60184

FromVincent Danjean <vdanjean@debian.org>
Date2018-02-11 01:40 +0100
Message-ID<vhNQt-2pt-3@gated-at.bofh.it>
In reply to#60166

[Multipart message — attachments visible in raw view] — view raw

Le 07/02/2018 à 22:22, Ben Hutchings a écrit :
> Control: tag -1 upstream patch moreinfo
> 
> Does the attached patch fix it?

Nope.

Before the patch, I trigger the error with this kind of command:
ssh aya dd if=/dev/zero bs=8192 | dd of=/dev/null bs=8192

I got this kind of messages:
$ ssh aya dd if=/dev/zero bs=8192 | dd of=/dev/null bs=8192
ssh_dispatch_run_fatal: Connection to 10.77.0.3 port 22: message authentication code incorrect
9151+0 enregistrements lus
9151+0 enregistrements écrits
74964992 bytes (75 MB, 71 MiB) copied, 0,859281 s, 87,2 MB/s

I got at most a few GB before the error trigger (and usually only a few MB)


I do not observe error with a reverse ssh:
dd if=/dev/zero bs=8192 | ssh aya dd of=/dev/null bs=8192

I do not observe error with rx offload disabled:
sudo ethtool -K en-wired rx off tx on


I recompiled the kernel according to the kernel handbook with
bash debian/bin/test-patches -f amd64 ../0001-r8152-Fix-conditions-for-setting-ip_summed-CHECKSUM_.patch
I do not install the resulting package but I removed the module and load the new one:
# rmmod r8152
# insmod debian/linux-image-4.15.0-rc8-amd64/lib/modules/4.15.0-rc8-amd64/kernel/drivers/net/usb/r8152.ko
Note: I observed with "tail -f /var/log/syslog" in another terminal the
removal of my internet interface with the first command and its come back
with the second one.

With the new (patched) r8152 module, I get exactly the same results.
Error with "ssh aya dd if=/dev/zero bs=8192 | dd of=/dev/null bs=8192"
No more error if I disable rx offload.

  Regards,
    Vincent

>  Instructions for building a patched
> kernel package can be found at:
> https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official
> 
> Ben.
> 


-- 
Vincent Danjean       GPG key ID 0xD17897FA         vdanjean@debian.org
GPG key fingerprint: 621E 3509 654D D77C 43F5  CA4A F6AE F2AF D178 97FA
Unofficial pkgs: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://people.debian.org/~vdanjean/debian unstable main


[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web