From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 67722A00C3; Thu, 3 Feb 2022 19:54:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0782940143; Thu, 3 Feb 2022 19:54:53 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 9102A40140 for ; Thu, 3 Feb 2022 19:54:51 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1061) id 7301320B6C61; Thu, 3 Feb 2022 10:54:50 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7301320B6C61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1643914490; bh=7KfOesEoCYhU/ISLSqbZ44i1aRQh9aW10MEHtPqF7wk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oM6WsJQ3dgcsRyhivmOlRYQsI9cs3LmkNQogxR82kC+vZr5Txf+CDHqI0Nn4clZOj gk9Rrvcrc6ziQxayIoJxZaRKYF9bopw73Kr8amlOBjweHrL+onHGR43d2gQAERxHhM GL/yvkvxbXH2KQRwoxPefSowGHsZbJTT3sKYnMGQ= Date: Thu, 3 Feb 2022 10:54:50 -0800 From: Jie Zhou To: Thomas Monjalon Cc: dev@dpdk.org, dmitry.kozliuk@gmail.com, bruce.richardson@intel.com, roretzla@microsoft.com, navasile@linux.microsoft.com, dmitrym@microsoft.com, pallavi.kadam@intel.com, talshn@nvidia.com, aconole@redhat.com Subject: Re: [PATCH v15 10/11] app/test: replace .sh script with .py script Message-ID: <20220203185450.GA7223@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1638990000-3228-1-git-send-email-jizh@linux.microsoft.com> <1643173844-27341-1-git-send-email-jizh@linux.microsoft.com> <1643173844-27341-11-git-send-email-jizh@linux.microsoft.com> <1689434.vCJZsxu672@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1689434.vCJZsxu672@thomas> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org O Thu, Feb 03, 2022 at 12:15:19PM +0100, Thomas Monjalon wrote: > 26/01/2022 06:10, Jie Zhou: > > - Add python script to check if system supports hugepages > > - Remove corresponding .sh script > > - Replace calling of .sh with corresponding .py in meson.build > > > > Signed-off-by: Jie Zhou > > Acked-by: Dmitry Kozlyuk > > --- > > app/test/has-hugepage.sh | 11 ----------- > > app/test/has_hugepage.py | 26 ++++++++++++++++++++++++++ > > The file MAINTAINERS should be updated with the new file name. > I will do it before merging if the rest is OK. > Thanks Thomas. If you prefer me to submit a follow up patch to update the maintainers file, just please let me know.