Skip to content

Commit 6a4ba90

Browse files
committed
fix a traffic bug
1 parent 26b8f02 commit 6a4ba90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ff_dpdk_if.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,10 @@ handle_route_msg(struct ff_msg *msg)
11301130
}
11311131
}
11321132

1133-
static struct ff_top_args ff_status;
11341133
static inline void
11351134
handle_top_msg(struct ff_msg *msg)
11361135
{
1137-
msg->top = ff_status;
1136+
msg->top = ff_top_status;
11381137
msg->result = 0;
11391138
}
11401139

0 commit comments

Comments
 (0)