[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170919.150146.960352165896854483.davem@davemloft.net>
Date: Tue, 19 Sep 2017 15:01:46 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org, edumazet@...gle.com,
ncardwell@...gle.com, ycheng@...gle.com, soheil@...gle.com,
fw@...len.de, netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tcp: avoid bogus warning in tcp_clean_rtx_queue
From: Arnd Bergmann <arnd@...db.de>
Date: Tue, 19 Sep 2017 23:32:33 +0200
> On Tue, Sep 19, 2017 at 11:02 PM, David Miller <davem@...emloft.net> wrote:
>> What cpu did you test the object code generation upon and does that
>> cpu have branch prediction hints in the target you are building for?
>
> This was a randconfig build targetting ARMv5. I'm pretty sure that has
> no such hint instructions.
I just tested on sparc64 and it changed the branch prediction:
.L2157:
- brz,pn %i3, .L1898 ! first_ackt,
+ brz,pt %i2, .L1898 ! first_ackt,
mov -1, %o2 !, seq_rtt_us
Powered by blists - more mailing lists