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

2019-10-01 Thread Jerin Jacob
On Tue, Oct 1, 2019 at 7:39 PM Gaëtan Rivet wrote: > > On Tue, Oct 01, 2019 at 03:19:42PM +0530, Jerin Jacob wrote: > > On Tue, Oct 1, 2019 at 2:40 PM Gaėtan Rivet wrote: > > > > > > On Mon, Sep 30, 2019 at 11:53:33AM -0700, Stephen Hemminger wrote: > > > > On Mon, 30 Sep 2019 14:51:03 +0200 > >

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

2019-10-01 Thread Gaëtan Rivet
On Tue, Oct 01, 2019 at 03:19:42PM +0530, Jerin Jacob wrote: > On Tue, Oct 1, 2019 at 2:40 PM Gaëtan Rivet wrote: > > > > On Mon, Sep 30, 2019 at 11:53:33AM -0700, Stephen Hemminger wrote: > > > On Mon, 30 Sep 2019 14:51:03 +0200 > > > Gaetan Rivet wrote: > > > > > > > Add a new EAL option enabli

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

2019-10-01 Thread Aaron Conole
Gaëtan Rivet writes: > On Mon, Sep 30, 2019 at 01:51:35PM -0400, Aaron Conole wrote: >> Gaetan Rivet writes: >> >> > 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 v1] eal: add manual probing option

2019-10-01 Thread Jerin Jacob
On Tue, Oct 1, 2019 at 2:40 PM Gaëtan Rivet wrote: > > On Mon, Sep 30, 2019 at 11:53:33AM -0700, Stephen Hemminger wrote: > > On Mon, 30 Sep 2019 14:51:03 +0200 > > Gaetan Rivet wrote: > > > > > Add a new EAL option enabling manual probing in the EAL. > > > This command line option will configure

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

2019-10-01 Thread Gaëtan Rivet
On Mon, Sep 30, 2019 at 11:53:33AM -0700, Stephen Hemminger wrote: > On Mon, 30 Sep 2019 14:51:03 +0200 > 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 t

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

2019-10-01 Thread Gaëtan Rivet
On Mon, Sep 30, 2019 at 01:51:35PM -0400, Aaron Conole wrote: > Gaetan Rivet writes: > > > 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 e

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

2019-09-30 Thread Stephen Hemminger
On Mon, 30 Sep 2019 14:51:03 +0200 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 fi

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

2019-09-30 Thread Aaron Conole
Gaetan Rivet writes: > 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 comm

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

2019-09-30 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