[ovs-dev] [port-renumbering 1/8] ofproto-dpif: Improve comment.

Jarno Rajahalme jrajahalme at nicira.com
Wed Dec 11 18:17:59 UTC 2013


Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>

On Dec 10, 2013, at 11:19 PM, Ben Pfaff <blp at nicira.com> wrote:

> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> ofproto/ofproto-dpif.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index ff77903..bfa9a9a 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -436,7 +436,7 @@ struct dpif_backer {
>     struct timer next_expiration;
> 
>     struct ovs_rwlock odp_to_ofport_lock;
> -    struct hmap odp_to_ofport_map OVS_GUARDED; /* ODP port to ofport map. */
> +    struct hmap odp_to_ofport_map OVS_GUARDED; /* Contains "struct ofport"s. */
> 
>     struct simap tnl_backers;      /* Set of dpif ports backing tunnels. */
> 
> -- 
> 1.7.10.4
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list