[ovs-discuss] Why 'OVS_VSWITCHD_STOP' do not run?

2017-08-17 Thread Sam
Hi all, I'm running my ovs test case(my-test.at) like this, but when 'OVS_VSWITCHD_START' or other AT_CHECK failed, 'OVS_VSWITCHD_STOP' will not run, why and how to fix this to let 'OVS_VSWITCHD_STOP' run anyway. Thank you~ ___ discuss mailing list

Re: [ovs-discuss] How to refresh test cases in tests folder?

2017-08-17 Thread Sam
I have to ./boot.sh, then the test case will refresh 2017-08-18 9:17 GMT+08:00 Sam : > Hi all, > > I'm running my test cases, I define a new macro in ofproto-macro.at like > this; > > m4_define([_OVS_VSWITCHD_START], >> [OVS_RUNDIR=/usr/local/var/run/openvswitch; export

[ovs-discuss] How to refresh test cases in tests folder?

2017-08-17 Thread Sam
Hi all, I'm running my test cases, I define a new macro in ofproto-macro.at like this; m4_define([_OVS_VSWITCHD_START], > [OVS_RUNDIR=/usr/local/var/run/openvswitch; export OVS_RUNDIR >OVS_LOGDIR=/usr/local/var/log/openvswitch; export OVS_LOGDIR >

Re: [ovs-discuss] [ovs-dev] [dpdk-dev] [ovs-dpdk-tests] where is ovs-dpdk test case?

2017-08-17 Thread Joe Stringer
On 17 August 2017 at 05:07, Kavanagh, Mark B wrote: > >>From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Sam >>Sent: Thursday, August 17, 2017 7:31 AM >>To: ovs-discuss@openvswitch.org; ovs-...@openvswitch.org; d...@dpdk.org > > Hi Sam, > > Just a heads-up that

[ovs-discuss] In-band problem for OvS+DPDK

2017-08-17 Thread Ali Volkan Atli
Hi In-band operation does not seem to work correctly with DPDK based Open vSwitch I have two boxes running OvS+DPDK, sw1 (ip: 10.10.10.12, mac: 0c:c4:7a:93:a5:ad) and sw2 (ip: 10.10.10.11). sw1's openflow port is connected to sw2's dataport (dpdk binded) and sw2's openflow port is connected

Re: [ovs-discuss] [dpdk-dev] [ovs-dpdk-tests] where is ovs-dpdk test case?

2017-08-17 Thread Kavanagh, Mark B
>From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Sam >Sent: Thursday, August 17, 2017 7:31 AM >To: ovs-discuss@openvswitch.org; ovs-...@openvswitch.org; d...@dpdk.org Hi Sam, Just a heads-up that d...@dpdk.org is strictly for DPDK development threads - I've removed it from this thread.

Re: [ovs-discuss] Hashing to megaflow entry

2017-08-17 Thread Justin Pettit
> On Aug 16, 2017, at 11:56 PM, Sara Gittlin wrote: > > Hi, > Suppose we support megaflows, How the hashing is performed in the > kernel module ? > when packet arrives how do we know 'beforehand' to mask key fields in > order to hit the megaflow entry ? If you haven't

[ovs-discuss] Hashing to megaflow entry

2017-08-17 Thread Sara Gittlin
Hi, Suppose we support megaflows, How the hashing is performed in the kernel module ? when packet arrives how do we know 'beforehand' to mask key fields in order to hit the megaflow entry ? Thank in advance Sara ___ discuss mailing list

[ovs-discuss] [ovs-dpdk-tests] where is ovs-dpdk test case?

2017-08-17 Thread Sam
Hi all, I'm working with ovs-dpdk, I want to run ovs-dpdk test case. But I found there is no test case for 'netdev' type bridge and no test case for ovs-dpdk datapath(which is pmd_thread_main). So my question is where could I find these test cases? Also I change some code in dpdk-vhost client