Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
06/08/2020 18:56, Stephen Hemminger: > On Thu, 06 Aug 2020 18:25:23 +0200 > Thomas Monjalon wrote: > > > 06/08/2020 18:23, Stephen Hemminger: > > > On Thu, 6 Aug 2020 16:51:50 +0200 > > > Thomas Monjalon wrote: > > > > > > > Environment configuration is the responsibility of distributions >

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Stephen Hemminger
On Thu, 06 Aug 2020 18:25:23 +0200 Thomas Monjalon wrote: > 06/08/2020 18:23, Stephen Hemminger: > > On Thu, 6 Aug 2020 16:51:50 +0200 > > Thomas Monjalon wrote: > > > > > Environment configuration is the responsibility of distributions > > > or upper-level frameworks. > > > DPDK focus on do

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
06/08/2020 18:23, Stephen Hemminger: > On Thu, 6 Aug 2020 16:51:50 +0200 > Thomas Monjalon wrote: > > > Environment configuration is the responsibility of distributions > > or upper-level frameworks. > > DPDK focus on documenting the requirements and some recommendations. > > If some specific pa

Re: [dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Stephen Hemminger
On Thu, 6 Aug 2020 16:51:50 +0200 Thomas Monjalon wrote: > Environment configuration is the responsibility of distributions > or upper-level frameworks. > DPDK focus on documenting the requirements and some recommendations. > If some specific parts are complex, they can deserve some scripts. >

[dpdk-dev] [PATCH v2] doc: announce removal of interactive setup script

2020-08-06 Thread Thomas Monjalon
Environment configuration is the responsibility of distributions or upper-level frameworks. DPDK focus on documenting the requirements and some recommendations. If some specific parts are complex, they can deserve some scripts. Maintaining a good adaptative deployment setup is a project by itself.