From: David S. Miller Date: Mon, 28 Oct 2019 23:21:02 +0000 (-0700) Subject: Merge branch 'mv88e6xxx-Allow-config-of-ATU-hash-algorithm' X-Git-Tag: v5.5-rc1~174^2~300 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb8b7077101c789c45f51d8889b91ff8034b3219;p=thirdparty%2Fkernel%2Flinux.git 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 --- eb8b7077101c789c45f51d8889b91ff8034b3219