What overhead are you trying to reduce? In the switch? On the wire? But the basic answer is that in OpenFlow 1.0, the way flows are installed is using ofp_flow_mod, which can only install one entry at a time.
-- Murphy On Aug 6, 2013, at 8:47 PM, Keqiang He wrote: > I want to reduce the overhead of establishing the flow rule; now I can only > install one rule using one msg (this is my understanding). I want to know > whether it is possible to install several rules (different flows) using just > one openflow message ? > > Thanks > > On Fri, Aug 2, 2013 at 4:45 AM, Murphy McCauley <[email protected]> > wrote: > I don't think I have enough information to answer this question. > > It might help if you provided more background on what you're trying to > accomplish or what need you're trying to address. > > -- Murphy > > On Aug 1, 2013, at 8:07 AM, Keqiang He wrote: > > > Hello- > > > > As a freshman to POX, I want to know whether POX supports a concept like > > batch operation. Basically, the idea is to insert a set of rules in one > > message. > > > > I am very curious about this. Does anyone has experience with it? > > > > Thanks > > > > Regards
