[dpdk-dev] [PATCH 1/3] pci: allow access to PCI config space

2015-05-07 Thread Neil Horman
On Wed, May 06, 2015 at 02:37:06PM -0700, Stephen Hemminger wrote: > From: Stephen Hemminger > > Some drivers need ability to access PCI config (for example for power > management). This adds an abstraction to do this; only implemented > on Linux, but should be possible on BSD. > You didn't test

[dpdk-dev] [PATCH 1/3] pci: allow access to PCI config space

2015-05-06 Thread Stephen Hemminger
From: Stephen Hemminger Some drivers need ability to access PCI config (for example for power management). This adds an abstraction to do this; only implemented on Linux, but should be possible on BSD. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/include/rte_pci.h| 28 +++