Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniele Di Proietto
On 9/26/14, 6:37 AM, "Daniel Badea" wrote: >I finished writing the environment setup script following instructions >from >https://urldefense.proofpoint.com/v1/url?u=https://raw.githubusercontent.c >om/openvswitch/ovs/master/INSTALL.DPDK&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A >&r=MV9BdLjtFIdhBDBaw5

Re: [ovs-discuss] Meter IDs and meter cleanup on disconnect

2014-09-26 Thread Gur Stavi
I will try but I am not too familiar with OVS internals. Hope I can find existing cleanup code to reuse. From: Ben Pfaff Sent: Friday, September 26, 2014 8:39 PM To: Gur Stavi Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Meter IDs and meter clean

[ovs-discuss] L7-filter and Openvswitch

2014-09-26 Thread Gustavo Miotto
Hi all, I need to filter packets based on Layer 7 inside of ovs flow tables for my graduation work. Doing some research on internet I've found l7-filter http://l7-filter.sourceforge.net/ Does anyone know if it is possible to use this software inside the OVS code? Thanks in advance. Best regard

Re: [ovs-discuss] Meter IDs and meter cleanup on disconnect

2014-09-26 Thread Ben Pfaff
On Wed, Sep 24, 2014 at 07:26:19AM +, Gur Stavi wrote: > Resending the message since commands were scrambeled. > > I didn't ask for any mode in purpose I used the commands below to initialize > OVS. > Nevertheless, I do like the fact that flows are getting deleted, I just think > that meters

Re: [ovs-discuss] OpenVswitch on OpenWrt(backfire)

2014-09-26 Thread Ping Chun Huang
Hi, try to use my guild https://github.com/pichuang/openvwrt thx. pichuang, Ping-Chun Huang 黃秉鈞 Wireless Internet Laboratory D-Link NCTU Joint Research Center Computer Center, Department of Computer Science National Chiao Tung University 2014-09-27 0:43 GMT+08:00 Ben Pfaff : > On Fri, Sep 2

Re: [ovs-discuss] Netflow update forces slow path?

2014-09-26 Thread Ben Pfaff
On Fri, Sep 26, 2014 at 07:20:34AM -0700, Masoud Moshref Javadi wrote: > Does NetFlow requires packets to go through the userspace (slow-path)? No. > If no, how NetFlow records are updated in kernel? The kernel maintains packet and byte counts, which userspace uses to compose NetFlow records. __

Re: [ovs-discuss] OpenVswitch on OpenWrt(backfire)

2014-09-26 Thread Ben Pfaff
On Fri, Sep 26, 2014 at 10:29:06PM +0800, H leo wrote: > Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build > the OpenVswtich according to https://github.com/schuza/openvswitch.But I > found it worked fine on OpenWrt(attitude_adjustment) but failed on > backfire.Is there an

[ovs-discuss] OpenVswitch on OpenWrt(backfire)

2014-09-26 Thread H leo
Hello,everyone.Recently I am trying to build OpenVswtich on OpenWrt.I build the OpenVswtich according to https://github.com/schuza/openvswitch.But I found it worked fine on OpenWrt(attitude_adjustment) but failed on backfire.Is there anyone have build OVS on attitude_adjustment?Can give me some gui

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
Here the output of building OVS master vs DPDK master (make -j 16). I'm working on an environment setup script to build everything from scratch in a reproducible way and will post it when it's done. Thanks, Daniel cd dpdk grep url .git/config # url = git://dpdk.org/dpdk git log -n1 --pretty=form

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
I finished writing the environment setup script following instructions from https://raw.githubusercontent.com/openvswitch/ovs/master/INSTALL.DPDK and the results are: - ovs still not building against dpdk head (version 1.7.1) because: const struct rte_mbuf' has no member named 'pkt' - ovs build

Re: [ovs-discuss] ovs-vswitchd with crashes when adding a dpdk port

2014-09-26 Thread Daniel Badea
I was following instructions on this page: https://wiki.linaro.org/LNG/Engineering/OVSDPDKOnUbuntu (last edited 2014-07-17) about "Openvswitch over DPDK on Ubuntu" and didn't notice the repository link is different. Anyway, I'm using the correct one when trying to build ovs with dpdk support: /

Re: [ovs-discuss] DPDK in userspace has exact cache?

2014-09-26 Thread Gurucharan Shetty
On Fri, Sep 26, 2014 at 7:24 AM, Masoud Moshref Javadi wrote: > Hi > > I saw that OVS DPDK runs in userspace. Does that mean that it doesn't use > the exact flow cache anymore? > If it doesn't use how only the slow-path classifier can keep up with the > high packet rate of 10Gbps links? > If it us

[ovs-discuss] DPDK in userspace has exact cache?

2014-09-26 Thread Masoud Moshref Javadi
Hi I saw that OVS DPDK runs in userspace. Does that mean that it doesn't use the exact flow cache anymore? If it doesn't use how only the slow-path classifier can keep up with the high packet rate of 10Gbps links? If it uses the exact cache, can you point me to the code that runs the exact flo

[ovs-discuss] Netflow update forces slow path?

2014-09-26 Thread Masoud Moshref Javadi
Hi, Does NetFlow requires packets to go through the userspace (slow-path)? If no, how NetFlow records are updated in kernel? Thanks ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss