]> bbs.cooldavid.org Git - net-next-2.6.git/commit
e1000e: add netpoll support for MSI/MSI-X IRQ modes
authorDongdong Deng <dongdong.deng@windriver.com>
Wed, 17 Nov 2010 03:50:15 +0000 (19:50 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Nov 2010 03:50:15 +0000 (19:50 -0800)
commit147b2c8cb4f3e16aafc87096365a913d01ee3a21
tree3c65dedd8faf0f02ff01ca0fcc680acc5b273829
parent1b98c2bb63a4b415d8d894d001b6d0256409e0d9
e1000e: add netpoll support for MSI/MSI-X IRQ modes

With enabling CONFIG_PCI_MSI, e1000e could work in MSI/MSI-X IRQ mode,
and netpoll controller didn't deal with those IRQ modes on e1000e.

This patch add the handling MSI/MSI-X IRQ modes to netpoll controller,
so that netconsole could work with those IRQ modes.

Signed-off-by: Dongdong Deng <dongdong.deng@windriver.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/e1000e/netdev.c