Re: [ovs-discuss] Ovs with DPDK:Error attaching device '0000:02:00.0' to DPDK

2018-07-30 Thread Pradeep K.S
DPDK Looks hugepages in 2M, 1G and this is fine if system doesn't have 1G huge pages we can expect this message. 2018-07-30T02:12:05.443Z|00013|dpdk|WARN|EAL: No free hugepages reported in hugepages-1048576kB This is something to look far: 2018-07-30T02:13:51.690Z|00041|dpdk|ERR|EAL: Unable to f

Re: [ovs-discuss] Ovs with DPDK:Error attaching device '0000:02:00.0' to DPDK

2018-07-29 Thread Vancasola
Thanks for your reply, I load/inserted vfio-pci driver and bind NICs before starting OVS-DPDK and try again, but it still doesn't work. And this is the latest ovs-vswichd.log: 2018-07-30T02:12:05.416Z|1|vlog|INFO|opened log file /usr/local/var/log/openvswitch/ovs-vswitc

Re: [ovs-discuss] Ovs with DPDK:Error attaching device '0000:02:00.0' to DPDK

2018-07-28 Thread Pradeep K.S
Did you load/inserted vfio-pci driver before starting ovs, else ovs-dpdk won't initialize with support for vfio-pci. If not reload the openvswitch process after loading vfio module in the kernel. ovs-vswichd.log will help to debug further if above doesn't resolve your error. On Sat, Jul 28, 2

[ovs-discuss] Ovs with DPDK:Error attaching device '0000:02:00.0' to DPDK

2018-07-28 Thread Vancasola
Hi, When I try to add a port with dpdk, I met an error: "Error attaching device ':02:00.0' to DPDK". This is the instruction: ovs-vsctl add-port br0 dpdk-p0 -- set Interface dpdk-p0 type=dpdk options:dpdk-devargs=:02:00.0 I have searched github and many mails, but I still cannot f