Thank you Ben,

I did try enqueue action of the OpenFlow and used the
ofp_queue_stats_request. I got this in the reply.

DEBUG:misc.of_tutorial:QueueStatsReceived from 00-00-00-00-00-01:
[{'tx_bytes': 42, 'queue_id': 0, 'tx_packets': 1, 'port_no': 1,
'tx_errors': 0}]

Now i am looking for some more information in the POX such as rate, burst
etc. Any idea how do i get that in my controller?

Regards,
Geetha



On Tue, Mar 5, 2013 at 3:27 PM, Ben Pfaff <b...@nicira.com> wrote:

> ofp_stats_request will return stats of queues in the OVS database.
>
> On Tue, Mar 05, 2013 at 03:20:52PM -0800, Geetha S wrote:
> > Hi Ben,
> >
> > I want to get the "stats" of  queues created in the OVS-database in the
> POX
> > controller.
> >
> > Is it possible with the *ofp_stats_request* mentioned in the POX wiki? Or
> > do i need to use "tc" to add queues.
> >
> > Regards,
> > Geetha
> >
> >
> >
> >
> > On Tue, Mar 5, 2013 at 1:01 PM, Ben Pfaff <b...@nicira.com> wrote:
> >
> > > I don't know of any function by that name.  I think you have a
> > > vocabulary problem.
> > >
> > > What do you want to do to the queues?
> > >
> > > On Tue, Mar 05, 2013 at 12:03:55PM -0800, Geetha S wrote:
> > > > Sure Ben, but my question was how to access the queues of the OVS DB
> from
> > > > the POX controller. I happen to look at the OpenFlow switch spec and
> > > found
> > > > ofp_queue_get_config_request.
> > > >
> > > > Even i am not sure if that function is relevant and i can use it.
> > > >
> > > > Thanks,
> > > > Geetha
> > > >
> > > >
> > > > On Tue, Mar 5, 2013 at 8:29 AM, Ben Pfaff <b...@nicira.com> wrote:
> > > >
> > > > > On Mon, Mar 04, 2013 at 02:17:11PM -0800, Geetha S wrote:
> > > > > > Can you please tell me whether ofp_queue_get_config_request()
> works
> > > and
> > > > > how
> > > > > > i should use it?
> > > > >
> > > > > ofp_queue_get_config_request() appears to be part of NOX.  The OVS
> > > > > mailing lists are not a good place to ask questions about NOX.
> > > > >
> > >
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to