All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] eal: complete attach / detach support
@ 2017-05-24 15:18 Gaetan Rivet
  2017-05-24 15:18 ` [PATCH 1/3] pci: implement attach/detach bus operation Gaetan Rivet
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Gaetan Rivet @ 2017-05-24 15:18 UTC (permalink / raw)
  To: dev
  Cc: Gaetan Rivet, Jan Blunck, Stephen Hemminger, Maxime Coquelin,
	Jerin Jacob, David Marchand

Implements attach / detach for the PCI bus, and a streamlined attach for
the virtual bus.

This is necessary to remove the final dependencies of the EAL on the virtual
and PCI buses, due to the rte_eal_dev_attach and rte_eal_dev_detach functions.

This patchset depends on:

pci: implement find_device bus operation
http://dpdk.org/ml/archives/dev/2017-May/066340.html
http://dpdk.org/dev/patchwork/patch/24498/

[PATCH 00/14] Generic devargs parsing
http://dpdk.org/ml/archives/dev/2017-May/066351.html
http://dpdk.org/dev/patchwork/patch/24508/

Gaetan Rivet (3):
  pci: implement attach/detach bus operation
  vdev: implement attach bus operation
  vdev: use standard bus registration function

 lib/librte_eal/common/eal_common_dev.c  | 53 +++++++++++++++++++--------------
 lib/librte_eal/common/eal_common_pci.c  | 50 +++++++++++++++++++++++++++++++
 lib/librte_eal/common/eal_common_vdev.c | 26 +++++-----------
 3 files changed, 88 insertions(+), 41 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-06-21 14:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-24 15:18 [PATCH 0/3] eal: complete attach / detach support Gaetan Rivet
2017-05-24 15:18 ` [PATCH 1/3] pci: implement attach/detach bus operation Gaetan Rivet
2017-05-24 15:18 ` [PATCH 2/3] vdev: implement attach " Gaetan Rivet
2017-05-24 15:18 ` [PATCH 3/3] vdev: use standard bus registration function Gaetan Rivet
2017-06-01 10:11 ` [PATCH v2 0/3] eal: complete attach / detach support Gaetan Rivet
2017-06-01 10:12   ` [PATCH v2 1/3] pci: implement plug/unplug bus operation Gaetan Rivet
2017-06-01 10:12   ` [PATCH v2 2/3] dev: remove vdev function dependency Gaetan Rivet
2017-06-01 10:12   ` [PATCH v2 3/3] vdev: use standard bus registration function Gaetan Rivet
2017-06-07 23:58   ` [PATCH v3 0/3] eal: complete attach / detach support Gaetan Rivet
2017-06-07 23:58     ` [PATCH v3 1/3] pci: implement hotplug bus operation Gaetan Rivet
2017-06-07 23:58     ` [PATCH v3 2/3] dev: remove vdev function dependency Gaetan Rivet
2017-06-21 14:42       ` Thomas Monjalon
2017-06-07 23:58     ` [PATCH v3 3/3] vdev: use standard bus registration function Gaetan Rivet
2017-06-21 14:41       ` 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.