On Mon, 2012-07-09 at 18:02 +0200, Eric Dumazet wrote:
From: Eric Dumazet <edumazet@google.com>
l4_rxhash is set on skb when rxhash is obtained from canonical 4-tuple
over transport ports/addresses.
We can set skb->l4_rxhash for all incoming TCP packets on bnx2x for
free, as cqe status contains a hash type information.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Eilon Greenstein <redacted>
Cc: Willem de Bruijn <willemb@google.com>
---
This looks very nice :)
Obviously, I have not had a chance to run it in the lab yet, but it
sounds like you already did. So I'm acking it, and will start testing -
if I see anything, I will keep you in the loop...
Thanks Eric!
Acked-by: Eilon Greenstein <redacted>