DPDK patches and discussions
 help / color / mirror / Atom feed
From: Harpal Singh <harpal.sd@samsung.com>
To: dev@dpdk.org
Cc: Harpal Singh <harpal.sd@samsung.com>
Subject: [dpdk-dev] [PATCH 0/3] vfio hotplug feature
Date: Tue, 04 Aug 2015 17:08:49 +0530	[thread overview]
Message-ID: <1438688332-3392-1-git-send-email-harpal.sd@samsung.com> (raw)

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

             reply	other threads:[~2015-08-04 11:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04 11:38 Harpal Singh [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438688332-3392-1-git-send-email-harpal.sd@samsung.com \
    --to=harpal.sd@samsung.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).