ixgbevf: cleanup unnecessary interrupt handler
authorCunming Liang <cunming.liang@intel.com>
Wed, 4 Nov 2015 08:45:37 +0000 (16:45 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Nov 2015 14:27:42 +0000 (15:27 +0100)
commit28a928a8719c87a75ed14713ca25d0438f898567
tree8253b91855978bd490f9f78011ad2f0413d54dbd
parent85c1089d78d0c865b4f90e124a5955c6301cb5f1
ixgbevf: cleanup unnecessary interrupt handler

As ixgbe vf doesn't support lsc, the patch removes those unused code.
In addition, it does some tiny cleanup.

Signed-off-by: Cunming Liang <cunming.liang@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c