Go to file
Tetsuya Mukawa dbe6b4b61b pci: probe or close device
- Add pci_close_all_drivers()
  The function tries to find a driver for the specified device, and
  then close the driver.
- Add rte_eal_pci_probe_one() and rte_eal_pci_close_one()
  The functions are used for probe and close a device.
  First the function tries to find a device that has the specified
  PCI address. Then, probe or close the device.

Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
2015-02-26 00:08:25 +01:00
app app/test: add crc32 algorithms equivalence check 2015-02-25 16:18:33 +01:00
config pci: unmap igb_uio resources 2015-02-26 00:03:07 +01:00
doc doc: add mlx4 driver 2015-02-25 16:11:24 +01:00
examples examples/l2fwd-jobstats: add new example 2015-02-25 10:23:31 +01:00
lib pci: probe or close device 2015-02-26 00:08:25 +01:00
mk mlx4: new poll mode driver 2015-02-25 16:07:57 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
tools tools: enable binding device to uio_pci_generic 2015-02-20 23:34:44 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS doc: add mlx4 driver 2015-02-25 16:11:24 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00