[nox-dev] nox-gui.py only shows one flow entry

2011-02-07 Thread MinChi Tseng
Hi All, I am using nox-destiny branch and NEC IP8800 openflow-enabled switch. nox-gui.py only shows one flow entry information even though there are more than one flow entries on the openflow switch. And I found that it is because the openflow switch replied each flow statistics in individual

Re: [nox-dev] nox-gui.py only shows one flow entry

2011-02-07 Thread Kyriakos Zarifis
Hi MinChi, thanks for reporting this, we haven't actually had the chance to play around with a NEC switch and hadn't come across this so far. So just to clarify, when you request port stats, does the NEC switch send back one message per port? It looks like we should tweak it to multiplex the

Re: [nox-dev] nox-gui.py only shows one flow entry

2011-02-07 Thread Murphy McCauley
I pushed a fix to a related problem as 78949e67597709f9139ce8ac4790db75ea97bbdb (Fix switchstats with some switches). This accumulates table stats messages for the switchstats app. I think we just need to do the same thing for the GUI... -- Murphy On Feb 7, 2011, at 5:27 PM, Kyriakos

Re: [nox-dev] nox-gui.py only shows one flow entry

2011-02-07 Thread MinChi Tseng
To: MinChi Tseng Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] nox-gui.py only shows one flow entry Hi MinChi, thanks for reporting this, we haven't actually had the chance to play around with a NEC switch and hadn't come across this so far. So just to clarify, when you request port stats, does