Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151538488
D34825.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34825.id.diff
View Options
diff --git a/sys/dev/mlx4/mlx4_core/mlx4_eq.c b/sys/dev/mlx4/mlx4_core/mlx4_eq.c
--- a/sys/dev/mlx4/mlx4_core/mlx4_eq.c
+++ b/sys/dev/mlx4/mlx4_core/mlx4_eq.c
@@ -501,7 +501,6 @@
int i;
enum slave_port_gen_event gen_event;
unsigned long flags;
- struct mlx4_vport_state *s_info;
int eqe_size = dev->caps.eqe_size;
while ((eqe = next_eqe_sw(eq, dev->caps.eqe_factor, eqe_size))) {
@@ -611,7 +610,6 @@
continue;
mlx4_dbg(dev, "%s: Sending MLX4_PORT_CHANGE_SUBTYPE_DOWN to slave: %d, port:%d\n",
__func__, i, port);
- s_info = &priv->mfunc.master.vf_oper[i].vport[port].state;
if (0 /*IFLA_VF_LINK_STATE_AUTO == s_info->link_state*/) {
eqe->event.port_change.port =
cpu_to_be32(
@@ -652,7 +650,6 @@
continue;
if (i == mlx4_master_func_num(dev))
continue;
- s_info = &priv->mfunc.master.vf_oper[i].vport[port].state;
if (0 /*IFLA_VF_LINK_STATE_AUTO == s_info->link_state*/) {
eqe->event.port_change.port =
cpu_to_be32(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 2:15 AM (17 m, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31189739
Default Alt Text
D34825.id.diff (1 KB)
Attached To
Mode
D34825: mlx4: Comment out a variable only used in commented-out code.
Attached
Detach File
Event Timeline
Log In to Comment