er of RX queues to share the load across cores.
>
> Please refer Performance Tuning section in INSTALL.DPDK.md for more
> details.
>
>
>
>
>
> *Regards*
>
> *_Sugesh*
>
>
>
> *From:* Praveen MANKARA RADHAKRISHNAN [mailto:praveen.mank...@6wind.com]
>
hey default to 1. The TX queues are created based on the number
> of lcores, AFAIK.
>
> Regards,
>
> Zoltan
>
>
> On 27/11/15 09:53, Praveen MANKARA RADHAKRISHNAN wrote:
>
>> Hi,
>>
>> I am testing a scenario with 2 servers.
>>
>> 2 serve
source ip.
the problem is its as if 1 port is bind to the 1 core. its not distributing
the packets.
Thanks
Praveen
On Tue, Nov 3, 2015 at 11:33 AM, Praveen MANKARA RADHAKRISHNAN <
praveen.mank...@6wind.com> wrote:
> Hi Sugesh,
>
> Thanks for the information.
> by adding the flow in
Hi,
I am testing a scenario with 2 servers.
2 servers are connected via 1 10Gb interface.
each server 1 ixia port is connected.
from the ixia vlan traffic is coming to dpdk port 0 of server 1. it strips
valn go to a vxlan tunnel through dpdk port 1 to the next server. there
vxla is stripped and
There must be rules for `tnl_push` for pushing the vxlan header and also
> for forward the packet to physical interface.
>
>
>
> *Regards*
>
> *_Sugesh*
>
>
>
> *From:* Praveen MANKARA RADHAKRISHNAN [mailto:praveen.mank...@6wind.com]
> *Sent:* Wednesday, Octob
ovs-ofctl dump-flows br1
>
>
>
> If there is no rules present, please add a rule to forward packet to the
> physical port as follows,
>
> ovs-ofctl add-flow br1 idle_timeout=0,in_port=LOCAL,action=output:1
>
>
>
>
>
> *Regards*
>
> *
at 6:28 PM, Chandran, Sugesh wrote:
>
>
>
>
> *Regards*
>
> *_Sugesh*
>
>
>
> *From:* discuss [mailto:discuss-boun...@openvswitch.org] *On Behalf Of
> *Praveen
> MANKARA RADHAKRISHNAN
> *Sent:* Monday, October 26, 2015 5:23 PM
> *To:* b...@openvswitch.
HI,
I am Praveen,
I am trying a specific test scenario using ovs-dpdk.
Test set up
---
from the traffgen vlan packets are coming to dpdk interface its stripped
using ovs command.
and sending to a vxlan interface which is comnnected in theo other dpdk
interface and send back to t