From: Thomas Monjalon Date: Thu, 6 Aug 2020 17:13:03 +0000 (+0200) Subject: usertools: warn about future removal of setup script X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0de716fc71ada51d71ccbf0f6806fe53d27a3ddc;p=dpdk.git usertools: warn about future removal of setup script 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 Signed-off-by: Thomas Monjalon Acked-by: Stephen Hemminger --- 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 ""