[ovs-dev] [PATCH 1/6] ofproto: Hold ofproto_mutex when enabling or disabling eviction.

Jarno Rajahalme jrajahalme at nicira.com
Thu Jul 2 12:52:26 UTC 2015


Forgot about this small nit:

> On Jun 24, 2015, at 10:57 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> @@ -1419,13 +1421,6 @@ ofproto_configure_table(struct ofproto *ofproto, int table_id,
>         return;
>     }
> 
> -    if (s->groups) {
> -        oftable_enable_eviction(table, s->groups, s->n_groups);
> -    } else {
> -        oftable_disable_eviction(table);
> -    }
> -
> -    table->max_flows = s->max_flows;
> 

Remove the extra empty line here.

  Jarno

>     if (classifier_set_prefix_fields(&table->cls,
>                                      s->prefix_fields, s->n_prefix_fields)) {




More information about the dev mailing list