Hello!
Does ovs has ip fragmentation support in any of the versions ?
Srikanth
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
(+DPDK dev team )
Hello ,
I am trying to test the OVS_DPDK performance and found that lot of packets
being treated as error packets .
ovs-vsctl get Interface dpdk0 statistics
{collisions=0, rx_bytes=38915076374, rx_crc_err=0, rx_dropped=0,
*rx_errors=3840287219
<3840287219>, *rx_frame_err=0, rx
Hello ,
I am trying to test the OVS_DPDK performance and found that lot of packets
being treated as error packets .
ovs-vsctl get Interface dpdk0 statistics
{collisions=0, rx_bytes=38915076374, rx_crc_err=0, rx_dropped=0,
*rx_errors=3840287219,
*rx_frame_err=0, rx_over_err=0, rx_packets=292972799
> > processing port 'dpdk2'
> > 2015-07-22T17:33:40.466Z|3|dpif_netdev(pmd41)|INFO|Core 0
> > processing port 'dpdk1'
> > 2015-07-22T17:33:40.466Z|4|dpif_netdev(pmd41)|INFO|Core 0
> > processing port 'dpdk0'
> > 2015-07-22T17:
k resident set size
after 10.3 seconds
2015-07-22T17:33:44.470Z|00025|memory|INFO|handlers:13 ports:5
revalidators:5 rules:5
I am under a strong opinion that i have missed some configuration here .
Please let me know .
-Srikanth
On Wed, Jul 22, 2015 at 11:30 AM, Srikanth Akula
wrote:
>
Hi Ciera ,
Thank you for your reply .
I am assuming , we dont need to configure any flows if both the ports are
in the ovs-bridge ( each is connected to a guest) , Please let me know if i
am wrong .
however, i tried to configure the flows too as per your suggestion , but
still i am unable to se
Hello,
I am trying to use vhost-user for sending traffic between VMs . I have
configured two "dpdkvhostuser" interfaces each VM using one of them each .
vswitchd is running with dpdk.
Qemu is running with the vhost interfaces
Guest OS can see interfaces - Verified with the static MAC i have assi