[dpdk-dev] PF vlan filter can not work in x710

2018-02-10 Thread ychen
hi, when I use X710 PF in dpdk mode, i found that vlan filter function does not work. when I only add vlan 102, but I can receive packets with vlan tag100,200,300 etc. I can reproduce this phenomenon following the step: 1. set iommu=pt intel_iommu=on in file /etc/default/grub 2. dpdk-devbind -

[dpdk-dev] why all the other threads except lcore-slave pinned to master lcore?

2016-10-24 Thread ychen
Hi, I am a freshman learning DPDK, when I followed the document INSTALL.DPDK.md to launch openvswitch with dpdk inited, I found that all the threads are pinned to master lcore except lcore-slave and vfio-sync, but I can not find any code to set the affinity for these threads. Here is my questio