Re: [PATCH net-next] net: add netdev_txq_bql_{enqueue,complete}_prefetchw() helpers
From: David Miller <davem@davemloft.net>
Date: 2014-10-08 20:09:07
Also in:
linux-next
From: David Miller <davem@davemloft.net>
Date: 2014-10-08 20:09:07
Also in:
linux-next
From: Eric Dumazet <redacted> Date: Wed, 08 Oct 2014 08:19:27 -0700
From: Eric Dumazet <edumazet@google.com>
Add two helpers so that drivers do not have to care of BQL being
available or not.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Jim Davis <redacted>
Fixes: 29d40c903247 ("net/mlx4_en: Use prefetch in tx path")Applied.