From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiaoyun Li Subject: [PATCH 0/2] remove unnecessary call of rte intr enable Date: Thu, 27 Sep 2018 05:21:53 -0400 Message-ID: <1538040115-44176-1-git-send-email-xiaoyun.li@intel.com> Cc: Xiaoyun Li To: dev@dpdk.org, qi.z.zhang@intel.com, beilei.xing@intel.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 7AF6C1B11A for ; Thu, 27 Sep 2018 11:38:50 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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