projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c2f63
)
net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32
author
Chris Mi
<cmi@nvidia.com>
Mon, 26 Apr 2021 03:06:37 +0000
(11:06 +0800)
committer
Saeed Mahameed
<saeedm@nvidia.com>
Tue, 27 Jul 2021 23:10:06 +0000
(16:10 -0700)
The offending refactor commit uses u16 chain wrongly. Actually, it
should be u32.
Fixes:
c620b772152b
("net/mlx5: Refactor tc flow attributes structure")
CC: Ariel Levkovich <lariel@nvidia.com>
Signed-off-by: Chris Mi <cmi@nvidia.com>
Reviewed-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
b/drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
index
48cac5b
..
d562edf
100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
+++ b/
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
@@
-636,7
+636,7
@@
struct esw_vport_tbl_namespace {
};
struct mlx5_vport_tbl_attr {
- u
16
chain;
+ u
32
chain;
u16 prio;
u16 vport;
const struct esw_vport_tbl_namespace *vport_ns;