Re: [ovs-dev] [PATCH v12 2/6] netdev-dpdk: Convert initialization from cmdline to db

2016-06-13 Thread gowrishankar
Hi Daniele, Is there a possibility that this patch would also go in branch-2.5 (2.5.1) ?. Regards, Gowrishankar On Friday 29 April 2016 07:06 PM, Aaron Conole wrote: Daniele Di Proietto writes: Hi Aaron, thanks (again!) for this patch. Few comments: * As I mentioned on my previous

Re: [ovs-dev] [dpdk-ovs] Memory allocation error while trying to add a dpdk mode port to ovs bridge

2016-06-20 Thread gowrishankar
issue if you run ovs-vswitchd without --detach option ? (ie not as detached process) ?. Thanks, Gowrishankar Error messages: root@unassigned-hostname:/opt/APP/utility/dpdk-16.04/tools# ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev root@unassigned-hostname:/opt/APP/utility/dpdk-16.04

Re: [ovs-dev] [PATCH] dpdk: add support for v2.1.0

2015-08-27 Thread gowrishankar
=$RTE_SDK/lib -DPDK_LIB="-lintel_dpdk" +DPDK_LIB="-ldpdk" DPDK_EXTRA_LIB="" To have dpdk built with CONFIG_RTE_LIBRTE_VHOST_NUMA, we would need -lnuma in above extralib. It would be helpful if we document this as well (INSTALL

[ovs-dev] [PATCH] netdev-dpdk: update installation document for correct ovs commands

2015-06-15 Thread Gowrishankar
From: Gowrishankar M For the first time while creating OVS db, ovsdb-tool has to be given schema file existing in source (and not the one installed in distro or not even existing if not installed earlier). Another correction is on right command to use to add vhost-user port. Signed-off-by

Re: [ovs-dev] [PATCH] fix wrong cmd for create dpdkvhostuser in INSTALL.DPDK.md

2015-06-15 Thread gowrishankar
Also updated an additional correction as in : http://openvswitch.org/pipermail/dev/2015-June/056379.html Could you include that as well. Thanks, Gowrishankar On Tuesday 16 June 2015 11:19 AM, Wei li wrote: Signed-off-by: Wei li --- INSTALL.DPDK.md | 4 ++-- 1 file changed, 2 insertions

Re: [ovs-dev] [PATCH] netdev-dpdk: update installation document for correct ovs commands

2015-06-15 Thread gowrishankar
On Tuesday 16 June 2015 11:39 AM, Wei Li wrote: On 2015/6/15 22:33, Gowrishankar wrote: From: Gowrishankar M For the first time while creating OVS db, ovsdb-tool has to be given schema file existing in source (and not the one installed in distro or not even existing if not installed earlier

Re: [ovs-dev] [PATCH] fix wrong cmd for create dpdkvhostuser in INSTALL.DPDK.md

2015-06-16 Thread gowrishankar
On Tuesday 16 June 2015 11:07 PM, Flavio Leitner wrote: On Tue, Jun 16, 2015 at 11:23:07AM +0530, gowrishankar wrote: Also updated an additional correction as in : http://openvswitch.org/pipermail/dev/2015-June/056379.html Could you include that as well. Yeap. One patch with all the s/ovs

Re: [ovs-dev] dpdkvhostuser fail to alloc memory when receive packet from other host

2015-06-17 Thread gowrishankar
On Wednesday 17 June 2015 03:19 PM, Du, Fan wrote: Hi, I'm playing dpdkvhostuser ports with latest DPDK and ovs master tree with iperf benchmarking. When kvm guest1(backed up dpdkvhostuser port)siting on HOST1 is receiving packets from either other physical HOST2, or similar kvm guest2 with dp