net/ixgbe: remove unnecessary interrupt enable
authorXiaoyun Li <xiaoyun.li@intel.com>
Thu, 27 Sep 2018 09:21:54 +0000 (05:21 -0400)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commit567dc50d627093a10eea900d64704189e744e373
tree4f4b7a7cf3bfd6266862b1735de997a1f699969d
parentfbce6f71eb71825b473de69bd383f1641a1553a5
net/ixgbe: remove unnecessary interrupt enable

Since rte_intr_enable is called at init and start time. Remove it in
interrupt_action function to avoid too many system calls.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c