* [dpdk-dev] [PATCH] usertools: warn about future removal of setup script
@ 2020-08-06 17:13 Thomas Monjalon
2020-08-06 18:14 ` Stephen Hemminger
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2020-08-06 17:13 UTC (permalink / raw)
To: dev
Cc: david.marchand, arybchenko, ferruh.yigit, bruce.richardson,
stephen, ajit.khaparde, jerinj, maxime.coquelin, akhil.goyal,
bluca, ktraynor, honnappa.nagarahalli
As agreed in the deprecation notice, the "generic" script
to setup the Linux environment will be removed in DPDK 20.11.
Some specific parts may be converted into dedicated scripts.
In the meantime, a warning will be printed to users of this script.
Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
usertools/dpdk-setup.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/usertools/dpdk-setup.sh b/usertools/dpdk-setup.sh
index e5bbe9feec..411bf2e07f 100755
--- a/usertools/dpdk-setup.sh
+++ b/usertools/dpdk-setup.sh
@@ -592,6 +592,10 @@ while [ "$QUIT" == "0" ]; do
echo "[$OPTION_NUM] Exit Script"
OPTIONS[$OPTION_NUM]="quit"
echo ""
+ echo '--------------------------------------------------'
+ echo 'WARNING: This tool will be removed from DPDK 20.11'
+ echo '--------------------------------------------------'
+ echo
echo -n "Option: "
read our_entry
echo ""
--
2.27.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: warn about future removal of setup script
2020-08-06 17:13 [dpdk-dev] [PATCH] usertools: warn about future removal of setup script Thomas Monjalon
@ 2020-08-06 18:14 ` Stephen Hemminger
2020-08-07 11:40 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2020-08-06 18:14 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dev, david.marchand, arybchenko, ferruh.yigit, bruce.richardson,
ajit.khaparde, jerinj, maxime.coquelin, akhil.goyal, bluca,
ktraynor, honnappa.nagarahalli
On Thu, 6 Aug 2020 19:13:03 +0200
Thomas Monjalon <thomas@monjalon.net> wrote:
> As agreed in the deprecation notice, the "generic" script
> to setup the Linux environment will be removed in DPDK 20.11.
> Some specific parts may be converted into dedicated scripts.
>
> In the meantime, a warning will be printed to users of this script.
>
> Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> usertools/dpdk-setup.sh | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/usertools/dpdk-setup.sh b/usertools/dpdk-setup.sh
> index e5bbe9feec..411bf2e07f 100755
> --- a/usertools/dpdk-setup.sh
> +++ b/usertools/dpdk-setup.sh
> @@ -592,6 +592,10 @@ while [ "$QUIT" == "0" ]; do
> echo "[$OPTION_NUM] Exit Script"
> OPTIONS[$OPTION_NUM]="quit"
> echo ""
> + echo '--------------------------------------------------'
> + echo 'WARNING: This tool will be removed from DPDK 20.11'
> + echo '--------------------------------------------------'
> + echo
> echo -n "Option: "
> read our_entry
> echo ""
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools: warn about future removal of setup script
2020-08-06 18:14 ` Stephen Hemminger
@ 2020-08-07 11:40 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-08-07 11:40 UTC (permalink / raw)
To: Stephen Hemminger
Cc: dev, david.marchand, arybchenko, ferruh.yigit, bruce.richardson,
ajit.khaparde, jerinj, maxime.coquelin, akhil.goyal, bluca,
ktraynor, honnappa.nagarahalli
06/08/2020 20:14, Stephen Hemminger:
> On Thu, 6 Aug 2020 19:13:03 +0200
> Thomas Monjalon <thomas@monjalon.net> wrote:
>
> > As agreed in the deprecation notice, the "generic" script
> > to setup the Linux environment will be removed in DPDK 20.11.
> > Some specific parts may be converted into dedicated scripts.
> >
> > In the meantime, a warning will be printed to users of this script.
> >
> > Suggested-by: Stephen Hemminger <stephen@networkplumber.org>
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
> > --- a/usertools/dpdk-setup.sh
> > +++ b/usertools/dpdk-setup.sh
> > @@ -592,6 +592,10 @@ while [ "$QUIT" == "0" ]; do
> > echo "[$OPTION_NUM] Exit Script"
> > OPTIONS[$OPTION_NUM]="quit"
> > echo ""
> > + echo '--------------------------------------------------'
> > + echo 'WARNING: This tool will be removed from DPDK 20.11'
> > + echo '--------------------------------------------------'
> > + echo
> > echo -n "Option: "
> > read our_entry
> > echo ""
>
> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-07 11:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 17:13 [dpdk-dev] [PATCH] usertools: warn about future removal of setup script Thomas Monjalon
2020-08-06 18:14 ` Stephen Hemminger
2020-08-07 11:40 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).