[ovs-discuss] Packet are truncated to default MTU 1500 - namespace connected via a TAP device

2017-06-14 Thread Avi Cohen (A)
Hi All, I have a namespace connected to ovs-dpdk via a tap device # create an internal ovs port ovs-vsctl add-port br-int tap1 -- set Interface tap1 type=internal # attach it to namespace ip link set tap1 netns ns1 I also have vxlan port in the br-int. When I send a packet from namespace with

Re: [ovs-discuss] [dpdk-dev] Does ovs-dpdk support QoS on dpdkvhostuser port and other port?

2017-06-14 Thread Sam
Thank you, I found normal ovs support this: set port eth0 qos=@newqos -- \ > --id=@newqos create qos type=linux-htb \ > other-config:max-rate=10 \ > queues:123=@vif10queue \ > queues:234=@vif20queue -- \ > --id=@vif10queue create queue other-config:max-rate=1000 -- \ >

Re: [ovs-discuss] [dpdk-dev] Does ovs-dpdk support QoS on dpdkvhostuser port and other port?

2017-06-14 Thread Stokes, Ian
> Hi, all > > Does ovs-dpdk support QoS on dpdkvhostuser port and other port, just like > 'HTB' for kernel based ovs port? > > Or will ovs-dpdk support this? Hi Sam, Currently ovs-dpdk does not support HTB for QoS. In terms of what can be applied to a vhost user port (and other dpdk port

[ovs-discuss] OvS flow setup time.

2017-06-14 Thread nickcooper-zhangtonghao
We use the ovs_lock/ovs_unlock when we new a flow(ovs_flow_cmd_new) in the kernel datapath. May this affect the flow setup time ? because there may be multiple upcall handler threads. Another question, how can I test the flow setup time. The ovs-benchmark has been removed. Thanks. Nick

Re: [ovs-discuss] OVS-DPDK polling cycles and processing cycles for pmd

2017-06-14 Thread Hui Xiang
Thanks Darrell. On Tue, Jun 13, 2017 at 1:14 AM, Darrell Ball wrote: > > > > > *From: *Hui Xiang > *Date: *Sunday, June 11, 2017 at 11:35 PM > *To: *Darrell Ball > *Cc: *"ovs-discuss@openvswitch.org" >