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

Xiaoyun Li (2):
  net/ixgbe: remove unnecessary call of rte intr enable
  net/i40e: remove unnecessary call of rte intr enable

 drivers/net/i40e/i40e_ethdev.c   | 1 -
 drivers/net/ixgbe/ixgbe_ethdev.c | 9 +++------
 2 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.7.4

Reply via email to