[dpdk-dev] [PATCH 2/2] eal: pci probe and adjust_config should be void

2015-04-20 Thread Thomas Monjalon
2015-04-17 08:35, Stephen Hemminger: > This functions always returned 0 and therefore should be void. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/common/eal_common_options.c | 3 +-- > lib/librte_eal/common/eal_common_pci.c | 7 ++- > lib/librte_eal/common/eal_options.h

[dpdk-dev] [PATCH 2/2] eal: pci probe and adjust_config should be void

2015-04-17 Thread Stephen Hemminger
This functions always returned 0 and therefore should be void. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_options.c | 3 +-- lib/librte_eal/common/eal_common_pci.c | 7 ++- lib/librte_eal/common/eal_options.h| 2 +- lib/librte_eal/common/include/rte_pci