]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-cleanup-skb_tx_hash'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Apr 2018 02:01:33 +0000 (22:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Apr 2018 02:01:33 +0000 (22:01 -0400)
commitad3ad8ef4a2304ed8ac24e268cb680208bc6d72e
tree79b017d20c0cc9ad084b4834ae026288b7dd9e1e
parentb0398a6ecc6f6ec4bfc1d8626a35a2ebcfc15661
parent79cca800c7eff757c2b474eb47ec7f39ab374cc0
Merge branch 'net-cleanup-skb_tx_hash'

Alexander Duyck says:

====================
Clean up users of skb_tx_hash and __skb_tx_hash

I am in the process of doing some work to try and enable macvlan Tx queue
selection without using ndo_select_queue. As a part of that I will likely
need to make changes to skb_tx_hash. As such this is a clean up or refactor
of the two spots where he function has been used. In both cases it didn't
really seem like the function was being used correctly so I have updated
both code paths to not make use of the function.

My current development environment doesn't have an mlx4 or OPA vnic
available so the changes to those have been build tested only.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>