mbox series

[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
Series remove unnecessary call of rte intr enable |

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(-)
  

Comments

Qi Zhang Sept. 29, 2018, 2:57 a.m. UTC | #1
> -----Original Message-----
> From: Li, Xiaoyun
> Sent: Thursday, September 27, 2018 5:22 PM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Lu, Wenzhuo <wenzhuo.lu@intel.com>; Wu, Jingjing
> <jingjing.wu@intel.com>
> Cc: Li, Xiaoyun <xiaoyun.li@intel.com>
> Subject: [PATCH 0/2] remove unnecessary call of rte intr enable
> 
> 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

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi