Re: [ovs-dev] [PATCH V2 00/10] Openvswitch: Add support Intel DPDK ports

2014-03-24 Thread Pravin Shelar
Thanks guys for reviews. I pushed patch series to master. On Fri, Mar 21, 2014 at 11:02 AM, Pravin wrote: > Following patch adds DPDK netdev-class to userspace datapath. > Approach taken in this patch differs from Intel DPDK vSwitch > where DPDK datapath switching is done in saparate process. Th

[ovs-dev] [PATCH V2 00/10] Openvswitch: Add support Intel DPDK ports

2014-03-21 Thread Pravin
Following patch adds DPDK netdev-class to userspace datapath. Approach taken in this patch differs from Intel DPDK vSwitch where DPDK datapath switching is done in saparate process. This patch adds support for DPDK type port and uses OVS userspace datapath for switching. Therefore all DPDK proces