Re: [ovs-dev] [PATCH 2/2] ofproto: Remove ofproto_refresh_rule().

2014-06-03 Thread Joe Stringer
Thanks, I pushed this series to master and branch-2.3. On 4 June 2014 10:06, Alex Wang wrote: > Acked-by: Alex Wang > > > On Tue, Jun 3, 2014 at 2:59 AM, Joe Stringer > wrote: > >> The only user of this function was removed in the previous patch, so >> remove it. >> >> Signed-off-by: Joe Stri

Re: [ovs-dev] [PATCH 2/2] ofproto: Remove ofproto_refresh_rule().

2014-06-03 Thread Alex Wang
Acked-by: Alex Wang On Tue, Jun 3, 2014 at 2:59 AM, Joe Stringer wrote: > The only user of this function was removed in the previous patch, so > remove it. > > Signed-off-by: Joe Stringer > --- > ofproto/ofproto-dpif.c | 12 > ofproto/ofproto-provider.h |2 -- > ofprot