[ovs-dev] [PATCHv11] netdev-afxdp: add new netdev type for AF_XDP.

Eelco Chaudron echaudro at redhat.com
Thu Jun 20 08:26:39 UTC 2019



On 20 Jun 2019, at 4:15, William Tu wrote:

>> The PVP test seems to work fine however after a while it stops
>> forwarding:
>>
>> $ ovs-ofctl dump-flows ovs_pvp_br0
>>   cookie=0x0, duration=8.510s, table=0, n_packets=1, n_bytes=1020,
>> in_port=eno1 actions=output:tapVM
>>   cookie=0x0, duration=8.504s, table=0, n_packets=1, n_bytes=252,
>> in_port=tapVM actions=output:eno1
>>
>> Results:
>>
>> "Physical port, ""eno1"", speed 10 Gbit/s, traffic rate 100%"
>> "Physical to Virtual to Physical test, L3 flows[port redirect]"
>> ,Packet size
>> Number of flows,64,256,1024
>> 10,13448,131687,0
>> 100,596,0,0
>> 1000,596,0,0
>>
>
> Hi Eelco,
>
> What traffic generator are you using?
> Maybe I can try to reproduce it on my testbed.

I’m using a Xena tester, with the following PVP script:

https://github.com/chaudron/ovs_perf

The config I use is:

~/ovs_perf/ovs_performance.py -d -l testrun_log.txt \
    --tester-type=xena --tester-address 10.19.188.64 --tester-interface 6,1 \
    --ovs-address $DUT \
    --ovs-user root --ovs-password $DUT_PW \
    --dut-vm-address 192.168.122.164 \
    --dut-vm-user root --dut-vm-password root \
    --virtual-interface tapVM \
    --dut-vm-nic-pci=0000:00:02.0 \
    --dut-vm-nic-queues=1 \
    --physical-interface eno1 \
    --physical-speed=10 \
    --stream-list=10,100,1000 \
    --packet-list=64,256,1024 \
    --warm-up --warm-up-no-fail --warm-up-time=5 \
    --skip-pv-test \
    --flow-rule-type=port \
    --testpmd-startup-delay=8 \
    --no-bridge-config



More information about the dev mailing list