[dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error

2016-03-23 Thread Xu, Qian Q
: dev at dpdk.org; stephen at networkplumber.org Subject: Re: [dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error 2016-03-21 17:01, Qian Xu: > INTX is badly emulated in Vmware, INTX toggle check didn't work with > Vmware e1000 device. The patch is to fix the issue. Is it po

[dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error

2016-03-22 Thread Stephen Hemminger
On Mon, 21 Mar 2016 11:07:56 +0100 Thomas Monjalon wrote: > 2016-03-21 17:01, Qian Xu: > > INTX is badly emulated in Vmware, INTX toggle check didn't work > > with Vmware e1000 device. The patch is to fix the issue. > > Is it possible to detect a VMware e1000 device? > > > --- a/lib/librte_eal/

[dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error

2016-03-21 Thread Qian Xu
In vmware esxi 6.0, add the emulated e1000 device to guest, then launch the VM, we will see the error meassage as below: EAL: Error reading from file descriptor 21: Input/output error INTX is badly emulated in Vmware, INTX toggle check didn't work with Vmware e1000 device. The patch is to fix the

[dpdk-dev] [PATCH] igb_uio: fix vmware e1000 input/output error

2016-03-21 Thread Thomas Monjalon
2016-03-21 17:01, Qian Xu: > INTX is badly emulated in Vmware, INTX toggle check didn't work > with Vmware e1000 device. The patch is to fix the issue. Is it possible to detect a VMware e1000 device? > --- a/lib/librte_eal/linuxapp/igb_uio/igb_uio.c > +++ b/lib/librte_eal/linuxapp/igb_uio/igb_uio