diff options
Diffstat (limited to 'net/openvswitch/datapath.c')
-rw-r--r-- | net/openvswitch/datapath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index e1b337e0bf4d..58689dda8377 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c | |||
@@ -1087,6 +1087,7 @@ static size_t ovs_dp_cmd_msg_size(void) | |||
1087 | msgsize += nla_total_size(IFNAMSIZ); | 1087 | msgsize += nla_total_size(IFNAMSIZ); |
1088 | msgsize += nla_total_size(sizeof(struct ovs_dp_stats)); | 1088 | msgsize += nla_total_size(sizeof(struct ovs_dp_stats)); |
1089 | msgsize += nla_total_size(sizeof(struct ovs_dp_megaflow_stats)); | 1089 | msgsize += nla_total_size(sizeof(struct ovs_dp_megaflow_stats)); |
1090 | msgsize += nla_total_size(sizeof(u32)); /* OVS_DP_ATTR_USER_FEATURES */ | ||
1090 | 1091 | ||
1091 | return msgsize; | 1092 | return msgsize; |
1092 | } | 1093 | } |