[dpdk-dev] EAL : Input/output error on DPDK 1.7.1

2014-10-24 Thread Stephen Hemminger
INTX is badly emulated in VMWare; the disable logic doesn't work. I thought the DPDK API detected when link state interrupt would not work. But of course the application needs to check that before enabling link state On Fri, Oct 24, 2014 at 8:52 AM, Masaru Oki wrote: > Hi, > I got same result in

[dpdk-dev] EAL : Input/output error on DPDK 1.7.1

2014-10-24 Thread Masaru Oki
Hi, I got same result in VMware Workstation environment. At least in my environment, INTX toggle check is not work with VMware E1000 Ethernet. Please try attached patch. 2014-10-17 3:04 GMT+09:00 Raghav K : > Hey, > I observe continuous burst of I/O Errors, as indicated below, with the > testpmd

[dpdk-dev] EAL : Input/output error on DPDK 1.7.1

2014-10-16 Thread Raghav K
Hey, I observe continuous burst of I/O Errors, as indicated below, with the testpmd application with DPDK 1.7.1.This seems to originate from eal_intr_process_interrupts() function. I seemed to have setup the DPDK prerequisites alright. Another recent post seemed to suggest moving back to 1.7.0,