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

Neil Horman nhorman at tuxdriver.com
Thu May 7 12:35:45 CEST 2015


On Wed, May 06, 2015 at 02:37:06PM -0700, Stephen Hemminger wrote:
> From: Stephen Hemminger <shemming at brocade.com>
> 
> 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 this with shared libraries.  Not having added these new symbols
to the version map will cause a build break.  Also I think you need to implement
this on BSD, its not ok to just have bnx2x break on non-linux platforms.

Thanks
Neil



More information about the dev mailing list