[dpdk-dev] [PATCH 0/2] remove unnecessary call of rte intr enable

Xiaoyun Li xiaoyun.li at intel.com
Thu Sep 27 11:21:53 CEST 2018


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



More information about the dev mailing list