]> asedeno.scripts.mit.edu Git - linux.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)
commiteb8b7077101c789c45f51d8889b91ff8034b3219
tree86195ae15cfc6bd6d87a28a586185764a6812930
parentebdcebcb8b646cbca8b5b6f01f6416394a3c77a9
parent23e8b470c7788da972d0be90d6ac20b4a2da2782
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>