Re: [Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-18 Thread YAMAMOTO Takashi
> hi, > > currently experimenter OXM support in Ryu is somehow specific > to EXT-256. > > with the patch set i posted last week, it should be trivial > to add your OXM. > see http://sourceforge.net/p/ryu/mailman/message/33236847/ for example. > > YAMAMOTO Takashi > >> Hi All, >> >> I am tr

Re: [Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-18 Thread YAMAMOTO Takashi
hi, currently experimenter OXM support in Ryu is somehow specific to EXT-256. with the patch set i posted last week, it should be trivial to add your OXM. see http://sourceforge.net/p/ryu/mailman/message/33236847/ for example. YAMAMOTO Takashi > Hi All, > > I am trying to write a RYU scrip

Re: [Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-16 Thread nitish nagesh
Hi All, Please help.. any suggestions? Thanks, Nitish On Jan 14, 2015 5:29 PM, "nitish nagesh" wrote: > Hello, > >Actually i have done some changes to my switch to support a particular > experimenter Match field (not a meter) in Flow Mod Message. I would want a > controller which can ge

Re: [Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-14 Thread Henrique Santos Fernandes
Hello, first you need to know if your softswitch/switch dupport the experimenter meter. You can look it here: http://osrg.github.io/ryu/certification.html Em Wed Jan 14 2015 at 08:50:09, nitish nagesh escreveu: > Hello, > > Posting the code snippet which i tried (Pardon my coding style/s

Re: [Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-13 Thread Henrique Santos Fernandes
Nitish, i was trying to do something like i guess. But i am trying to edit the swith handler, as i want the table miss to be with the meter! Following you question: First you need to reate the meter: For my it i slike this: rate=25 burst_size=0 bands=[] bands.

[Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-13 Thread nitish nagesh
Hi All, I am trying to write a RYU script to send an experimenter Match field in the Flow Mod message. I was referring to "simple_switch_13.py" and trying to figure out how i can change the add_flow function so that the "match" would contain the experimenter Match field as well. Was not able t

[Ryu-devel] Experimenter Match Field in Flow Mod..

2015-01-13 Thread nitish nagesh
Hi All, I am trying to write a RYU script to send an experimenter Match field in the Flow Mod message. I was referring to "simple_switch_13.py" and trying to figure out how i can change the add_flow function so that the "match" would contain the experimenter Match field as well. Was not able t