[ovs-dev] [bond megaflow v5 4/4] ofproto/bond: Implement bond megaflow using recirculation

Andy Zhou azhou at nicira.com
Tue Apr 8 05:40:21 UTC 2014


You are right, it is not related.

The sleep 1 is not needed to the machines I have tried it on. But
since you are working on testing racing recently, I will leave it up
to you. But it is not related to recirculation at any rate, as you
pointed out.

On Mon, Apr 7, 2014 at 8:48 PM, YAMAMOTO Takashi <yamamoto at valinux.co.jp> wrote:
>> @@ -3859,7 +4001,7 @@ ovs-appctl time/stop
>>  ovs-appctl time/warp 5000
>>  AT_CHECK([ovs-appctl netdev-dummy/receive p7 'in_port(1),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.0.0.2,dst=10.0.0.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)'])
>>  AT_CHECK([ovs-appctl netdev-dummy/receive p7 'in_port(1),eth(src=50:54:00:00:00:0b,dst=50:54:00:00:00:0c),eth_type(0x0800),ipv4(src=10.0.0.4,dst=10.0.0.3,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)'])
>> -sleep 1
>> +
>>  AT_CHECK([ovs-appctl dpif/dump-flows br0 | STRIP_XOUT], [0], [dnl
>>  skb_priority(0),in_port(7),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.0.0.2/255.255.255.255,dst=10.0.0.1/255.255.255.255,proto=1/0xff,tos=0/0,ttl=64/0,frag=no/0xff),icmp(type=8,code=0), packets:0, bytes:0, used:never, actions: <del>
>>  skb_priority(0),in_port(7),eth(src=50:54:00:00:00:0b,dst=50:54:00:00:00:0c),eth_type(0x0800),ipv4(src=10.0.0.4/255.255.255.255,dst=10.0.0.3/255.255.255.255,proto=1/0xff,tos=0/0,ttl=64/0,frag=no/0xff),icmp(type=8,code=0), packets:0, bytes:0, used:never, actions: <del>
>
> this hunk seems unrelated to the rest.  is this intentional?
>
> YAMAMOTO Takashi



More information about the dev mailing list