Re: [ovs-dev] [PATCH] ofproto-dpif-governor: Dispense with governor name.

2013-06-07 Thread Ethan Jackson
Thanks merged. Ethan On Fri, Jun 7, 2013 at 1:58 PM, Ben Pfaff wrote: > On Fri, Jun 07, 2013 at 01:55:32PM -0700, Ethan Jackson wrote: >> In almost all cases, ovs-vswitchd runs with a single datapath, and >> therefore a single governor. Therefore, it's usually clear from >> context what governo

Re: [ovs-dev] [PATCH] ofproto-dpif-governor: Dispense with governor name.

2013-06-07 Thread Ben Pfaff
On Fri, Jun 07, 2013 at 01:55:32PM -0700, Ethan Jackson wrote: > In almost all cases, ovs-vswitchd runs with a single datapath, and > therefore a single governor. Therefore, it's usually clear from > context what governor log messages are referring to making the name > redundant. This patch remov