DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] ixgbe: fix LSC callback
@ 2015-09-01  6:21 Shelton Chia
  2015-09-01  7:42 ` Lu, Wenzhuo
  0 siblings, 1 reply; 4+ messages in thread
From: Shelton Chia @ 2015-09-01  6:21 UTC (permalink / raw)
  To: dev; +Cc: letaotor

add _rte_eth_dev_callback_process to call callback func

Signed-off-by: Shelton Chia <jiaxt@sinogrid.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index b8ee1e9..4e4c118 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -2775,6 +2775,8 @@ ixgbe_dev_interrupt_action(struct rte_eth_dev *dev)
 
 		ixgbe_dev_link_status_print(dev);
 
+		__rte_eth_dev_callback_process(dev, RTE_ETH_EVENT_INTR_LSC);
+
 		intr_enable_delay = true;
 	}
 
-- 
2.5.0

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

end of thread, other threads:[~2015-09-01  8:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01  6:21 [dpdk-dev] [PATCH] ixgbe: fix LSC callback Shelton Chia
2015-09-01  7:42 ` Lu, Wenzhuo
2015-09-01  8:09   ` 贾学涛
2015-09-01  8:38     ` 贾学涛

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