|
@@ -754,7 +754,8 @@ static int ovs_flow_cmd_fill_stats(const struct sw_flow *flow,
|
|
|
ovs_flow_stats_get(flow, &stats, &used, &tcp_flags);
|
|
|
|
|
|
if (used &&
|
|
|
- nla_put_u64(skb, OVS_FLOW_ATTR_USED, ovs_flow_used_time(used)))
|
|
|
+ nla_put_u64_64bit(skb, OVS_FLOW_ATTR_USED, ovs_flow_used_time(used),
|
|
|
+ OVS_FLOW_ATTR_PAD))
|
|
|
return -EMSGSIZE;
|
|
|
|
|
|
if (stats.n_packets &&
|