On Sat, May 18, 2013 at 12:02:33AM +0300, Volkan YAZICI wrote:
> Is there a way to query the switch to get some statistics on the controller
> performance, e.g., PacketIn response time, etc.? Put another way, for a
> simple ping traversal, how can I measure the time consumed by the
> switch-control
Hi,
Is there a way to query the switch to get some statistics on the controller
performance, e.g., PacketIn response time, etc.? Put another way, for a
simple ping traversal, how can I measure the time consumed by the
switch-controller communication?
Best.
On Fri, May 17, 2013 at 4:20 AM, Xu Zhongxing wrote:
> Hi all,
>
> My task is to implement some packet inspection function in openvswitch,
> e.g., to compare each packet with some virus signature. I guess this should
> be put in the kernel module. I am reading the code. Could someone give me
> som
On Thu, May 16, 2013 at 10:27:10AM +0530, akash sharma wrote:
> I have created two queues on bridge br0 port br0 and eth2.
>
> Then I added an IP flow entry with action to forward the matching packets
> to queue 0 on port eth2.
>
> Using a packet generator, I sent 10 matching packets to the switc
Hi,
I have created two queues on bridge br0 port br0 and eth2.
Then I added an IP flow entry with action to forward the matching packets
to queue 0 on port eth2.
Using a packet generator, I sent 10 matching packets to the switch.
The packet count got updated in both dump-flows and queue stats.
Hi all,
My task is to implement some packet inspection function in openvswitch, e.g.,
to compare each packet with some virus signature. I guess this should be put in
the kernel module. I am reading the code. Could someone give me some hint on
where I could put the code exactly? Thank you.
Xu Z