mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
dpif-linux: collect and display mega flow mask stats
Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -394,6 +394,8 @@ dpif_netdev_get_stats(const struct dpif *dpif, struct dpif_dp_stats *stats)
|
||||
stats->n_hit = dp->n_hit;
|
||||
stats->n_missed = dp->n_missed;
|
||||
stats->n_lost = dp->n_lost;
|
||||
stats->n_masks = UINT64_MAX;
|
||||
stats->n_mask_hit = UINT64_MAX;
|
||||
ovs_mutex_unlock(&dp_netdev_mutex);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user