提交 aa0c08fe 编写于 作者: J Jack Morgenstein 提交者: David S. Miller

net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW spec

The resource type enum in the resource tracker was incorrect.
RES_EQ was put in the position of RES_NPORT_ID (a FC resource).

Since the remaining resources maintain their current values,
and RES_EQ is not passed from slaves to the hypervisor in any
FW command, this change affects only the hypervisor.
Therefore, there is no backwards-compatibility issue.

Fixes: 623ed84b ("mlx4_core: initial header-file changes for SRIOV support")
Signed-off-by: NJack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: NMoshe Shemesh <moshe@mellanox.com>
Signed-off-by: NTariq Toukan <tariqt@mellanox.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ff57087f
...@@ -145,9 +145,10 @@ enum mlx4_resource { ...@@ -145,9 +145,10 @@ enum mlx4_resource {
RES_MTT, RES_MTT,
RES_MAC, RES_MAC,
RES_VLAN, RES_VLAN,
RES_EQ, RES_NPORT_ID,
RES_COUNTER, RES_COUNTER,
RES_FS_RULE, RES_FS_RULE,
RES_EQ,
MLX4_NUM_OF_RESOURCE_TYPE MLX4_NUM_OF_RESOURCE_TYPE
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册