DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] vfio hotplug feature
@ 2015-08-04 11:38 Harpal Singh
  2015-08-04 11:38 ` [dpdk-dev] [PATCH 1/3] vfio: Added hot removal feature for vfio Harpal Singh
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Harpal Singh @ 2015-08-04 11:38 UTC (permalink / raw)
  To: dev; +Cc: Harpal Singh

From: Harpal Singh <harpal.sd@samsung.com>

This patch set will provide vfio hotplug removal feature. It include 3 patches:-
1) First patch adds the vfio unmap resource feature, which will release the resources allocated during initialization phase.
2) Second patch adds vfio req interrupt support, which will help vfio kernel module to send signal when device has been removed from pci slot.
3) Third patch has provided a test program to test above two features.

Harpal Singh (3):
  vfio: Added hot removal feature for vfio
  vfio: Added vfio req interrupt support
  vfio: Added hotplug test program

 app/test/Makefile                                  |   2 +-
 app/test/test_hotplug.c                            | 259 +++++++++++++++++++++
 lib/librte_eal/common/include/rte_pci.h            |   3 +
 lib/librte_eal/linuxapp/eal/eal_interrupts.c       |  67 ++++++
 lib/librte_eal/linuxapp/eal/eal_pci.c              |   4 +-
 lib/librte_eal/linuxapp/eal/eal_pci_init.h         |   1 +
 lib/librte_eal/linuxapp/eal/eal_pci_vfio.c         |  60 +++++
 .../linuxapp/eal/include/exec-env/rte_interrupts.h |   1 +
 8 files changed, 395 insertions(+), 2 deletions(-)
 create mode 100644 app/test/test_hotplug.c

-- 
1.9.1

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

end of thread, other threads:[~2015-08-04 14:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-04 11:38 [dpdk-dev] [PATCH 0/3] vfio hotplug feature Harpal Singh
2015-08-04 11:38 ` [dpdk-dev] [PATCH 1/3] vfio: Added hot removal feature for vfio Harpal Singh
2015-08-04 14:24   ` Burakov, Anatoly
2015-08-04 11:38 ` [dpdk-dev] [PATCH 2/3] vfio: Added vfio req interrupt support Harpal Singh
2015-08-04 11:38 ` [dpdk-dev] [PATCH 3/3] vfio: Added hotplug test program Harpal Singh

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