From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 638C1A0521; Thu, 23 Jul 2020 19:00:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FDDD1BFEF; Thu, 23 Jul 2020 19:00:17 +0200 (CEST) Received: from mail-pj1-f65.google.com (mail-pj1-f65.google.com [209.85.216.65]) by dpdk.org (Postfix) with ESMTP id 43D171BFEB for ; Thu, 23 Jul 2020 19:00:15 +0200 (CEST) Received: by mail-pj1-f65.google.com with SMTP id cv18so4551916pjb.1 for ; Thu, 23 Jul 2020 10:00:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=P90uHOyzBxkWbFajGl2rKnBT18S+oJa/nOd+zVlJDQA=; b=pQdhH0cEbouyslLibmf1xdbyKh3ZRITKoNRsokvq+tni17CDxTqOSmVDOB+t3m8h1R 4IIeXoWrKe9PhM1s0R8mY3WoLHFScpfTsvKw/Nb8HDE7RoPctFAM6rQhYCxR26r2Wp9u 5rhYcIrrnIpACqOgnWAluulXxmxWGupl/dn/PNBizRJM8iLezZ39/cXCIM3lLWs6WYix LbtCugNNYnOdyQneONNDqvcwFgfQjz+HTvkrXaffErmXBU0ly/+5nq+1f+VMCSuNbbbB 4O7SmYc1baVqpARtJTVDWG1/cmBItfKOazt6iUosI+G1ka73VT+zQ9Ksq3obxelKByum 7n5Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=P90uHOyzBxkWbFajGl2rKnBT18S+oJa/nOd+zVlJDQA=; b=Jwd5z91+OjZyex4CxEtQevINpJ0g0wAS1yeL4ne4Pa+KctGolJONftDCQZqWsz4tsR YietRuYnKazjjz7osKhL+PuhXHsZLx8KNIhUS5NlZYoLTROrS4K7IiZYTSd+57I6KJNw 1LUUWKLsthZtgbG8UchbgHkFepAllGs4E7Fvh1BCSiRKdP2W7R4ovRxzh9JW71XgDAys qoMBt9FMwqy7Eau2cY4V+4jcx6CMgcr05fOebrR4Spag1g2rzcXIEFY+daDpm/Z7TqkT qoCaZFAj83hcCutHKs42+gX9hbC7m7pLOgpKCynZWxeWpu7pCkqhHbLOcOsVuc8BZyj9 1zuQ== X-Gm-Message-State: AOAM530Bs+N8mzVats1ejyMFS2itqFCYwRbNNWzD0hquf+FpSVwHn7KN unHi4bq0ko9ts9eu/2p5oaaVqw== X-Google-Smtp-Source: ABdhPJwsO5WLlRzE0CVBnF89oOR3Vg3jkqfX7RgDZhUaW1pxBrwlABVivn54/uCzNG2eDVVnrfUnGQ== X-Received: by 2002:a17:902:6b49:: with SMTP id g9mr4349388plt.230.1595523614471; Thu, 23 Jul 2020 10:00:14 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id w3sm3560467pff.56.2020.07.23.10.00.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jul 2020 10:00:14 -0700 (PDT) Date: Thu, 23 Jul 2020 10:00:05 -0700 From: Stephen Hemminger To: Sarosh Arif Cc: dev@dpdk.org, Thomas Monjalon , Muhammad Bilal , stable@dpdk.org, "Mcnamara, John" Message-ID: <20200723100005.670088e1@hermes.lan> In-Reply-To: References: <20200601084028.20872-1-sarosh.arif@emumba.com> <20200602073813.1484-1-sarosh.arif@emumba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] usertools/dpdk-setup.sh: fix dpdk-setup's behaviour on non-alphanumeric inputs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 23 Jul 2020 17:13:17 +0500 Sarosh Arif wrote: > Since this script has no maintainer who is responsible for providing ACK or > NAK on the patches related to this script? > > On Tue, Jun 2, 2020 at 12:39 PM Sarosh Arif wrote: > > > Combine https://patches.dpdk.org/patch/67855/ with v2 of this patch to fix > > the overall behaviour of dpdk-setup.sh on non-alphanumeric inputs. > > Instead of crashing the script will prompt the user to re-enter the input > > in case of non-alphanumeric input. > > > > Bugzilla ID: 419 > > Signed-off-by: Sarosh Arif > > Signed-off-by: Muhammad Bilal If no maintainer is defined for a subtree, it should be responsiblity of the core maintainers to handle it. PS: dpdk-setup has out grown its welcome, and a better version with a real UI is needed.