[dpdk-dev] [RFC] PCI config access for drivers

2014-08-27 Thread Burakov, Anatoly
Hi Stephen, > 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. Since VFIO has to go to PCI config space too for some things, could you please amend your patch

[dpdk-dev] [RFC] PCI config access for drivers

2014-08-25 Thread 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 --- a/lib/librte_eal/common/include/rte_pci.h 2014-06-24 09:20:05.651993525 -0700