]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mv88e6xxx-Allow-config-of-ATU-hash-algorithm'
authorDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2019 23:21:02 +0000 (16:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Oct 2019 23:21:02 +0000 (16:21 -0700)
commit4530af20914bd7ef43492b734fc221e82bb2bb04
tree86195ae15cfc6bd6d87a28a586185764a6812930
parent7a84c726b54a6be85e494eb7500fed5883121132
parent4da2aa1791474b79fdc22e8f3ea5b22ec82b4bfa
Merge branch 'mv88e6xxx-Allow-config-of-ATU-hash-algorithm'

Andrew Lunn says:

====================
mv88e6xxx: Allow config of ATU hash algorithm

v2:

Pass a pointer for where the hash should be stored, return a plain
errno, or 0.

Document the parameter.

v3:

Document type of parameter, and valid range
Add break statements to default clause of switch
Directly use ctx->val.vu8

v4:

Consistently use devlink, not a mix of devlink and dl.
Fix allocation of devlink priv
Remove upper case from parameter name
Make mask 16 bit wide.

v5:
Back to using the parameter name ATU_hash

v6:
Rebase net-next/master
====================

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