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
Hi, On Mon, Oct 07, 2019 at 01:27:48AM +, Vamsi Krishna Attunuru wrote: > > > > -Original Message- > > From: dev On Behalf Of Gaetan Rivet > > Sent: Friday, October 4, 2019 6:25 PM > > To: dev@dpdk.org; Vamsi Krishna Attunuru > > Cc: Gaetan Rivet ; Ferruh Yigit > > ; Anatoly Burako

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

2019-10-06 Thread Vamsi Krishna Attunuru
> -Original Message- > From: dev On Behalf Of Gaetan Rivet > Sent: Friday, October 4, 2019 6:25 PM > To: dev@dpdk.org; Vamsi Krishna Attunuru > Cc: Gaetan Rivet ; Ferruh Yigit > ; Anatoly Burakov ; > Thomas Monjalon ; Jerin Jacob Kollanukkaran > ; David Marchand > Subject: [dpdk-dev]