[dpdk-dev] [PATCH] igb_uio: fall back to enable/disable irq mode

2014-07-24 Thread Yerden Zhumabekov
24.07.2014 0:09, Stephen Hemminger ?: >> Rewritten IRQ mode handling code introduced in commit 399a3f0d >> (igb_uio: fix IRQ mode handling) renders some faulty NICs (VMware >> e1000, for example) unusable if INTX mode is not supported. >> >> This patch gets these NICs up and running, but throwi

[dpdk-dev] [PATCH] igb_uio: fall back to enable/disable irq mode

2014-07-24 Thread Stephen Hemminger
On Thu, 24 Jul 2014 09:11:36 +0600 Yerden Zhumabekov wrote: > 24.07.2014 0:09, Stephen Hemminger ?: > >> Rewritten IRQ mode handling code introduced in commit 399a3f0d > >> (igb_uio: fix IRQ mode handling) renders some faulty NICs (VMware > >> e1000, for example) unusable if INTX mode is not

[dpdk-dev] [PATCH] igb_uio: fall back to enable/disable irq mode

2014-07-23 Thread Stephen Hemminger
On Wed, 23 Jul 2014 09:38:46 +0600 Yerden Zhumabekov wrote: > Rewritten IRQ mode handling code introduced in commit 399a3f0d > (igb_uio: fix IRQ mode handling) renders some faulty NICs (VMware > e1000, for example) unusable if INTX mode is not supported. > > This patch gets these NICs up and run

[dpdk-dev] [PATCH] igb_uio: fall back to enable/disable irq mode

2014-07-23 Thread Stephen Hemminger
On Wed, 23 Jul 2014 09:38:46 +0600 Yerden Zhumabekov wrote: > Rewritten IRQ mode handling code introduced in commit 399a3f0d > (igb_uio: fix IRQ mode handling) renders some faulty NICs (VMware > e1000, for example) unusable if INTX mode is not supported. > > This patch gets these NICs up and run

[dpdk-dev] [PATCH] igb_uio: fall back to enable/disable irq mode

2014-07-23 Thread Yerden Zhumabekov
Rewritten IRQ mode handling code introduced in commit 399a3f0d (igb_uio: fix IRQ mode handling) renders some faulty NICs (VMware e1000, for example) unusable if INTX mode is not supported. This patch gets these NICs up and running, but throwing a kernel warning. Signed-off-by: Yerden Zhumabekov