[dpdk-users] Invalid NUMA socket

2018-08-25 Thread waqas ahmed
Hi everyone, we have dual socket xeon cpu, and we have intel 52899 10g nic having pci address :05:00.0. while running helloworld app EAL log tells that this device is found on numa socket -1 ! it should be found on either numa node 0 or 1? --

Re: [dpdk-users] vfio-pci: probe of 0000:00:07.0 failed with error -22-KVM guest

2018-08-25 Thread Raman, Sandeep
Hi Rami, This is solved now after enabling noiommu for vfio in the KVM guest as below: modprobe vfio enable_unsafe_noiommu_mode=Y modprobe vfio-pci I launch the guest via virt-manager and the VF's are attached by 'Add PCI Hardware' option. Regards, Sandeep. -Original Message- From: Ra

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

2018-08-25 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 openvswitch]# cat /pro

Re: [dpdk-users] AF_PACKET pmd and linux networking stack

2018-08-25 Thread Andrew Wang
Rami Thank you for the suggestion. Later I found it was a problem with the dpdk app (setting incorrect mac address). Andrew On Fri, Aug 17, 2018 at 5:15 PM Rami Rosen wrote: > Hi Andrew, > I am not sure at all that there is a way of achieving it, because of the > way AF_PACKET works. > But cou