[nox-dev] about Flowvisor config file

2011-03-20 Thread false
Hi, I followed the manual that established an connection between in the NetFPGA based OF switch and NOX controller, and I got success in the action, and they worked normally. http://www.openflow.org/wk/index.php/FlowVisor_run Then I try to manage Flow by using xxx.guest and xxx.switch, But

[nox-dev] Flow collection- error

2011-03-20 Thread Ricardo Bennesby
Hi. I am running a C++ component that prints statistics of flows collected in switches with the flow_stats_in_event. I am also running the dpctl dump-flows command in mininet to compare the values and they are very different. The request is as follows: *request.table_id = 0xff;

Re: [nox-dev] Flow collection- error

2011-03-20 Thread kk yap
Hi Ricardo, I mean the result. Did you run ntohx on them. Regards KK On 20 March 2011 10:50, Ricardo Bennesby ricardo.benne...@gmail.com wrote: Hi kk, thanks for quick reply. I changed request.match.wildcards = htonl(0x) to: request.match.wildcards = htons(0x); - but it

Re: [nox-dev] Flow collection- error

2011-03-20 Thread Ricardo Bennesby
Sorry, forgot to paste that... fsie is from Flow_stats_in event, declared in a handle_flow_stats_in method (a handler): Disposition newcomp::handle_flow_stats_in(const Event e){ *const Flow_stats_in_event fsie* = assert_castconst Flow_stats_in_event(e); So, fsie.flows