[dpdk-dev] [PATCH] pci: make rte_pci_probe void

Stephen Hemminger stephen at networkplumber.org
Thu Jul 30 02:34:14 CEST 2015


On Mon, 20 Apr 2015 15:15:36 +0200
Thomas Monjalon <thomas.monjalon at 6wind.com> wrote:

> 2015-04-14 10:55, Stephen Hemminger:
> > Since rte_pci_probe always returns 0 or exits via rte_exit()
> > there is no point in having it return a value.
> > 
> > Just make it void
> > 
> > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> 
> Seems partially superseded by this patch:
> 	http://dpdk.org/dev/patchwork/patch/4347/
> 

The patch could be redone, but it would break ABI for no good
reason. Just drop it.


More information about the dev mailing list