mbox

[0/2] remove unnecessary call of rte intr enable

Message ID 1538040115-44176-1-git-send-email-xiaoyun.li@intel.com (mailing list archive)
Headers

Message

Li, Xiaoyun Sept. 27, 2018, 9:21 a.m. UTC
  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(-)