Re: [ovs-dev] [PATCH v2 23/26] ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.

2016-07-29 Thread Jarno Rajahalme
> On Jul 29, 2016, at 4:20 PM, Ben Pfaff wrote: > > On Thu, Jul 28, 2016 at 05:56:15PM -0700, Jarno Rajahalme wrote: >> One step towards the goal of removing the ofputil_flow_mod from the >> bundle message. >> >> Signed-off-by: Jarno Rajahalme > > Provokes a

Re: [ovs-dev] [PATCH v2 23/26] ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:56:15PM -0700, Jarno Rajahalme wrote: > One step towards the goal of removing the ofputil_flow_mod from the > bundle message. > > Signed-off-by: Jarno Rajahalme Provokes a warning: ../ofproto/ofproto.c:4939:71: error: unused parameter 'ofm'

[ovs-dev] [PATCH v2 23/26] ofproto: Reduce dependency on ofputil_flow_mod after rule has been created.

2016-07-28 Thread Jarno Rajahalme
One step towards the goal of removing the ofputil_flow_mod from the bundle message. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-provider.h | 7 + ofproto/ofproto.c | 68 ++ 2 files changed, 45 insertions(+), 30