DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] remove unnecessary call of rte intr enable
@ 2018-09-27  9:21 Xiaoyun Li
  2018-09-27  9:21 ` [dpdk-dev] [PATCH 1/2] net/ixgbe: " Xiaoyun Li
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiaoyun Li @ 2018-09-27  9:21 UTC (permalink / raw)
  To: dev, qi.z.zhang, beilei.xing, wenzhuo.lu, jingjing.wu; +Cc: Xiaoyun Li

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-29  2:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-27  9:21 [dpdk-dev] [PATCH 0/2] remove unnecessary call of rte intr enable Xiaoyun Li
2018-09-27  9:21 ` [dpdk-dev] [PATCH 1/2] net/ixgbe: " Xiaoyun Li
2018-09-27  9:21 ` [dpdk-dev] [PATCH 2/2] net/i40e: " Xiaoyun Li
2018-09-29  2:57 ` [dpdk-dev] [PATCH 0/2] " Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).