Re: [dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-25 Thread Jerin Jacob
> > > rte_eal_check_module(const char *module_name) > > > { > > > diff --git a/lib/librte_eal/rte_eal_version.map > > > b/lib/librte_eal/rte_eal_version.map > > > index 7cbf82d37..ccc4ffb21 100644 > > > --- a/lib/librte_eal/rte_eal_version.map > > > +++ b/lib/librte_eal/rte_eal_version.map > > >

Re: [dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-25 Thread Gaëtan Rivet
On Fri, Oct 25, 2019 at 05:29:12PM +0530, Jerin Jacob wrote: > On Fri, Oct 4, 2019 at 6:25 PM Gaetan Rivet wrote: > > > > Add a new EAL option enabling manual probing in the EAL. > > This command line option will configure the EAL so that buses > > will not trigger their probe step on their own. >

Re: [dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-25 Thread Jerin Jacob
On Fri, Oct 4, 2019 at 6:25 PM Gaetan Rivet wrote: > > Add a new EAL option enabling manual probing in the EAL. > This command line option will configure the EAL so that buses > will not trigger their probe step on their own. > > Applications are then expected to hotplug devices as they see fit. >

Re: [dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-23 Thread Gaëtan Rivet
n Rivet ; Ferruh Yigit > > ; Anatoly Burakov ; > > Thomas Monjalon ; Jerin Jacob Kollanukkaran > > ; David Marchand > > Subject: [dpdk-dev] [PATCH v3] eal: add manual probing option > > > > Add a new EAL option enabling manual probing in the EAL. > > This

Re: [dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-06 Thread Vamsi Krishna Attunuru
nd > Subject: [dpdk-dev] [PATCH v3] eal: add manual probing option > > Add a new EAL option enabling manual probing in the EAL. > This command line option will configure the EAL so that buses will not trigger > their probe step on their own. > > Applications are the

[dpdk-dev] [PATCH v3] eal: add manual probing option

2019-10-04 Thread Gaetan Rivet
Add a new EAL option enabling manual probing in the EAL. This command line option will configure the EAL so that buses will not trigger their probe step on their own. Applications are then expected to hotplug devices as they see fit. Devices declared on the command line by the user (using -w and