Hi, I am running ubuntu 14.04 as guest with E1000 adapter in VMware ESXi, mTCP sample application get following error with dpdk-2.2.0
./apps/example/epwget 10.1.72.17 1 --------------------------------------------------------------------------------- Loading mtcp configuration from : epwget.conf Loading interface setting Application configuration: URL: / # of total_flows: 1 # of cores: 1 Concurrency: 0 EAL: Detected lcore 0 as core 0 on socket 0 EAL: Detected lcore 1 as core 1 on socket 0 EAL: Detected lcore 2 as core 2 on socket 0 ..................... EAL: PCI device 0000:02:00.0 on NUMA socket -1 EAL: probe driver: 8086:100f rte_em_pmd EAL: PCI memory mapped at 0x7f8935000000 EAL: PCI memory mapped at 0x7f8935020000 PMD: eth_em_dev_init(): port_id 0 vendorID=0x8086 deviceID=0x100f EAL: Error reading from file descriptor 9: Input/output error EAL: Error reading from file descriptor 9: Input/output error EAL: Error reading from file descriptor 9: Input/output error the error coming from eal_intr_process_interrupts, seems not as same as http://dpdk.org/dev/patchwork/patch/945/ any idea? Thanks! Vincent