All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] receive IRQ related patches
@ 2015-05-18 17:40 Stephen Hemminger
  2015-05-18 17:40 ` [PATCH 1/5] ethdev: check for rxq interrupt support Stephen Hemminger
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Stephen Hemminger @ 2015-05-18 17:40 UTC (permalink / raw)
  To: cumming.lian; +Cc: dev

These are some of the patches to enhance the still as not yet
merged receive interrupt functionality.

The big piece is support of UIO-MSI interrupts which is required
to make the virtio and vmxnet3 receive IRQ functionality work.
After this piece is reviewed, I will send those bits.

Stephen Hemminger (5):
  ethdev: check for rxq interrupt support
  ethdev: remove unnecessary checks
  ethdev: fix errors if RTE_ETHDEV_DEBUG enabled
  uio: new driver with MSI-X support
  uio: integrate MSI-X support

 config/common_linuxapp                             |   1 +
 lib/librte_eal/common/include/rte_pci.h            |   1 +
 lib/librte_eal/linuxapp/Makefile                   |   3 +
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       |  94 +++++-
 lib/librte_eal/linuxapp/eal/eal_pci.c              |   4 +
 lib/librte_eal/linuxapp/eal/eal_pci_uio.c          |  59 +++-
 lib/librte_eal/linuxapp/eal/eal_uio_msi.h          |  26 ++
 .../linuxapp/eal/include/exec-env/rte_interrupts.h |   1 +
 lib/librte_eal/linuxapp/uio_msi/Makefile           |  13 +
 lib/librte_eal/linuxapp/uio_msi/uio_msi.c          | 365 +++++++++++++++++++++
 lib/librte_eal/linuxapp/uio_msi/uio_msi.h          |  22 ++
 lib/librte_ether/rte_ethdev.c                      |  29 +-
 tools/dpdk_nic_bind.py                             |   2 +-
 13 files changed, 580 insertions(+), 40 deletions(-)
 create mode 100644 lib/librte_eal/linuxapp/eal/eal_uio_msi.h
 create mode 100644 lib/librte_eal/linuxapp/uio_msi/Makefile
 create mode 100644 lib/librte_eal/linuxapp/uio_msi/uio_msi.c
 create mode 100644 lib/librte_eal/linuxapp/uio_msi/uio_msi.h

-- 
2.1.4

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

end of thread, other threads:[~2015-07-09  0:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 17:40 [PATCH 0/5] receive IRQ related patches Stephen Hemminger
2015-05-18 17:40 ` [PATCH 1/5] ethdev: check for rxq interrupt support Stephen Hemminger
2015-05-18 17:40 ` [PATCH 2/5] ethdev: remove unnecessary checks Stephen Hemminger
2015-05-18 17:40 ` [PATCH 3/5] ethdev: fix errors if RTE_ETHDEV_DEBUG enabled Stephen Hemminger
2015-05-18 17:40 ` [PATCH 4/5] uio: new driver with MSI-X support Stephen Hemminger
2015-05-25  6:01   ` Liang, Cunming
2015-05-25 17:41     ` Stephen Hemminger
2015-05-18 17:40 ` [PATCH 5/5] uio: integrate " Stephen Hemminger
2015-05-25  8:55   ` Liang, Cunming
2015-05-25 17:42     ` Stephen Hemminger
2015-07-09  0:28 ` [PATCH 0/5] receive IRQ related patches Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.