Re: [ovs-dev] [PATCH/RFC] datapath: offload hooks

2014-10-08 Thread Simon Horman
On Tue, Oct 07, 2014 at 09:55:21PM -0700, Stephen Hemminger wrote: > On Wed, 8 Oct 2014 09:40:51 +0900 > Simon Horman wrote: > > > + > > +struct ovs_offload_ops { > > + /* Flow offload functions */ > > + /* Called when a flow entry is added to the flow table */ > > + void (*flow_new)(stru

Re: [ovs-dev] [PATCH/RFC] datapath: offload hooks

2014-10-08 Thread Simon Horman
On Tue, Oct 07, 2014 at 09:50:36PM -0700, Stephen Hemminger wrote: > On Wed, 8 Oct 2014 09:40:51 +0900 > Simon Horman wrote: > > > +struct ovs_offload_ops { > > + /* Flow offload functions */ > > + /* Called when a flow entry is added to the flow table */ > > + void (*flow_new)(struct sw_

Re: [ovs-dev] [PATCH/RFC] datapath: offload hooks

2014-10-07 Thread Stephen Hemminger
On Wed, 8 Oct 2014 09:40:51 +0900 Simon Horman wrote: > + > +struct ovs_offload_ops { > + /* Flow offload functions */ > + /* Called when a flow entry is added to the flow table */ > + void (*flow_new)(struct sw_flow *); > + /* Called when a flow entry is modified */ > + voi

Re: [ovs-dev] [PATCH/RFC] datapath: offload hooks

2014-10-07 Thread Stephen Hemminger
On Wed, 8 Oct 2014 09:40:51 +0900 Simon Horman wrote: > +struct ovs_offload_ops { > + /* Flow offload functions */ > + /* Called when a flow entry is added to the flow table */ > + void (*flow_new)(struct sw_flow *); > + /* Called when a flow entry is modified */ > + void (*