net/i40e: remove unnecessary interrupt enable
authorXiaoyun Li <xiaoyun.li@intel.com>
Sat, 29 Sep 2018 02:54:09 +0000 (10:54 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:48 +0000 (18:53 +0200)
commit12aa64d1f63d0e8014fbc8cae6210f31330bcede
tree863ad4ae06d1d8c0cc5b91cdc22cb5ffb7a1150a
parent567dc50d627093a10eea900d64704189e744e373
net/i40e: 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/i40e/i40e_ethdev.c