diff options
author | Vasundhara Volam <vasundhara-v.volam@broadcom.com> | 2018-10-04 07:43:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-04 22:49:42 +0200 |
commit | e3b5106162a3f73c7633ae6051fbf244584ab584 (patch) | |
tree | 07185da4d19408775da07a6b926c6036833a07a5 /net | |
parent | qed: Avoid implicit enum conversion in qed_ooo_submit_tx_buffers (diff) | |
download | linux-e3b5106162a3f73c7633ae6051fbf244584ab584.tar.xz linux-e3b5106162a3f73c7633ae6051fbf244584ab584.zip |
devlink: Add generic parameter ignore_ari
ignore_ari - Device ignores ARI(Alternate Routing ID) capability,
even when platforms has the support and creates same number of
partitions when platform does not support ARI capability.
Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/devlink.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/core/devlink.c b/net/core/devlink.c index de6adad7ccbe..4a72fede11b4 100644 --- a/net/core/devlink.c +++ b/net/core/devlink.c @@ -2677,6 +2677,11 @@ static const struct devlink_param devlink_param_generic[] = { .name = DEVLINK_PARAM_GENERIC_REGION_SNAPSHOT_NAME, .type = DEVLINK_PARAM_GENERIC_REGION_SNAPSHOT_TYPE, }, + { + .id = DEVLINK_PARAM_GENERIC_ID_IGNORE_ARI, + .name = DEVLINK_PARAM_GENERIC_IGNORE_ARI_NAME, + .type = DEVLINK_PARAM_GENERIC_IGNORE_ARI_TYPE, + }, }; static int devlink_param_generic_verify(const struct devlink_param *param) |