[ovs-discuss] Block Egress traffic using flows

2018-01-10 Thread Kapil A
Hi, Is there a way to block/drop the egress traffic on a port by configuring a flow? -- Regards Kapil ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

[ovs-discuss] 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

Re: [ovs-discuss] [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
ailto: > 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 > another OVS bridge while running in the s

Re: [ovs-discuss] [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
o 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 > *Cc:* disc...@openvswitch.org; d...@openvswitch.org > *Subject:

Re: [ovs-discuss] [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
driver. For details > see > > http://dpdk.org/doc/guides/howto/virtio_user_for_container_networking.html > > > > Perhaps that would be an alternative if your second bridge cannot connect > to DPDK rings as ports. > > > > BR, Jan > > > > *From:* Kapil