[dpdk-dev] [PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag

2015-09-28 Thread Kirill A. Korinsky
> On 28 Sep 2015, at 01:41, Stephen Hemminger > wrote: > > On Sun, 27 Sep 2015 12:51:06 +0400 > "Kirill A. Korinsky" wrote: > >> When you try to run any DPDK-app in VMWare with e1000/82545EM NIC >> you have a lot of lines like: >> >> EAL: Error reading from file descriptor 9: Input/output e

[dpdk-dev] [PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag

2015-09-28 Thread Kirill A. Korinsky
> On 28 Sep 2015, at 01:41, Stephen Hemminger > wrote: > > On Sun, 27 Sep 2015 12:51:06 +0400 > "Kirill A. Korinsky" wrote: > >> When you try to run any DPDK-app in VMWare with e1000/82545EM NIC >> you have a lot of lines like: >> >> EAL: Error reading from file descriptor 9: Input/output e

[dpdk-dev] [PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag

2015-09-27 Thread Stephen Hemminger
On Sun, 27 Sep 2015 12:51:06 +0400 "Kirill A. Korinsky" wrote: > When you try to run any DPDK-app in VMWare with e1000/82545EM NIC > you have a lot of lines like: > > EAL: Error reading from file descriptor 9: Input/output error > > The reason of this error is bad INTX emulation in VMWare > a

[dpdk-dev] [PATCH] Fix VMware emulated e1000 doesn't support INTX_DISABLE flag

2015-09-27 Thread Kirill A. Korinsky
When you try to run any DPDK-app in VMWare with e1000/82545EM NIC you have a lot of lines like: EAL: Error reading from file descriptor 9: Input/output error The reason of this error is bad INTX emulation in VMWare and pci_intx_mask_supported return false every time. --- lib/librte_eal/linuxap