lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 09 Jun 2019 19:33:32 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     eric.dumazet@...il.com
Cc:     sergej.benilov@...glemail.com, venza@...wnhat.org,
        netdev@...r.kernel.org
Subject: Re: [PATCH] sis900: re-enable high throughput

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Fri, 7 Jun 2019 12:18:21 -0700

> Note that this suggests the driver is not performing TX completion
> fast enough.
> 
> Looking at the driver, I do not see anything requesting interrupt
> mitigation, so this might also be caused by a race in the driver
> (some skbs being not TX completed until another unrelated xmit is
> requested)

I think the INTR bit needs to be set in the individual TX descriptors.

This is a classic case of a chip that only interrupts when the entire
TX queue is emptied and the TX engine enters the idle state.

I don't like this skb_orphan() solution as it kills UDP flow control.

I'm not applying this.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ