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

2016-06-20 Thread Wang, Alex
t;gowrishanka...@linux.vnet.ibm.com> Cc: Wang, Alex <alex.w...@intel.com>; dev@openvswitch.org Subject: Re: [ovs-dev] [dpdk-ovs] Memory allocation error while trying to add a dpdk mode port to ovs bridge Hi Alex, This problem usually happens when there is not memory allocated to DPDK in the

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

2016-06-20 Thread Mauricio Vásquez
Hi Alex, This problem usually happens when there is not memory allocated to DPDK in the socket where the port is connected to. Please use the dpdk-socket-mem option to set the amount of memory for DPDK in the different NUMA sockets, Example: ovs-vsctl --no-wait set Open_vSwitch .

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

2016-06-20 Thread gowrishankar
On Monday 20 June 2016 08:21 AM, Wang, Alex wrote: Hi There, I downloaded the master branch from github and tried to setup OVS with DPDK mode under Ubuntu16.04 kernel_4.4.0-21-generic. However I encountered below error while I was trying to add a dpdk port to the OVS bridge. Is this an

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

2016-06-20 Thread Wang, Alex
cation error while trying to add a dpdk mode port to ovs bridge Hi There, I downloaded the master branch from github and tried to setup OVS with DPDK mode under Ubuntu16.04 kernel_4.4.0-21-generic. However I encountered below error while I was trying to add a dpdk port to the OVS bridge.

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

2016-06-19 Thread Wang, Alex
Hi There, I downloaded the master branch from github and tried to setup OVS with DPDK mode under Ubuntu16.04 kernel_4.4.0-21-generic. However I encountered below error while I was trying to add a dpdk port to the OVS bridge. Error messages: