Re: [ovs-discuss] Measuring Controller Response Time

2013-05-17 Thread Ben Pfaff
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

[ovs-discuss] Measuring Controller Response Time

2013-05-17 Thread Volkan YAZICI
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.

Re: [ovs-discuss] Packet inspection implementation

2013-05-17 Thread Jesse Gross
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

Re: [ovs-discuss] Issue in enqueue action on LOCAL port

2013-05-17 Thread Ben Pfaff
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

[ovs-discuss] Issue in enqueue action on LOCAL port

2013-05-17 Thread akash sharma
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.

[ovs-discuss] Packet inspection implementation

2013-05-17 Thread Xu Zhongxing
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