DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] igb_uio: remove out-of-date comment
@ 2019-01-15 15:46 Xiaolong Ye
  2019-01-15 16:08 ` Burakov, Anatoly
  2019-01-16  0:34 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
  0 siblings, 2 replies; 12+ messages in thread
From: Xiaolong Ye @ 2019-01-15 15:46 UTC (permalink / raw)
  To: dev, Ferruh Yigit; +Cc: Xiaolong Ye

The comment for igbuio_pci_irqhandler is out of date as the code evolves,
remove it to avoid misleading.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
---
 kernel/linux/igb_uio/igb_uio.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kernel/linux/igb_uio/igb_uio.c b/kernel/linux/igb_uio/igb_uio.c
index 3cf394bdf..7e69b4498 100644
--- a/kernel/linux/igb_uio/igb_uio.c
+++ b/kernel/linux/igb_uio/igb_uio.c
@@ -185,11 +185,6 @@ igbuio_pci_irqcontrol(struct uio_info *info, s32 irq_state)
 	return 0;
 }
 
-/**
- * This is interrupt handler which will check if the interrupt is for the right device.
- * If yes, disable it here and will be enable later.
- */
-static irqreturn_t
 igbuio_pci_irqhandler(int irq, void *dev_id)
 {
 	struct rte_uio_pci_dev *udev = (struct rte_uio_pci_dev *)dev_id;
-- 
2.17.1

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

end of thread, other threads:[~2019-01-31  8:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15 15:46 [dpdk-dev] [PATCH] igb_uio: remove out-of-date comment Xiaolong Ye
2019-01-15 16:08 ` Burakov, Anatoly
2019-01-15 23:54   ` Ye Xiaolong
2019-01-16  0:34 ` [dpdk-dev] [PATCH v2] " Xiaolong Ye
2019-01-16  1:38   ` Stephen Hemminger
2019-01-16  5:17     ` Ye Xiaolong
2019-01-16  7:48     ` Ye Xiaolong
2019-01-16 18:55       ` Stephen Hemminger
2019-01-17  2:13         ` Ye Xiaolong
2019-01-22  1:52           ` Ye Xiaolong
2019-01-29 12:49           ` Ferruh Yigit
2019-01-31  8:13             ` Ye Xiaolong

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