On Fri, Jul 15, 2016 at 01:51:06PM +0200, nirmoy das wrote: > Hi, > > I am trying to run latest DPDK on Thunderx crb but I am getting following > error with testpmd > > PMD: nicvf_eth_dev_init(): node=0 vf=3 mode=tns-bypass sqs=true > loopback_supported=true > PMD: nicvf_eth_dev_init(): Unsupported SQS VF detected, Detaching... > EAL: PCI device 0002:01:00.5 on NUMA socket 0 > EAL: probe driver: 177d:a034 rte_nicvf_pmd > PMD: nicvf_eth_dev_init(): node=0 vf=4 mode=tns-bypass sqs=true > loopback_supported=true > PMD: nicvf_eth_dev_init(): Unsupported SQS VF detected, Detaching... > > > How to overcome this error?
Avoid binding the SQS VF's to vfio-pci or igb_uio using tools/dpdk_nic_bind.py > > Regards, > Nirmoy
