X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=datapath%2Fdatapath.h;h=03bebd1aec63a778e16ec7a80b58801b2a479cea;hb=0f4d9dce8150fced85070149e0820707d55ee252;hp=f54d8449153b9535cc300b2e2e0717969eb240c4;hpb=99769a40d9d5769c94ae3520112d86c56cbb7322;p=openvswitch diff --git a/datapath/datapath.h b/datapath/datapath.h index f54d8449..03bebd1a 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -69,7 +69,7 @@ struct dp_stats_percpu { * to iterate or modify. * @stats_percpu: Per-CPU datapath statistics. * @sflow_probability: Number of packets out of UINT_MAX to sample to the - * %OVS_PACKET_CMD_SAMPLE multicast group, e.g. (@sflow_probability/UINT_MAX) + * %OVS_PACKET_CMD_SAMPLE upcall, e.g. (@sflow_probability/UINT_MAX) * is the probability of sampling a given packet. * * Context: See the comment on locking at the top of datapath.c for additional