Re: [ovs-discuss] ovs-dpdk crash when use vhost-user in docker

2018-08-21 Thread 广
Hi, This issue was resolved. The cause is i miss a parameter --file-prefix when run l2fwd Thanks Billy and Ciara 张广明 于2018年8月21日周二 下午4:59写道: > Hi, Ciara and Billy > > Thanks for your reply > > The default huge page size that i used is 1GB . > root@localhost

Re: [ovs-discuss] ovs-dpdk crash when use vhost-user in docker

2018-08-21 Thread 广
Hi, Ciara and Billy Thanks for your reply The default huge page size that i used is 1GB . root@localhost openvswitch]# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-3.10.0-514.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto iommu=pt intel_iommu=on default_hugepagesz=1G hugepagesz=1G

[ovs-discuss] ovs-dpdk crash when use vhost-user in docker

2018-08-20 Thread 广
Hi, I used ovs-dpdk as bridge and l2fwd as container. When l2fwd was runned ,the ovs-dpdk was crashed. My command is : docker run -it --privileged --name=dpdk-docker -v /dev/hugepages:/mnt/huge -v /usr/local/var/run/openvswitch:/var/run/openvswitch dpdk-docker ./l2fwd -c 0x06 -n 4