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>] [day] [month] [year] [list]
Date:   Mon, 17 Jul 2017 16:22:23 +0100
From:   Joao Pinto <Joao.Pinto@...opsys.com>
To:     netdev <netdev@...r.kernel.org>
Subject: stmmac: issue while performing iperf data flood

Hello to all,

I am executing some tests in stmmac regarding its multiple tx queue capability.

My setup is routing through queue 0 generic traffic and through queue 2 higher
priority traffic. It works fine, but when I execute a data flood using iperf in
the TX side, the interface goes down, instead of giving the higher traffic the
free pass and manage the generic traffic as good as possible. The command I am
executing is:

    iperf -c <other_end_ip> -u -b 1000M -t 60

The interface begins to drop packets (assuming this from return value of
dev_queue_xmit -> =1) and so the queues start to have timeouts.

If I use the same queue index, no problem happens, being perfectly capable of
sending both traffic types in a single queue. When using two queues, it does not
work, I think they might be entering in some kind of race.

Any ideas about this? Has anyone encountered this problem or similar?

Thak you so much.

Best regards,

Joao


Powered by blists - more mailing lists