From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 395BC316B for ; Mon, 28 Jan 2019 01:41:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C9C8621C47; Sun, 27 Jan 2019 19:41:41 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Jan 2019 19:41:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=G8M/BBf6HAEHC6VnN+MTPZ3tzEk17MLkfeq8ZCwCbx0=; b=eYTZt9guF9S8 mcVpkHKSC93WlSSAr0FGZXVeuZ22c5wTXNiLVTm2DiLeqiVF+iV/rSHWozCxklUr 8sKKuyxNaxfcU4Yiu0wZ6JDeABcPCCJ4fJGKoKq4fWlq9ylKzW5SoqI4Ft5Y3v0e lCaxjT3lry9m3pOUVu3Iivlvu6vKjZE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=G8M/BBf6HAEHC6VnN+MTPZ3tzEk17MLkfeq8ZCwCb x0=; b=t++WP9ZJLIayvsEDKM39G8lsDNOGyHneaamrp0wKEskxQGARM5zCLnyxb cSNse4h6fv9dZLQ3h6ZJwHkJ2E9zyLedYhQJLb7F/a8Y6cTJpshi3EaaTtKPVpft 4Xiayf52JT/s7rX42GfMAS+PQiY7lRgUHPJdsGxXPcN5AcjiYXJXeQZbKxnKYCxl 7p39AhYcoIrwQIL0fkvGEIA/ayFKHPBy1Vx2HtWITKjXkOtCuQoKw4/mJ8GiaDB1 MpMuDJ1DgbGS99RRagqW3nH84+kGG/SpFqELBmYRtgTZE2+s+fIUACWvckPi+Lfl hbrhBiSuJ8QYgojgqFATDPjnP1n1w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrieelgddviecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2EECCE41F3; Sun, 27 Jan 2019 19:41:41 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 28 Jan 2019 01:41:40 +0100 Message-ID: <7813707.J81i9ZHsQM@xps> In-Reply-To: <20190122162732.58892-1-bruce.richardson@intel.com> References: <20190122162732.58892-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable 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: , X-List-Received-Date: Mon, 28 Jan 2019 00:41:42 -0000 22/01/2019 17:27, Bruce Richardson: > Add #! line to the top of the script and mark it as executable so it can > be run directly rather than having to pass it to python interpreter. > > Signed-off-by: Bruce Richardson Applied, thanks