e1000: add Rx interrupt handler
authorYong Liu <yong.liu@intel.com>
Thu, 29 Oct 2015 09:18:41 +0000 (17:18 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 29 Oct 2015 18:08:38 +0000 (19:08 +0100)
commit921a72008f764826b0c2fbbc8d6c53a736205251
tree388f954974362a1d7786f34a4413993611d91f53
parentdcfd32cfa2277ed52d1d4bb23d9b29b8b3dba869
e1000: add Rx interrupt handler

When datapath rxq interrupt is enabled, enable related device rxq.
Remove the interrupt handler after device stopped.
e1000 only support one type of interrupt cause, so remove lsc interrupt
handler if rxq enabled.

Signed-off-by: Marvin Liu <yong.liu@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
drivers/net/e1000/em_ethdev.c