[<prev] [next>] [day] [month] [year] [list]
Message-ID: <19ed3c45-1a23-8426-4dad-a19790759b94@synopsys.com>
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