Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-19 Thread Kapil A
> *From:* Kapil A [mailto:kapil20...@gmail.com] > *Sent:* Monday, 19 February, 2018 13:41 > > *To:* Jan Scheurich <jan.scheur...@ericsson.com> > *Cc:* disc...@openvswitch.org; d...@openvswitch.org > *Subject:* Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to

Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-19 Thread Jan Scheurich
>> Cc: disc...@openvswitch.org<mailto:disc...@openvswitch.org>; d...@openvswitch.org<mailto:d...@openvswitch.org> Subject: Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ? Hi Jan, Thanks for the clarific

Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-19 Thread Kapil A
VM would then use the virtio PMD, I expect this to be > supported by all DPDK vSwitches. > > > > BR, Jan > > > > *From:* Kapil A [mailto:kapil20...@gmail.com] > *Sent:* Wednesday, 14 February, 2018 03:47 > *To:* Jan Scheurich <jan.scheur...@ericsson.com> > *Cc:

Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-14 Thread Jan Scheurich
ubject: Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ? Hi Jan, Thanks for the clarification. I also came across patch port as the best option between ovs Bridges. But, is it possible to use patch ports to an external Op

Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-13 Thread Kapil A
ev-boun...@openvswitch.org [mailto: > ovs-dev-boun...@openvswitch.org] On Behalf Of Kapil A > > Sent: Tuesday, 13 February, 2018 16:44 > > To: disc...@openvswitch.org; d...@openvswitch.org > > Subject: [ovs-dev] DPDK: How to send packets from one OVS bridge to > an

Re: [ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-13 Thread Jan Scheurich
. Regards, Jan > -Original Message- > From: ovs-dev-boun...@openvswitch.org > [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Kapil A > Sent: Tuesday, 13 February, 2018 16:44 > To: disc...@openvswitch.org; d...@openvswitch.org > Subject: [ovs-dev] DPDK: How to send pa

[ovs-dev] DPDK: How to send packets from one OVS bridge to another OVS bridge while running in the same user space ?

2018-02-13 Thread Kapil A
Hello, In my setup, i have two DPDK ports, where dpdk0 is part of br0 and and dpdk1 is part of br1. How can i send packets from br0 to br1 in an efficient way within userspace with good performance? I came across, veth pair as one option, but i couldn't find if it will provide good performance in