mirror of https://github.com/ipxe/ipxe.git
[infiniband] Indicate that device does not support interrupts
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
025b1cb3f8
commit
3a9f0e0f84
|
@ -537,17 +537,6 @@ static void ipoib_poll ( struct net_device *netdev ) {
|
||||||
ib_poll_eq ( ibdev );
|
ib_poll_eq ( ibdev );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Enable/disable interrupts on IPoIB network device
|
|
||||||
*
|
|
||||||
* @v netdev Network device
|
|
||||||
* @v enable Interrupts should be enabled
|
|
||||||
*/
|
|
||||||
static void ipoib_irq ( struct net_device *netdev __unused,
|
|
||||||
int enable __unused ) {
|
|
||||||
/* No implementation */
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handle IPv4 broadcast multicast group join completion
|
* Handle IPv4 broadcast multicast group join completion
|
||||||
*
|
*
|
||||||
|
@ -730,7 +719,6 @@ static struct net_device_operations ipoib_operations = {
|
||||||
.close = ipoib_close,
|
.close = ipoib_close,
|
||||||
.transmit = ipoib_transmit,
|
.transmit = ipoib_transmit,
|
||||||
.poll = ipoib_poll,
|
.poll = ipoib_poll,
|
||||||
.irq = ipoib_irq,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue