DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] eal: uio irq fixes and enhancements
@ 2015-04-28 16:36 Stephen Hemminger
  2015-04-28 16:36 ` [dpdk-dev] [PATCH 1/3] uio: fix irq handling with igb_uio Stephen Hemminger
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Stephen Hemminger @ 2015-04-28 16:36 UTC (permalink / raw)
  To: dev

This set of patches starts out with fixing a regression where
uio_pci_generic broke link state interrupt, then adds better
management of PCI config space.

Will leave up to document writers to update various release
notes and API manuals as they see fit.

Also, needs what ever shared library map file updates which
maybe required when using dynamic libraries. But that should
not stop acceptance of this patch set.

Stephen Hemminger (3):
  uio: fix irq handling with igb_uio
  pci: add ability to read/write config space
  eal: use pci_uio_read/write config to enable/disable INTX

 lib/librte_eal/bsdapp/eal/eal_pci.c                | 76 ++++++++++++++++++++++
 lib/librte_eal/common/include/rte_pci.h            | 29 +++++++++
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       | 70 ++++++++++++++++----
 lib/librte_eal/linuxapp/eal/eal_pci.c              | 50 ++++++++++++++
 lib/librte_eal/linuxapp/eal/eal_pci_init.h         | 11 ++++
 lib/librte_eal/linuxapp/eal/eal_pci_uio.c          | 29 +++++++--
 lib/librte_eal/linuxapp/eal/eal_pci_vfio.c         | 16 +++++
 .../linuxapp/eal/include/exec-env/rte_interrupts.h |  3 +-
 8 files changed, 264 insertions(+), 20 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-05-13  9:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28 16:36 [dpdk-dev] [PATCH 0/3] eal: uio irq fixes and enhancements Stephen Hemminger
2015-04-28 16:36 ` [dpdk-dev] [PATCH 1/3] uio: fix irq handling with igb_uio Stephen Hemminger
2015-04-30 16:27   ` Bruce Richardson
2015-05-13  9:31     ` Thomas Monjalon
2015-04-28 16:36 ` [dpdk-dev] [PATCH 2/3] pci: add ability to read/write config space Stephen Hemminger
2015-04-28 16:36 ` [dpdk-dev] [PATCH 3/3] eal: use pci_uio_read/write config to enable/disable INTX Stephen Hemminger
2015-05-12 20:02 ` [dpdk-dev] [PATCH 0/3] eal: uio irq fixes and enhancements Thomas Monjalon
2015-05-13  8:57   ` Bruce Richardson
2015-05-13  9:32     ` Thomas Monjalon

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